public interface ThermostatEvent extends Event<Thermostat>
Modifier and Type | Method and Description |
---|---|
ThermostatMode |
getMode()
Gets the current mode.
|
double |
getValue(ThermostatMode mode)
Gets the value for a specific mode.
|
ThermostatMode getMode()
double getValue(ThermostatMode mode)
mode
- The mode.