Add response callback for OTA configuration and update handling; adjust hardware configurations
This commit is contained in:
@@ -82,6 +82,9 @@ message SensorOTAEnable {
|
||||
string gateway = 8;
|
||||
}
|
||||
|
||||
message SensorRestart {
|
||||
}
|
||||
|
||||
message SensorOTAEnableResponse {
|
||||
bool success = 1;
|
||||
string ip_address = 2;
|
||||
@@ -94,6 +97,7 @@ message ControlToSensorMessage {
|
||||
oneof payload {
|
||||
LedConfig led_config = 2;
|
||||
SensorOTAEnable ota_enable = 3;
|
||||
SensorRestart restart = 4;
|
||||
// Add other control message types as needed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user