set_devices_poll_intervals()
- Changes policy of device reachable state checking.
Edit
- Params: use_fixed_wake_up_interval (bool)(identifies, wether only wake_up_interval should be used, ignoring specific values for some devices), wake_up_interval (number)(interval for battery powered sleeping devices), always_on_devices_inetrval (number)(interval for non-sleeping devices), attempts_count (number)(number of attempts to connect to device, after which device will be shown as unreachable).
- return: none.
Edit
require "zwave"
zwave.set_devices_poll_intervals(true, 15, 15, 1)