@goiot/goiot
v1.0.7
Published
Integration with the Go-IoT DINGO-Stack
Readme
Install this package into your project by calling npm install @goiot/goiot
Then in-code, use like this:
// Send object to UNIX-Socket goiot.sendToUnixSocket(jsonObject);
// Turn off console messages goiot.setDebugMode(false);
