Hello
I have the following problem:
While calling this method using C API, my app crashes with no debugging information since probably all symbols are stripped from the zway libs. This is how I call this method:
err = zway_fc_remove_node_from_network(zway, TRUE, TRUE, NULL, NULL, NULL)
And after sensor performs exclusion confirmation the app crashes.
My sensor is Ecolink Door/Window sensor.
Thanks for your help
zway_fc_remove_node_from_network crashes
Re: zway_fc_remove_node_from_network crashes
Never mind, I solved it
I tried to read data holder data after receiving Deleted change event
I tried to read data holder data after receiving Deleted change event