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

This command is used to advertise supported events/states for a specified
Notification Type.

Params:

  * `:type` - a Notification type
  * `:events` - the Notification events supported for that type

# `param`

```elixir
@type param() :: {:type, atom()} | {:events, [atom()]}
```

---

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