Matter::Cluster::Definitions::KeypadInput::StatusCode
Inherits Enum < Comparable < Value < Object
Constants
Success = 0_u8
Command succeeded
UnsupportedKey = 1_u8
Command failed: Key code is not supported.
InvalidKeyInCurrentState = 2_u8
Command failed: Requested key code is invalid in the context of the responder’s current state.