View Source Grizzly.ZWave.Commands.MeterReport (grizzly v6.1.0)

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

@type meter_scale() :: atom()
@type meter_type() :: :electric | :gas | :water | :heating | :cooling
@type param() ::
  {:meter_type, meter_type()} | {:scale, meter_scale()} | {:value, number()}