Documentation
¶
Overview ¶
Package keypadinput implements the Matter Keypad Input cluster (0x0509).
Index ¶
Constants ¶
View Source
const ( // ID is the Matter cluster ID for Keypad Input. ID uint32 = 0x0509 // Name is the CLI-friendly cluster name. Name = "KeypadInput" // DisplayName is the human-friendly cluster name. DisplayName = "Keypad Input" )
View Source
const ( FeatureLocationKeys uint32 = 1 << 1 // LK FeatureNumberKeys uint32 = 1 << 2 // NK )
Feature bits for the FeatureMap attribute.
View Source
const (
CmdSendKey uint32 = 0x00
)
Command IDs.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendKeyRequest ¶
type SendKeyRequest struct {
KeyCode uint8 `tlv:"0,uint"`
}
SendKeyRequest is the request payload for the SendKey command.
Click to show internal directories.
Click to hide internal directories.