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

This command is used to report the thermostat's supported modes.

Params:

  * `:modes` - A list of supported modes. See `t:Grizzly.ZWave.CommandClasses.ThermostatMode.mode/0`.

# `param`

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

---

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