mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-02-16 15:59:59 +00:00
allow None for rssi, add a missing newline to fakes.py
This commit is contained in:
@@ -59,7 +59,7 @@ class TestSmartPlugHS110(TestCase):
|
||||
'oemId': str,
|
||||
'on_time': int,
|
||||
'relay_state': int,
|
||||
'rssi': int, # apparently rssi can also be positive, see #54
|
||||
'rssi': Any(int, None), # rssi can also be positive, see #54
|
||||
'sw_ver': str,
|
||||
'type': str,
|
||||
'mic_type': str,
|
||||
|
||||
Reference in New Issue
Block a user