From e6906159512a5152d398b9765ae0b6f5593846d2 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Mon, 28 Jul 2025 21:52:49 +0200 Subject: [PATCH] Admin message for different sensor configs --- meshtastic/admin.proto | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index ef2e25d..b329174 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -473,9 +473,9 @@ message AdminMessage { int32 nodedb_reset = 100; /* - * SCDXX CO2 sensor configuration + * Parameters and sensor configuration */ - SCDXX_config scdxx_config = 102; + SensorConfig sensor_config = 102; } } @@ -581,6 +581,13 @@ message KeyVerificationAdmin { optional uint32 security_number = 4; } +message SensorConfig { + /* + * SCDXX CO2 Sensor configuration + */ + SCDXX_config scdxx_config = 1; +} + message SCDXX_config { /* * Set Automatic self-calibration enabled