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 165 B
export type MessageQueueEntry = [string, string]; export type MessageQueueCallback = (error: Error | null, data: string) => void; //# sourceMappingURL=types.d.ts.map