homebridge-smartsystem
Version:
SmartServer (Proxy Websockets to TCP sockets, Smappee MQTT, Duotecno IP Nodes, Homekit interface)
9 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const platform_1 = require("./server/platform");
console.log("index.ts - running in directory: " + process.cwd());
module.exports = function (api) {
console.log("registering Duotecno Platform");
api.registerPlatform("homebridge-smartsystem", "DuotecnoPlatform", platform_1.Platform);
};
//# sourceMappingURL=index.js.map