struct

Matter::Cluster::Definitions::Scenes::ViewSceneResponse

Inherits TLV::Serializable < Struct < Value < Object

Constructors

new(any : TLV::Any)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

extension_field_sets
Source
extension_field_sets=(extension_field_sets : Array(ExtensionFieldSet) | Nil)
Source
group_id
Source
group_id=(group_id : DataType::GroupId)
Source
scene_id
Source
scene_id=(scene_id : UInt8)
Source
scene_name
Source
scene_name=(scene_name : String | Nil)
Source
status_code
Source
status_code=(status_code : StatusCode)
Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source
transition_time
Source
transition_time=(transition_time : UInt16)
Source