UNPKG

eufy-security-ws

Version:

Node WebSocket server implementation to integrate Eufy Security devices

5 lines 136 B
export interface IncomingCommandBase { messageId: string; command: string; } //# sourceMappingURL=incoming_message_base.d.ts.map