eufy-mega / model/capabilities / ContactActions
Type Alias: ContactActions
ts
type ContactActions = object;Bound entry-sensor reads — the object returned by dev.contact(). Read-only (an entry sensor has no writable controls); the getters mirror this module's verified property specs.
Properties
lastSeen?
ts
readonly optional lastSeen?: number;Last-seen unix timestamp in seconds (property lastSeen).
open?
ts
readonly optional open?: boolean;Contact state, true = open (property contact).
rssi?
ts
readonly optional rssi?: number;Sub-1G / Wi-Fi signal strength in dBm (property rssi).