struct
Matter::Cluster::ScenesManagementCluster::SceneKey
- Matter::Cluster::ScenesManagementCluster::SceneKey
- Struct
- Value
- Object
Overview
JSON wrapper for scene key (fabric_index, group_id, scene_id)
Included Modules
- JSON::Serializable
Defined in:
matter/cluster/scenes_management_cluster.crConstructors
Instance Method Summary
- #fabric_index : UInt8
- #fabric_index=(fabric_index : UInt8)
- #group_id : UInt16
- #group_id=(group_id : UInt16)
- #scene_id : UInt8
- #scene_id=(scene_id : UInt8)
- #to_tuple : Tuple(UInt8, UInt16, UInt8)