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

This module implements command SENSOR_MULTILEVEL_SUPPORTED_SENSOR_REPORT of the COMMAND_CLASS_SENSOR_MULTILEVEL command class.
This command is used to advertise the supported Sensor Types by a supporting node.

Params:

  * `:sensor_types` - `list  of :temperature or :illuminance or :power or :humidity` etc. (required)

# `param`

```elixir
@type param() :: {:sensor_types, [sensor_type()]}
```

# `sensor_type`

```elixir
@type sensor_type() :: atom()
```

---

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