View Source Grizzly.ZWave.Commands.SensorMultilevelReport (grizzly v8.5.3)
This module implements command COMMAND_CLASS_SENSOR_MULTILEVEL implements the SENSOR_MULTILEVEL_REPORT command class.
This command is used to advertise a multilevel sensor reading.
Params:
:sensor_type
- one of:temperature
,:illuminance
,:power
, or:humidity
etc.(required):scale
-0..3
- identifies a unit of measurement (required):value
- the sensed, numerical value (required)
Summary
Types
@type param() :: {:sensor_type, sensor_type()} | {:scale, 0..3} | {:value, number()}
@type sensor_type() :: atom()