UNPKG

yeelight-awesome

Version:

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

7 lines (6 loc) 227 B
export interface ILogger { info: (message: string, data?: any) => void; error: (message: string, data?: any) => void; debug: (message: string, data?: any) => void; log?: (message: string, data?: any) => void; }