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

This command is used request the supported setpoint value range for a setpoint type.

## Parameters

* `:type` - The setpoint type to query capabilities for.

# `param`

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

---

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