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).

3 lines 208 B
import type PioneerAvr from './pioneerAvr'; export declare function onDataHandler(pioneerThis: PioneerAvr): (error: any, data: string, callback?: Function) => void; //# sourceMappingURL=onDataHandler.d.ts.map