UNPKG

@wanderxjtu/homebridge-yeelighter

Version:

Yeelight support for Homebridge with particular support of ceiling lights

9 lines 438 B
import { LightServiceParameters, LightService, Attributes, ConcreteLightService } from "./lightservice"; export declare class BackgroundLightService extends LightService implements ConcreteLightService { lastHue: any; lastSat: any; constructor(parameters: LightServiceParameters); private installHandlers; onAttributesUpdated: (newAttributes: Attributes) => void; } //# sourceMappingURL=backgroundlightservice.d.ts.map