set_week_day_entry_lock_schedule()
- Sets week day entry lock schedule for specific node, channel, user, slot
Edit
- params:
-
- node_id (int),
- channel_id (int),
- user_id (int), – select one of existing user ( see user code cc )
- slot_id (int),
- week_day_entry_lock_schedule (table) – optional. Pass nil for removing
- return: none.
Edit
require "zwave"
zwave.set_week_day_entry_lock_schedule(node_id, channel_id, user_id, slot_id,
{
weekDay = "monday",
startHour = 11,
startMinute = 20,
stopHour = 14,
stopMinute = 10
})