From e44958478be0a81bde5fec4c1cf500c0578273bc Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Thu, 7 Aug 2025 16:05:14 +0200 Subject: [PATCH] SEN5X State protobuf --- meshtastic/telemetry.proto | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 036ffde..0789fc5 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -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; }