UNPKG

homebridge-loxone-proxy

Version:

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.

6 lines 209 B
"use strict"; const LoxonePlatform_1 = require("./LoxonePlatform"); module.exports = (api) => { api.registerPlatform('LoxonePlatform', LoxonePlatform_1.LoxonePlatform); }; //# sourceMappingURL=index.js.map