UNPKG

philips-hue-light-api

Version:

An API client for the Philips Hue API.

12 lines 260 B
export declare type LightgroupState = { on: boolean; bri: number; hue: number; sat: number; effect: string; xy: [number, number]; ct: number; alert: string; colormode: string; }; //# sourceMappingURL=LightgroupState.d.ts.map