eufy-mega / model/capabilities / KeypadActions
Type Alias: KeypadActions
ts
type KeypadActions = object;Bound keypad reads — the object returned by dev.keypad(). Read-only. Only rssi is a verified read; the keypad's battery state is reported via model-specific params (keypadBatteryCapState / keypadBatteryChargerState, seen live) whose low/charging semantics aren't confirmed, so they are not surfaced as typed getters yet — read them via getProperty until captured.
Properties
rssi?
ts
readonly optional rssi?: number;Signal strength in dBm (property rssi).