struct Matter::Cluster::Definitions::Scenes::CopySceneResponse

Included Modules

Defined in:

matter/cluster/definitions/scenes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def group_identifier_from : DataType::GroupId #

The GroupIdentifierFrom field specifies the identifier of the group from which the scene was copied, as specified in the CopyScene command. Together with the SceneIdentifierFrom field, this field uniquely identifies the scene that was copied from the Scene Table.


[View source]
def group_identifier_from=(group_identifier_from : DataType::GroupId) #

The GroupIdentifierFrom field specifies the identifier of the group from which the scene was copied, as specified in the CopyScene command. Together with the SceneIdentifierFrom field, this field uniquely identifies the scene that was copied from the Scene Table.


[View source]
def scene_identifier_from : UInt8 #

The SceneIdentifierFrom field is specifies the identifier of the scene from which the scene was copied, as specified in the CopyScene command. Together with the GroupIdentifierFrom field, this field uniquely identifies the scene that was copied from the Scene Table.


[View source]
def scene_identifier_from=(scene_identifier_from : UInt8) #

The SceneIdentifierFrom field is specifies the identifier of the scene from which the scene was copied, as specified in the CopyScene command. Together with the GroupIdentifierFrom field, this field uniquely identifies the scene that was copied from the Scene Table.


[View source]
def status_code : StatusCode #

The Status field contains the status of the copy scene attempt. This field shall be set to one of the non-reserved values listed in Values of the Status Field of the CopySceneResponse Command.


[View source]
def status_code=(status_code : StatusCode) #

The Status field contains the status of the copy scene attempt. This field shall be set to one of the non-reserved values listed in Values of the Status Field of the CopySceneResponse Command.


[View source]