UNPKG

@wanderxjtu/homebridge-yeelighter

Version:

Yeelight support for Homebridge with particular support of ceiling lights

13 lines 648 B
import { LightServiceParameters, LightService, Attributes, ConcreteLightService } from "./lightservice"; export declare class TemperatureLightService extends LightService implements ConcreteLightService { private adaptiveLightingController; constructor(parameters: LightServiceParameters); private getBrightness; private timer?; private blocker; protected sendDebouncedPower(mode?: number): Promise<void>; protected sendDebouncedPowerOverride(mode?: number): Promise<void>; private installHandlers; onAttributesUpdated: (newAttributes: Attributes) => void; } //# sourceMappingURL=temperaturelightservice.d.ts.map