View Source Grizzly.ZWave.Commands.ScheduleEntryLockYearDaySet (grizzly v8.6.6)
This command sets or erases a schedule slot for a identified user who already has valid user access code
Params:
:set_action
- Indicates whether to erase or modify:user_identifier
- The User Identifier is used to recognize the user identity.:schedule_slot_id
- A value from 1 to Number of Slots Daily Repeating Supported:start_year
- A value from 0 to 99 that represents the 2 year in the century.:start_month
- A value from 1 to 12 that represents the month in a year.:start_day
- A value from 1 to 31 that represents the date of the month:start_hour
- A value from 0 to 23 representing the starting hour of the time fence.:start_minute
- A value from 0 to 59 representing the starting minute of the time fence.:stop_year
- A value from 0 to 99 that represents the 2 year in the century.:stop_month
- A value from 1 to 12 that represents the month in a year.:stop_day
- A value from 1 to 31 that represents the date of the month.:stop_hour
- A value from 0 to 23 representing the stop hour of the time fence.:stop_minute
- A value from 0 to 59 representing the stop minute of the time fence
Summary
Types
@type param() :: {:set_action, :erase | :modify} | {:user_identifier, byte()} | {:schedule_slot_id, byte()} | {:start_year, 0..99} | {:start_month, 1..12} | {:start_day, 1..31} | {:start_hour, 0..23} | {:start_minute, 0..59} | {:stop_year, 0..99} | {:stop_month, 1..12} | {:stop_day, 1..31} | {:stop_hour, 0..23} | {:stop_minute, 0..59}