It’s unfortunate that you turned off the logging function from the legacy IDE. That said, I like the “logcat” functionality and real time response.
One area that could be improved.
- I am writing a custom ZWAVE driver.
- A logical function should providesan interpretation of the events that it received.
- However, it would be great to get the actual raw payload from the device.
This would help when you are trying to figure out which event is not being processed correctly. This would supplement the sparse documentation that currently exists in the Edge Driver reference.
Hope this make sense.