Grizzly.ZWave.CommandClasses.ThermostatFanMode (grizzly v0.18.0) View Source
"ThermostatFanMode" Command Class
What type of commands does this command class support?
Link to this section Summary
Link to this section Types
Specs
mode() :: :auto_low | :low | :auto_high | :high | :auto_medium | :medium | :circulation | :humidity_circulation | :left_right | :up_down | :quiet | :external_circulation
Link to this section Functions
Specs
decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}