-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40ec374
commit 4b4f119
Showing
5 changed files
with
642 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99 changes: 99 additions & 0 deletions
99
tests/pydreo/api_responses/get_device_state_UNKNOWN_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"code": 0, | ||
"msg": "OK", | ||
"data": { | ||
"mixed": { | ||
"mcu_hardware_model": { | ||
"state": "SC95F8613B/EU", | ||
"timestamp": 1724748442 | ||
}, | ||
"wifi_ssid": "**REDACTED**", | ||
"windlevel": { | ||
"state": 4, | ||
"timestamp": 1724759313 | ||
}, | ||
"wifi_rssi": { | ||
"state": -30, | ||
"timestamp": 1724748442 | ||
}, | ||
"poweron": { | ||
"state": true, | ||
"timestamp": 1724782631 | ||
}, | ||
"tempunit": { | ||
"state": 1, | ||
"timestamp": 1724748442 | ||
}, | ||
"timeron": { | ||
"state": { | ||
"du": 0, | ||
"ts": 1724748442 | ||
}, | ||
"timestamp": null | ||
}, | ||
"module_firmware_version": { | ||
"state": "1.2.15", | ||
"timestamp": 1724748442 | ||
}, | ||
"mode": { | ||
"state": 1, | ||
"timestamp": 1724748442 | ||
}, | ||
"mcuon": { | ||
"state": true, | ||
"timestamp": 1724748442 | ||
}, | ||
"connected": { | ||
"state": true, | ||
"timestamp": 1724748442 | ||
}, | ||
"timeroff": { | ||
"state": { | ||
"du": 0, | ||
"ts": 1724748442 | ||
}, | ||
"timestamp": null | ||
}, | ||
"network_latency": { | ||
"state": 90, | ||
"timestamp": 1724748442 | ||
}, | ||
"module_hardware_model": { | ||
"state": "PAI-051", | ||
"timestamp": 1724748442 | ||
}, | ||
"mcu_firmware_version": { | ||
"state": "1.0.8", | ||
"timestamp": 1724748442 | ||
}, | ||
"customconf": { | ||
"state": "temp:11111222222333333444444", | ||
"timestamp": 1724748442 | ||
}, | ||
"ledkepton": { | ||
"state": false, | ||
"timestamp": 1724748442 | ||
}, | ||
"temperature": { | ||
"state": 81, | ||
"timestamp": 1724778379 | ||
}, | ||
"module_hardware_mac": "**REDACTED**", | ||
"childlockon": { | ||
"state": false, | ||
"timestamp": 1724748442 | ||
}, | ||
"muteon": { | ||
"state": true, | ||
"timestamp": 1724748442 | ||
}, | ||
"hoscon": { | ||
"state": false, | ||
"timestamp": 1724783181 | ||
} | ||
}, | ||
"sn": "UNKNOWN_1", | ||
"productId": "***REMOVED BY ME ***", | ||
"region": "eu-central-1" | ||
} | ||
} |
Oops, something went wrong.