UNPKG

homebridge-smartsystem

Version:

SmartServer (Proxy Websockets to TCP sockets, Smappee MQTT, Duotecno IP Nodes, Homekit interface)

7 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const socapp_1 = require("./server/socapp"); console.log("run.ts - running in directory: " + process.cwd()); const socServer = new socapp_1.SocApp(null, "server"); socServer.serve(); //# sourceMappingURL=run.js.map