UNPKG

homebridge-denon-heos-audio

Version:

Control your Denon speakers via AVR Control and/or HeosCLI

9 lines 284 B
import { DenonAudioPlatform } from "./platform.js"; import { PLATFORM_NAME } from "./settings.js"; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, DenonAudioPlatform); }; //# sourceMappingURL=index.js.map