TheThingSystem / steward

The Thing System is a set of software components and network protocols that aims to fix the Internet of Things. Our steward software is written in node.js making it both portable and easily extensible. It can run on your laptop, or fit onto a small single board computer like the Raspberry Pi.
http://thethingsystem.com
Other
346 stars 81 forks source link

Fixes #110 #256

Closed sja closed 10 years ago

sja commented 10 years ago

Every time, a z-wave device sends a "I'm ready"-Event, the local map entry of this node is re-written. Thats because a too late abort statement, which should check, if this node is already initialized. As an effect, the Device object instance is getting lost and the value changes-Event can't be handled anymore.

mrose17 commented 10 years ago

I'll be online later tonight and will take a look... many thanks!