struct
Matter::Cluster::ScenesManagementCluster::ExtensionFieldSet
- Matter::Cluster::ScenesManagementCluster::ExtensionFieldSet
- Struct
- Value
- Object
Overview
Extension field set for scene data
Defined in:
matter/cluster/scenes_management_cluster.crConstructors
Instance Method Summary
- #attribute_value_list : Array(Tuple(UInt32, Bytes))
- #attribute_value_list=(attribute_value_list : Array(Tuple(UInt32, Bytes)))
- #cluster_id : UInt32
- #cluster_id=(cluster_id : UInt32)
Constructor Detail
def self.new(cluster_id : UInt32, attribute_value_list : Array(Tuple(UInt32, Slice(UInt8))) = [] of Tuple(UInt32, Bytes))
#