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

This module implements command SENSOR_MULTILEVEL_SUPPORTED_SCALE_REPORT of the COMMAND_CLASS_SENSOR_MULTILEVEL command class.
This command is used to advertise the supported scales of a specified multilevel sensor type.

## Parameters

* `:sensor_type` - the type of sensor for which the scales are supported. (required)
* `:supported_scales` - list of supported scales, e.g. [0, 1, 3]. (required)

# `param`

```elixir
@type param() :: {:sensor_type, atom()} | {:supported_scales, [byte()]}
```

---

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