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