mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Admin message for different sensor configs
This commit is contained in:
parent
ee114d4e89
commit
e690615951
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue