MatterSpecification.v13.Cluster § 1.4.9.9

interface RemoveAllScenesResponse {
    groupId: GroupId;
    status: Status;
}

Hierarchy (view full)

Properties

Properties

groupId: GroupId = ...

The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.

MatterSpecification.v13.Cluster § 1.4.9.9.2

status: Status = ...

This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.

MatterSpecification.v13.Cluster § 1.4.9.9.1