UNPKG

@elshaer/homebridge-hdl-buspro-enhanced

Version:

Linking the HDL bus into the Homebridge widget

7 lines 255 B
"use strict"; const settings_1 = require("./settings"); const HDLPlatform_1 = require("./HDLPlatform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, HDLPlatform_1.HDLBusproHomebridge); }; //# sourceMappingURL=index.js.map