View Source Grizzly.ZWave.Commands.ThermostatFanModeSet (grizzly v8.6.6)
This module implement command THERMOSTAT_FAN_MODE_SET of the COMMAND_CLASS_THERMOSTAT_FAN_MODE command class
This command is used to set the fan mode.
Params:
:mode
- one of :auto_low | :low | :auto_high | :high (required)
Summary
Types
@type param() :: {:mode, Grizzly.ZWave.CommandClasses.ThermostatFanMode.mode()}