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

Fix PyNotifications with missing DriverFailed #7

Closed gdoucet closed 11 years ago

gdoucet commented 11 years ago

Here is the fix of PyNotifications. Because one entry was missing, index 24 of NotificationType (Type_AllNodesQueried) was return as Error (index 24 in PyNotifications).

I also add the function GetErrorCode in the debuging process.

maartendamen commented 11 years ago

Thanks!