TlvSendKeyResponse: ObjectSchema<{
    status: FieldType<KeypadInput.Status>;
}> = ...

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

Type declaration

  • status: FieldType<KeypadInput.Status>

    This field shall indicate the status of the request.

    MatterSpecification.v13.Cluster § 6.8.6.2.1

MatterSpecification.v13.Cluster § 6.8.6.2