UNPKG

yeelight-awesome

Version:

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

9 lines (8 loc) 173 B
export interface IConfig { lightId?: string; lightIp?: string; /** default port is 55443 */ lightPort?: number; debug?: boolean; timeout?: number; }