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

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

Params:

  * `:setpoint_types` - A list of supported setpoint types. See `t:Grizzly.ZWave.CommandClasses.ThermostatSetpoint.type/0`.

# `param`

```elixir
@type param() ::
  {:setpoint_types,
   [{Grizzly.ZWave.CommandClasses.ThermostatSetpoint.type(), boolean()}]}
```

---

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