import { HAP, API, Characteristic, PlatformConfig, Logging } from 'homebridge'; import { AlphaService } from './index'; import { BasePlugin } from './BasePlugin'; import { AlphaLastPowerDataResponse } from './alpha/response/AlphaLastPowerDataResponse'; export declare class AlphaHumidityPlugin extends BasePlugin { private alphaImageService; private power_image_filename; private mqtt; constructor(log: Logging, config: PlatformConfig, api: API, alphaService: AlphaService); initServiceCharacteristics(hap: HAP): void; getCharacteristics(): Characteristic; onResponse(detailData: AlphaLastPowerDataResponse): void; } //# sourceMappingURL=AlphaHumidityPlugin.d.ts.map