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

This module implements command THERMOSTAT_SETPOINT_REPORT of the
COMMAND_CLASS_THERMOSTAT_SETPOINT command class.

This command is used to advertise the target value for a given
setpoint type.

Params:

  * `:type` - the setpoint type (required)
  * `:scale` - the setpoint scale (required)
  * `:value` - the value of the setpoint (required)

---

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