UNPKG

homebridge-smartsystem

Version:

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

6 lines (4 loc) 178 B
import { SocApp } from "./server/socapp"; console.log("run.ts - running in directory: " + process.cwd()); const socServer = new SocApp(null, "server", 9999); socServer.serve();