# `Grizzly.ZWave.Commands.ThermostatModeSetReport`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/thermostat_mode_set_report.ex#L1)

This module implements command THERMOSTAT_MODE_SET of the
COMMAND_CLASS_THERMOSTAT_MODE command class.

This command is used to set the mode from the thermostat device.

Params:

  * `:mode` - the mode of the thermostat, see ThermostatMode (required)

# `param`

```elixir
@type param() :: {:mode, Grizzly.ZWave.CommandClasses.ThermostatMode.mode()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
