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