We would be happy if you can upload it on our http://developer.z-wave.me storage to help other people use it. We can also do it on your behalf if you allow us.
Also would be interesting to intergate changes from here https://github.com/bytedreamer/Niffler/commit/bbf602fc8b57e138b3b4479782b20b1ca43e1d92
I would use both versions of bind, but check before binding/unbinding that they exist. Like:
zway.devices[index].Alarm.data[6] && zway.devices[index].Alarm.data[6].bind(binderMethod);
zway.devices[index].Alarm.data.V1event && zway.devices[index].Alarm.data.V1event.bind(binderMethod);
We would be happy if you can upload it on our http://developer.z-wave.me storage to help other people use it. We can also do it on your behalf if you allow us.
Also would be interesting to intergate changes from here https://github.com/bytedreamer/Niffler/commit/bbf602fc8b57e138b3b4479782b20b1ca43e1d92
I would use both versions of bind, but check before binding/unbinding that they exist. Like:
zway.devices[index].Alarm.data[6] && zway.devices[index].Alarm.data[6].bind(binderMethod);zway.devices[index].Alarm.data.V1event && zway.devices[index].Alarm.data.V1event.bind(binderMethod);