Sorry, here's some more details:
case Device_annce:
{
ZDO_ParseDeviceAnnce( inMsg, &devAnnce );
print("Discovered node!");
On the coord node I capture the DEVICE ANNOUNCE event and print out some data ... when I plug in an end point node.. the device announce code gets called 3 times... is this normal?
I would expect that it would only announce itself 1 time... Thanks!