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

7 lines 315 B
/** * Adds an exit handler function with an optional context. * @param handler - The handler function to execute on exit. * @param context - The context to bind the handler function to. */ export declare function addExitHandler(handler: () => void, context: any): void; //# sourceMappingURL=exitHandler.d.ts.map