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

This module implements command SENSOR_MULTILEVEL_GET of command class COMMAND_CLASS_SENSOR_MULTILEVEL. The command is used to request the current reading from a multilevel sensor.

Params: * :sensor_type - one of :temperature or :illuminance or :power or :humidity etc.(v5)

    * `:scale` - ` 0..3 - identifies a unit of measurement` (v5)

Summary

Types

@type param() :: {:sensor_type, sensor_type()} | {:scale, 0..3}
@type sensor_type() :: atom()