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

This module implements the command METER_RESET of the METER command class.

This command is used to reset all accumulated measurements stored at the receiving node to 0 (v1)
or possibly only a measurement to a given value (v6).

## Parameters

* `:meter_type` - the type of metering physical unit being reset (v6)
* `scale` - the scale of the value (v6)
* `:rate_type` - whether the import or export value is being reset (v6)
* `:value` - the value to be reset to (v6)

# `param`

```elixir
@type param() :: {:meter_type, any()} | {:rate_type, any()} | {:values, any()}
```

---

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