kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #482 from meshtastic/bme680-iaq
Add field for Air quality index (VOC for other sensors)pull/483/head
commit
22cbd0d4cf
|
@ -1,4 +1,4 @@
|
|||
# options for nanopb
|
||||
# https://jpa.kapsi.fi/nanopb/docs/reference.html#proto-file-options
|
||||
|
||||
|
||||
*EnvironmentMetrics.iaq int_size:16
|
|
@ -66,6 +66,12 @@ message EnvironmentMetrics {
|
|||
* Current measured (To be depreciated in favor of PowerMetrics in Meshtastic 3.x)
|
||||
*/
|
||||
float current = 6;
|
||||
|
||||
/*
|
||||
* relative scale IAQ value as measured by Bosch BME680 . value 0-500.
|
||||
* Belongs to Air Quality but is not particle but VOC measurement. Other VOC values can also be put in here.
|
||||
*/
|
||||
uint32 iaq = 7;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue