import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { ActronQuePlatform } from './platform'; export declare class FanOnlyMasterAccessory { private readonly platform; private readonly accessory; private fanService; constructor(platform: ActronQuePlatform, accessory: PlatformAccessory); softUpdateDeviceCharacteristics(): Promise; checkHvacComms(): void; setPowerState(value: CharacteristicValue): Promise; getPowerState(): CharacteristicValue; setFanMode(value: CharacteristicValue): Promise; getFanMode(): CharacteristicValue; } //# sourceMappingURL=fanOnlyMasterAccessory.d.ts.map