If an unknown device joins the network how does a coordinator know what type of device it is and what it can do?
Right now when a device joins the network, I am using ActiveEP, to get all the endpoints, and then asking each endpoint for the simple desc to get the clusters it supports.
Is there a more efficient way? This seems like an unefficient manner, several messages to get a fundamental description.
Thanks,
Ryan