Grizzly.ZWave.Commands.SensorMultilevelReport (grizzly v8.15.0)
View SourceThis 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:humidityetc.(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()