Grizzly.ZWave.Commands.MeterReport (grizzly v0.15.9) View Source
This module implements the command METER_REPORT of the COMMAND_CLASS_METER command class.
This command is used to advertise the current meter reading at the sending node.
Params:
:meter_type
- the type of metering physical unit being reported (required):scale
- the unit used (required):value
- the value being reported (required)
Link to this section Summary
Link to this section Types
Specs
meter_scale() :: atom()
Specs
meter_type() :: :electric | :gas | :water | :heating | :cooling
Specs
param() :: {:meter_type, meter_type()} | {:scale, meter_scale()} | {:value, number()}