UNPKG

philips-hue-light-api

Version:

An API client for the Philips Hue API.

5 lines 152 B
import { LightbulbData } from './index'; export declare type LightsData = { [id: string]: LightbulbData; }; //# sourceMappingURL=LightsData.d.ts.map