View Source Grizzly.ZWave.CommandClasses.ThermostatFanMode (grizzly v8.6.6)

"ThermostatFanMode" Command Class

What type of commands does this command class support?

Summary

Types

mode()

@type mode() ::
  :auto_low
  | :low
  | :auto_high
  | :high
  | :auto_medium
  | :medium
  | :circulation
  | :humidity_circulation
  | :left_right
  | :up_down
  | :quiet
  | :external_circulation

Functions

decode_mode(byte)

@spec decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}

encode_mode(atom)

@spec encode_mode(mode()) :: byte()