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