eufy-mega / model/capabilities / CapabilityFrame
Interface: CapabilityFrame
A structural subset of a P2P frame. Deliberately NOT imported from p2p/* — keeping it structural avoids a model→p2p cycle, and the real P2PFrame is assignable to it. It is the p2p-frame shape of InboundSignal.
Properties
channel
ts
channel: number;commandId
ts
commandId: number;data?
ts
optional data?: Buffer<ArrayBufferLike>;json?
ts
optional json?: object & Record<string, unknown>;Type Declaration
cmd?
ts
optional cmd?: number;payload?
ts
optional payload?: unknown;stationSn
ts
stationSn: string;