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

MatterSpecification.v13.Cluster § 6.8.6.2

interface SendKeyResponse {
    status: KeypadInput.Status;
}

Hierarchy (view full)

Properties

Properties

status: KeypadInput.Status = ...

This field shall indicate the status of the request.

MatterSpecification.v13.Cluster § 6.8.6.2.1