import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { ActronQuePlatform } from './platform'; import { HvacZone } from './hvacZone'; export declare class FanOnlyZoneAccessory { private readonly platform; private readonly accessory; private readonly zone; private fanService; constructor(platform: ActronQuePlatform, accessory: PlatformAccessory, zone: HvacZone); softUpdateDeviceCharacteristics(): Promise; checkHvacComms(): void; setEnableState(value: CharacteristicValue): Promise; getEnableState(): CharacteristicValue; } //# sourceMappingURL=fanOnlyZoneAccessory.d.ts.map