View Source Grizzly.ZWave.CommandClasses.ThermostatFanState (grizzly v6.1.1)
"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
@type state() ::
:off
| :running
| :running_high
| :running_medium
| :circulation
| :humidity_circulation
| :right_left_circulation
| :up_down_circulation
| :quiet_circulation
Link to this section Functions
@spec decode_state(any()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}