set_silent_sensors()
- Sets set of sensors to silent mode. The rest sensors of current node and channel become audible.
Edit
- params:
-
- node_id (int),
- channel_id (int),
- sound_delay (int) — 16 bit, seconds.
- sensor_names (string array) — sensor (or notification) types to be silent.
- return: none.
Edit
require "zwave"
zwave.set_silent_sensors(node_id, channel_id, 0, { "co_alarm", "smoke_alarm" })