Modifier and Type | Class and Description |
---|---|
class |
ThermostatModeProxy
The thermostat modes.
|
Modifier and Type | Method and Description |
---|---|
ThermostatMode |
ThermostatProxy.getLastknownMode() |
ThermostatMode |
Thermostat.getLastknownMode()
Gets the last known mode.
|
ThermostatMode[] |
ThermostatProxy.getSupportedModes() |
ThermostatMode[] |
Thermostat.getSupportedModes()
Gets the modes managed by the thermostat.
|
Modifier and Type | Method and Description |
---|---|
void |
ThermostatProxy.setMode(ThermostatMode mode) |
void |
Thermostat.setMode(ThermostatMode mode)
Sets the last known mode.
|