This command shall be generated in response to a ChangeChannel command.

MatterSpecification.v13.Cluster § 6.6.7.2

interface ChangeChannelResponse {
    data?: string;
    status: Channel.Status;
}

Hierarchy (view full)

Properties

Properties

data?: string

This field shall indicate Optional app-specific data.

MatterSpecification.v13.Cluster § 6.6.7.2.2

status: Channel.Status

This field shall indicate the status of the command which resulted in this response.

MatterSpecification.v13.Cluster § 6.6.7.2.1