We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11bd49e + a2dbf1f commit d7ece5fCopy full SHA for d7ece5f
3 files changed
xbee/base.py
@@ -1,5 +1,5 @@
1
"""
2
-xbee.py
+base.py
3
4
By Paul Malmsten, 2010
5
Inspired by code written by Amit Synderman and Marco Sangalli
xbee/tests/test_base.py
@@ -1,6 +1,6 @@
#! /usr/bin/python
-test_xbee.py
+test_base.py
6
pmalmsten@gmail.com
xbee/zigbee.py
@@ -150,7 +150,7 @@ class ZigBee(XBeeBase):
150
'parsing': [('parameter',
151
lambda self, original: self._parse_IS_at_response(original))]
152
},
153
- b"\xa1": # See http://ftp1.digi.com/support/documentation/90002002.pdf
+ b"\xa1": # See http://www.digi.com/resources/documentation/digidocs/pdfs/90002002.pdf
154
{'name':'route_record_indicator',
155
'structure':
156
[{'name':'source_addr_long','len':8},
0 commit comments