@ncd-io/node-red-enterprise-sensors
Version:
You can install this library through the Palette Manager in Node-Red's UI.
10 lines (8 loc) • 298 B
JavaScript
process.on('unhandledRejection', (reason, p) => {
console.log({'Unhandled Rejection at': p, reason: reason});
// application specific logging, throwing an error, or other logic here
});
module.exports = {
Modem: require("./lib/DigiParser.js"),
Gateway: require("./lib/WirelessGateway.js")
}