UNPKG

philips-hue-light-api

Version:

An API client for the Philips Hue API.

14 lines 297 B
export declare type LightbulbState = { on: boolean; bri: number; hue: number; sat: number; effect: string; xy: Array<number>; ct: number; alert: string; colormode: string; mode: string; reachable: boolean; }; //# sourceMappingURL=LightbulbState.d.ts.map