generated from rmcguire/go-server-with-otel
add ui, new config opts
This commit is contained in:
@@ -28,6 +28,7 @@ message Device {
|
||||
int32 alert_count = 16;
|
||||
bool away = 17;
|
||||
google.protobuf.Timestamp last_updated = 18;
|
||||
repeated Mode supported_modes = 19; // modes this device can be set to (may be empty)
|
||||
}
|
||||
|
||||
// Mode is a settable operating mode for a water heater. The values mirror the
|
||||
@@ -44,6 +45,7 @@ enum Mode {
|
||||
MODE_GAS = 6;
|
||||
MODE_PERFORMANCE = 7;
|
||||
MODE_VACATION = 8;
|
||||
MODE_ELECTRIC_GAS = 9; // combined electric/gas backup mode (e.g. hybrid units)
|
||||
}
|
||||
|
||||
message ListDevicesRequest {}
|
||||
|
||||
Reference in New Issue
Block a user