import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { SuplaPlatform } from '../platform'; import { SuplaChannelContext } from '../Heplers/SuplaChannelContext'; export declare class LightAccesory { private readonly platform; private readonly accessory; private readonly context; private service; private state; constructor(platform: SuplaPlatform, accessory: PlatformAccessory, context: SuplaChannelContext); handleOnGet(): Promise; handleOnSet(value: CharacteristicValue): Promise; } //# sourceMappingURL=LightBulbAccesory.d.ts.map