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

This command is used to advertise supported Alarm/Notification Types.
Versions 2+ are supported.

Params:

  * `:types` - the types of alarms supported by the device

# `param`

```elixir
@type param() :: {:types, [Grizzly.ZWave.Notifications.type()]}
```

---

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