Question
How can I find out if my ZigBee device is connected to a hub? I call status = APP_ZIGBEE_ZbStartupPersist (zigbee_app_info.zb); If the device is removed from my hub, this call returns FAIL. But if the hub is off this call returns SUCCESS.
..