struct

Matter::Cluster::ScenesManagementCluster::SceneKey

Inherits JSON::Serializable < Struct < Value < Object

JSON wrapper for scene key (fabric_index, group_id, scene_id)

Constructors

new(fabric_index : UInt8, group_id : UInt16, scene_id : UInt8)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

fabric_index
Source
fabric_index=(fabric_index : UInt8)
Source
group_id
Source
group_id=(group_id : UInt16)
Source
scene_id
Source
scene_id=(scene_id : UInt8)
Source
to_tuple
Source