UNPKG

phea

Version:

An unoffcial Phillips Hue Entertainment API library for Node.js.

5 lines (4 loc) 83 B
export interface LightState { lightId: string | number; color: number[]; }