# `Grizzly.ZWave.Commands.MeterGet`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/meter_get.ex#L1)

This module implements the METER_GET command of the COMMAND_CLASS_METER command class.

This command is used to request the current meter reading to a supporting node.

Params: - none - (v1)

# `param`

```elixir
@type param() ::
  {:scale, Grizzly.ZWave.CommandClasses.Meter.meter_scale() | 0..7}
  | {:rate_type, Grizzly.ZWave.CommandClasses.Meter.meter_rate_type()}
  | {:scale2, byte()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
