View Source Grizzly.ZWave.Commands.SensorMultilevelSupportedSensorReport (grizzly v7.4.2)

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)

Summary

Types

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