View Source Grizzly.ZWave.Commands.ScheduleEntryLockWeekDayReport (grizzly v7.4.2)

This command returns week day schedule report for the requested schedule slot ID for identified user.

Params:

  • :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

  • :day_of_week - A value from 0 to 6 where 0 is Sunday.

  • :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_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() ::
  {:user_identifier, byte()}
  | {:schedule_slot_id, byte()}
  | {:day_of_week, 0..6}
  | {:start_hour, 0..23}
  | {:start_minute, 0..59}
  | {:stop_hour, 0..23}
  | {:stop_minute, 0..59}