Grizzly.ZWave.CommandClasses.ThermostatFanState (grizzly v0.15.8) View Source
"ThermostatFanState" Command Class
The Thermostat Fan State Command Class is used to obtain the fan operating state of the thermostat.
Link to this section Summary
Link to this section Types
Specs
state() :: :off | :running | :running_high | :running_medium | :circulation | :humidity_circulation | :right_left_circulation | :up_down_circulation | :quiet_circulation
Link to this section Functions
Specs
decode_state(any()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}