eufy-mega / model/capabilities / PersonDetectionActions
Type Alias: PersonDetectionActions
ts
type PersonDetectionActions = object;Bound person-detection reads — the object returned by dev.personDetection(). Read-only.
Properties
detected?
ts
readonly optional detected?: boolean;Live person-detected state (property personDetected). UNVERIFIED placeholder id.
detectionEnabled?
ts
readonly optional detectionEnabled?: boolean;Whether human/AI detection is enabled (property personDetection). UNVERIFIED placeholder id.