ZigBee IO Data Sample Rx Indicator - Frame Type 92

Currently I’m using a Cord and End Device to pass analog sensor data. When I parse the data certain data bits don’t match what the manual states. Here is an data example:

0 - 7E
1 - 2 0012
3 - 92
4 - 11 0013A200402C12A0
12 - 13 31DC
14 - 41
15 01
16 - 17 0000
18 - 04
19 – 20 03FF
21 - 45

Bits 14 and 18 are not options in the manual.

The end device has the following configured:

AO=0
D2=2

The firmware running on both:

Cord = XBP24-ZB_2170
End Device = XBP24-ZB_2970

Thanks

Rich

The bit 14 is Receive Option, 0x41 which means the packet acknowledged and packet was sent from an end device. 0x41 is the combination of 0x01 and 0x40