UNPKG

yeelight-awesome

Version:

The node.js client api to control yeelight device over WIFI

11 lines (10 loc) 181 B
export interface ICommandResult { id: number; success: boolean; results: any[]; result: any[]; error?: { code: number; message: string; }; }