UNPKG

yeelight-awesome

Version:

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

9 lines (8 loc) 204 B
export declare class Color { red: number; green: number; blue: number; color?: string; constructor(red: number, green: number, blue: number, color?: string); getValue(): number; }