UNPKG

homebridge-pioneer-avr-2025

Version:

A Pioneer AVR plugin for homebridge. This plugin is designed for Pioneer models that use Telnet Commands (e.g., VSX-922). It may not be compatible with newer models (e.g., VSX-LX304).

10 lines 297 B
declare function findDevices(targetName: string, telnetPorts: number[], log: any, maxDevices?: number): Promise<{ name: string; origName: string; host: string; port: number; source: string; fqdn: string; }[]>; export { findDevices }; //# sourceMappingURL=discovery.d.ts.map