mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
SEN5X State protobuf
This commit is contained in:
parent
784fd5d733
commit
e44958478b
1 changed files with 15 additions and 0 deletions
|
|
@ -811,4 +811,19 @@ message SEN5XState {
|
|||
* Last cleaning time for SEN5X - valid flag
|
||||
*/
|
||||
bool last_cleaning_valid = 2;
|
||||
|
||||
/*
|
||||
* VOC state time for SEN5X
|
||||
*/
|
||||
optional fixed64 voc_state = 3;
|
||||
|
||||
/*
|
||||
* Last VOC state time for SEN5X
|
||||
*/
|
||||
optional uint32 voc_time = 4;
|
||||
|
||||
/*
|
||||
* Last VOC state validity flag for SEN5X
|
||||
*/
|
||||
bool voc_valid = 5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue