8000 run pre-commit hooks · python-kasa/python-kasa@a01fa62 · GitHub
[go: up one dir, main page]

Skip to content

Commit a01fa62

Browse files
committed
run pre-commit hooks
1 parent 2120ae3 commit a01fa62

File tree

1 file changed

+54
-6
lines changed

1 file changed

+54
-6
lines changed

tests/fixtures/smart/RV20 Max Plus(EU)_1.0_1.0.7.json

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,60 @@
171171
"clean_area": 5,
172172
"clean_percent": 1,
173173
"clean_time": 5
174-
},
175-
"getCleanRecords": {"total_time": 77, "total_area": 47, "total_number": 3, "record_list_num": 3, "lastest_day_record": [1736797545, 25, 16, 1], "record_list": [{"map_id": 1736598799, "error": 0, "clean_time": 27, "clean_area": 17,
176-
"dust_collection": false, "timestamp": 1736601522, "start_type": 1, "task_type": 0, "message": 1, "info_num": 1, "record_index": 0}, {"map_id": 1736598799, "error": 0, "clean_time": 25, "clean_area": 14, "dust_collection": false, "timestamp":
177-
1736684961, "start_type": 1, "task_type": 0, "message": 0, "info_num": 0, "record_index": 1}, {"map_id": 1736598799, "error": 0, "clean_time": 25, "clean_area": 16, "dust_collection": true, "timestamp": 1736797545, "start_type": 1, "task_type":
178-
0, "message": 0, "info_num": 3, "record_index": 2}]},
179-
174+
},
175+
"getCleanRecords": {
176+
"lastest_day_record": [
177+
1736797545,
178+
25,
179+
16,
180+
1
181+
],
182+
"record_list": [
183+
{
184+
"clean_area": 17,
185+
"clean_time": 27,
186+
"dust_collection": false,
187+
"error": 0,
188+
"info_num": 1,
189+
"map_id": 1736598799,
190+
"message": 1,
191+
"record_index": 0,
192+
"start_type": 1,
193+
"task_type": 0,
194+
"timestamp": 1736601522
195+
},
196+
{
197+
"clean_area": 14,
198+
"clean_time": 25,
199+
"dust_collection": false,
200+
"error": 0,
201+
"info_num": 0,
202+
"map_id": 1736598799,
203+
"message": 0,
204+
"record_index": 1,
205+
"start_type": 1,
206+
"task_type": 0,
207+
"timestamp": 1736684961
208+
},
209+
{
210+
"clean_area": 16,
211+
"clean_time": 25,
212+
"dust_collection": true,
213+
"error": 0,
214+
"info_num": 3,
215+
"map_id": 1736598799,
216+
"message": 0,
217+
"record_index": 2,
218+
7A60 "start_type": 1,
219+
"task_type": 0,
220+
"timestamp": 1736797545
221+
}
222+
],
223+
"record_list_num": 3,
224+
"total_area": 47,
225+
"total_number": 3,
226+
"total_time": 77
227+
},
180228
"getCleanStatus": {
181229
"getCleanStatus": {
182230
"clean_status": 0,

0 commit comments

Comments
 (0)
0