UNPKG

node-red-contrib-zwave-js

Version:

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.

9 lines (6 loc) 144 B
const { EventEmitter } = require('events'); const EE = new EventEmitter(); EE.setMaxListeners(0); module.exports = { NodeEventEmitter: EE };