keypadinput

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 1 Imported by: 0

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 (
	FeatureNavigationKeyCodes uint32 = 1 << 0 // NV
	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL