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