Aietes / node-red-contrib-harmony

Node-RED integration for Harmony hub
MIT License
15 stars 18 forks source link

Fix issue #8 #9

Closed JanBobolz closed 6 years ago

JanBobolz commented 6 years ago

If I didn't overlook anything else, then issue #8 occurs after the following things happen:

The merge request introduces an EventEmitter in the server that persists even when node.server.harmony objects change. Observer nodes register for events with that EventEmitter.

Feel free to edit whatever you like or to pursue an entirely different solution. I'm not too familiar with node js.