View Source Grizzly.ZWave.CommandClasses.ThermostatOperatingState (grizzly v1.0.1)
"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
Specs
state() :: :idle | :heating | :cooling | :fan_only | :pending_heat | :pending_cool | :vent_economizer
Link to this section Functions
Specs
decode_state(byte()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}