Grizzly.ZWave.Commands.SensorMultilevelReport (grizzly v0.17.3) View Source
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:humidityetc.(required):scale-0..3- identifies a unit of measurement (required):value- the sensed, numerical value (required)
Link to this section Summary
Link to this section Types
Specs
param() :: {:sensor_type, sensor_type()} | {:scale, 0..3} | {:value, number()}
Specs
sensor_type() :: atom()