Add fieldfor Air quality index (VOC for other sensors)

pull/482/head
Thomas Göttgens 2024-04-09 14:01:40 +02:00
rodzic 68720ed8db
commit 61de46ab06
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# options for nanopb
# https://jpa.kapsi.fi/nanopb/docs/reference.html#proto-file-options
*EnvironmentMetrics.iaq int_size:16

Wyświetl plik

@ -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;
}
/*