philips-hue-light-api
Version:
An API client for the Philips Hue API.
15 lines • 358 B
TypeScript
import { LightgroupState } from '../index';
export declare type LightgroupData = {
name: string;
lights: Array<number>;
sensors: Array<any>;
type: string;
state: {
all_on: boolean;
any_on: boolean;
};
recycle: boolean;
class: string;
action: LightgroupState;
};
//# sourceMappingURL=LightgroupData.d.ts.map