import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { SuplaPlatform } from '../platform'; import { SuplaChannelContext } from '../Heplers/SuplaChannelContext'; export declare class WicketAccesory { private readonly platform; private readonly accessory; private readonly context; private service; constructor(platform: SuplaPlatform, accessory: PlatformAccessory, context: SuplaChannelContext); handleCurrentDoorStateGet(): Promise; handleTargetDoorStateGet(): Promise; handleTargetDoorStateSet(): Promise; handleObstructionDetectedGet(): Promise; } //# sourceMappingURL=WicketAccesory.d.ts.map