View Source Grizzly.ZWave.CommandClasses.ThermostatFanState (grizzly v7.4.2)

"ThermostatFanState" Command Class

The Thermostat Fan State Command Class is used to obtain the fan operating state of the thermostat.

Summary

Types

@type state() ::
  :off
  | :running
  | :running_high
  | :running_medium
  | :circulation
  | :humidity_circulation
  | :right_left_circulation
  | :up_down_circulation
  | :quiet_circulation

Functions

@spec decode_state(any()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec encode_state(state()) :: byte()