maartendamen / py-openzwave

py-openzwave is a python wrapper around the open-zwave c++ project.
http://projects.maartendamen.com/projects/pyopenzwave
40 stars 13 forks source link

Fixed missing values in callback args #2

Closed BrianODell closed 13 years ago

BrianODell commented 13 years ago

I found the "event" key was missing from the callback dictionary for NodeEvents and tracked it down to this comparison (see diff) which seemed to be comparing an int to a string.