@mega-yfue/eufy-sdk / RealtimeReadiness
Interface: RealtimeReadiness
Count-only status of the current auto-managed realtime generation.
The summary intentionally carries no credentials, identifiers, or underlying errors. Transport failures continue to surface through the error event.
Properties
mqtt
ts
readonly mqtt: RealtimePlaneReadiness;Secure-MQTT credential-scope startup status.
push
ts
readonly push: RealtimePlaneReadiness;Account-wide FCM push startup status.
state
ts
readonly state: "ready" | "partial" | "disabled" | "superseded" | "timed-out";Outcome of the generation or of this caller's bounded wait.
wiredP2p
ts
readonly wiredP2p: RealtimePlaneReadiness;Persistent station-control P2P startup status for wired stations.