Skip to content

Commit 19aad4a

Browse files
Adding support for Many-to-One Route Request Indicator 0xA3 packets.
1 parent ae1f61d commit 19aad4a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

xbee/zigbee.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ class ZigBee(XBeeBase):
158158
{'name':'receive_options', 'len':1},
159159
{'name':'hop_count', 'len':1},
160160
{'name':'addresses', 'len':None}]},
161+
b"\xa3":
162+
{'name':'many_to_one_rri',
163+
'structure':
164+
[{'name':'source_addr_long', 'len':8},
165+
{'name':'source_addr', 'len':2},
166+
{'name':'reserved', 'len':1}]},
161167
b"\x95":
162168
{'name':'node_id_indicator',
163169
'structure':

0 commit comments

Comments
 (0)