Matter::Cluster::Definitions::DoorLock::SetYearDayScheduleRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the DoorLock setYearDaySchedule command
Constructors
new(year_day_index : UInt8, user_index : UInt16, local_start_time : UInt32, local_end_time : UInt32)
Sourcenew(any : TLV::Any)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
local_end_time
Sourcelocal_end_time=(local_end_time : UInt32)
Sourcelocal_start_time
Sourcelocal_start_time=(local_start_time : UInt32)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Sourceuser_index
Sourceuser_index=(user_index : UInt16)
Sourceyear_day_index
Sourceyear_day_index=(year_day_index : UInt8)
Source