grizzly v0.10.0 Grizzly.ZWave.Commands.SensorMultilevelReport 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:humidity
etc.(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()