Other Parts Discussed in Thread: Z-STACK
Hello,
im wondering is there a way to directly query the current PermitJoining state of the whole ZigBee-Network?
I know that i can get it as an answer per device via the ZDO_MGMT_LQI_REQ. However i find it difficult to interpret this answer, the interface specification tells the bits 1-0 are showing the current state. But why 2 bits? I got a byte of 0x02 for the state there...means bit 1 is set to 1 and bit 0 to 0. Im having trouble to tell now the actual state...is joining permitted or not? Is there any document to clarify this?
thanks!