mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #482 from meshtastic/bme680-iaq
Add field for Air quality index (VOC for other sensors)
This commit is contained in:
commit
22cbd0d4cf
2 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue