Merge pull request #482 from meshtastic/bme680-iaq

Add field for Air quality index (VOC for other sensors)
pull/483/head
Thomas Göttgens 2024-04-09 14:09:21 +02:00 zatwierdzone przez GitHub
commit 22cbd0d4cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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;
}
/*