UniFi - Use state to know if device is online (#25876)

This commit is contained in:
Robert Svensson
2019-08-11 22:40:44 +02:00
committed by GitHub
parent b8460bb331
commit ab7db5fbd0
5 changed files with 13 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ DEVICE_1 = {
"model": "US16P150",
"name": "device_1",
"overheating": False,
"state": 1,
"type": "usw",
"upgradable": False,
"version": "4.0.42.10433",
@@ -81,6 +82,7 @@ DEVICE_2 = {
"mac": "00:00:00:00:01:01",
"model": "US16P150",
"name": "device_1",
"state": 0,
"type": "usw",
"version": "4.0.42.10433",
}