Skip to content

Commit 457ff84

Browse files
committed
devices: fix 'is_rssi' property of LinkQuality
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
1 parent 7c0644c commit 457ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digi/xbee/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11949,7 +11949,7 @@ def is_rssi(self):
1194911949
Returns:
1195011950
Boolean: `True` if this is an RSSI value, `False` for LQI.
1195111951
"""
11952-
return self.__lq
11952+
return self.__is_rssi
1195311953

1195411954

1195511955
LinkQuality.UNKNOWN = LinkQuality(lq=LinkQuality.UNKNOWN_VALUE)

0 commit comments

Comments
 (0)