@wanderxjtu/homebridge-yeelighter
Version:
Yeelight support for Homebridge with particular support of ceiling lights
15 lines • 336 B
TypeScript
export interface Specs {
colorTemperature: {
min: number;
max: number;
};
nightLight: boolean;
backgroundLight: boolean;
name: string;
color: boolean;
}
export declare const EMPTY_SPECS: Specs;
export declare const MODEL_SPECS: {
[index: string]: Specs;
};
//# sourceMappingURL=specs.d.ts.map