Skip to content

Commit e449584

Browse files
committed
SEN5X State protobuf
1 parent 784fd5d commit e449584

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

meshtastic/telemetry.proto

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,4 +811,19 @@ message SEN5XState {
811811
* Last cleaning time for SEN5X - valid flag
812812
*/
813813
bool last_cleaning_valid = 2;
814+
815+
/*
816+
* VOC state time for SEN5X
817+
*/
818+
optional fixed64 voc_state = 3;
819+
820+
/*
821+
* Last VOC state time for SEN5X
822+
*/
823+
optional uint32 voc_time = 4;
824+
825+
/*
826+
* Last VOC state validity flag for SEN5X
827+
*/
828+
bool voc_valid = 5;
814829
}

0 commit comments

Comments
 (0)