UNPKG

@jabrown93/homebridge-onkyo

Version:
16 lines 749 B
import { API, DynamicPlatformPlugin, Logger, PlatformAccessory, PlatformConfig } from 'homebridge'; import { OnkyoReceiver } from './onkyoReceiver.js'; export declare class OnkyoPlatform implements DynamicPlatformPlugin { readonly api: API; readonly config: PlatformConfig; readonly log: Logger; readonly receiverAccessories: OnkyoReceiver[]; readonly accessories: PlatformAccessory[]; readonly existingAccessories: Map<string, PlatformAccessory>; readonly connections: Record<string, any>; numberReceivers?: number; constructor(log: Logger, config: PlatformConfig, api: API); configureAccessory(accessory: PlatformAccessory): void; private createAccessories; } //# sourceMappingURL=onkyoPlatform.d.ts.map