Grizzly.ZWave.Commands.AlarmGet (grizzly v0.17.3) View Source
This command is used to get the value of an alarm.
Params:
:type- v1 alarm type (required for v1 only):zwave_type- Z-Wave alarm/notification type (required for v2+):zwave_event- Z-Wave event/state (optional)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:type, byte()}
| {:zwave_type, Grizzly.ZWave.Notifications.type()}
| {:zwave_event, Grizzly.ZWave.Notifications.event()}