Grizzly.ZWave.Commands.AlarmSet (grizzly v0.17.3) View Source
This command is used to enable or disable the unsolicited transmission of a specific Notification/Alarm Type.
Params:
:zwave_type- the type of alarm, e.g. :home_security:status- the status of the alarm, either :enabled or :disabled
Link to this section Summary
Link to this section Types
Specs
param() ::
{:zwave_type, Grizzly.ZWave.Notifications.type()}
| {:status, Grizzly.ZWave.Notifications.status()}