mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added formaldehyde sensor values sfa30
This commit is contained in:
parent
4b1ca40f5e
commit
bbad395d57
1 changed files with 18 additions and 0 deletions
|
|
@ -318,6 +318,19 @@ message AirQualityMetrics {
|
|||
* CO2 sensor relative humidity in %
|
||||
*/
|
||||
optional float co2_humidity = 15;
|
||||
|
||||
/*
|
||||
* Formaldehyde sensor formaldehyde concentration in ppb
|
||||
*/
|
||||
optional float form_formaldehyde = 16;
|
||||
/*
|
||||
* Formaldehyde sensor relative humidity in %RH
|
||||
*/
|
||||
optional float form_humidity = 17;
|
||||
/*
|
||||
* Formaldehyde sensor temperature in degrees Celsius
|
||||
*/
|
||||
optional float form_temperature = 18;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -721,6 +734,11 @@ enum TelemetrySensorType {
|
|||
* ADS1X15 ADC_ALT
|
||||
*/
|
||||
ADS1X15_ALT = 41;
|
||||
|
||||
/*
|
||||
* Sensirion SFA30 Formaldehyde sensor
|
||||
*/
|
||||
SFA30 = 42;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue