View Source Grizzly.ZWave.CommandClasses.ThermostatFanMode (grizzly v6.1.0)
"ThermostatFanMode" Command Class
What type of commands does this command class support?
Link to this section Summary
Link to this section Types
@type 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
@spec decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}