Input to the KeypadInput sendKey command

MatterSpecification.v13.Cluster § 6.8.6.1

interface SendKeyRequest {
    keyCode: KeypadInput.CecKeyCode;
}

Hierarchy (view full)

Properties

Properties

This field shall indicate the key code to process.

MatterSpecification.v13.Cluster § 6.8.6.1.1