View Source Grizzly.ZWave.CommandClasses.ThermostatOperatingState (grizzly v6.7.0)
"ThermostatOperatingState" Command Class
The Thermostat Operating State Command Class is used to obtain the operating state of the thermostat.
Link to this section Summary
Link to this section Types
@type state() ::
:idle
| :heating
| :cooling
| :fan_only
| :pending_heat
| :pending_cool
| :vent_economizer
Link to this section Functions
@spec decode_state(byte()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}