UNPKG

homebridge-smartsystem

Version:

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

7 lines 301 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", 9999); socServer.serve(); //# sourceMappingURL=run9999.js.map