Skip to content

Commit f420d87

Browse files
committed
fix #6: fix a bug when returning the source endpoint in the
ExplicitRXIndicatorPacket class Signed-off-by: Ruben Moral <ruben.moral@digi.com>
1 parent dda5664 commit f420d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digi/xbee/packets/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ def __get_source_endpoint(self):
26192619
Returns:
26202620
Integer: the source endpoint of the transmission.
26212621
"""
2622-
return self.__dest_endpoint
2622+
return self.__source_endpoint
26232623

26242624
def __set_source_endpoint(self, source_endpoint):
26252625
"""

0 commit comments

Comments
 (0)