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

This module implement command METER_SUPPORTED_REPORT of command class METER.

This command is used to advertise the supported scales and metering capabilities of the sending node.

## Parameters

* `:meter_reset_supported` - whether the node supports the METER_RESET command (required)
* `:meter_type` - the implemented meter type (required)
* `:supported_scales` - the supported scales (required)
* `:rate_type` - the supported rate type (v4+)

# `param`

```elixir
@type param() ::
  {:meter_reset, any()} | {:meter_type, any()} | {:scale_supported, any()}
```

---

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