struct Matter::Cluster::Definitions::DoorLock::SetHolidayScheduleRequest

Overview

Input to the DoorLock setHolidaySchedule command

Included Modules

Defined in:

matter/cluster/definitions/door_lock.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def holiday_index : UInt8 #

[View source]
def holiday_index=(holiday_index : UInt8) #

[View source]
def local_end_time : UInt32 #

[View source]
def local_end_time=(local_end_time : UInt32) #

[View source]
def local_start_time : UInt32 #

[View source]
def local_start_time=(local_start_time : UInt32) #

[View source]
def operating_mode : OperatingMode #

[View source]
def operating_mode=(operating_mode : OperatingMode) #

[View source]