UNPKG

ws2801-client

Version:

A client for the webserver for the WS2801-Pi module.

10 lines (9 loc) 274 B
export declare class SocketClient { private client; private listeners; constructor(url: string); onLedStripChanged(callback: Function): string; onBrightnessChanged(callback: Function): string; removeListener(id: string): void; dispose(): void; }