-
Notifications
You must be signed in to change notification settings - Fork 8
/
roborock.vacuum.a23.json
145 lines (144 loc) · 3.72 KB
/
roborock.vacuum.a23.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"model": "roborock.vacuum.a23",
"ismiot": false,
"commands": [
{
"command": "get_dnd_timer",
"param": [],
"fakeresponse": [
{
"enabled": 1,
"end_hour": 8,
"end_minute": 0,
"start_hour": 22,
"start_minute": 0
}
]
},
{
"command": "get_clean_summary",
"param": [],
"fakeresponse": {"clean_time":109968,"clean_area":1694875000,"clean_count":51,"dust_collection_count":48,"records":[1699081963,1698999875,1698126572,1697463736,1697031817,1696486642,1696320557,1696253060,1695833343,1695821201,1695619374,1695476013,1695457865,1695274110,1695014622,1694876238,1694860994,1694755927,1694526730,1694237806]}
},
{
"command": "get_status",
"param": [],
"fakeresponse": [
{
"msg_ver": 2,
"msg_seq": 52,
"state": 8,
"battery": 100,
"clean_time": 15,
"clean_area": 140000,
"error_code": 0,
"map_present": 1,
"in_cleaning": 0,
"in_returning": 0,
"in_fresh_state": 1,
"lab_status": 1,
"water_box_status": 1,
"fan_power": 102,
"dnd_enabled": 0,
"map_status": 3,
"is_locating": 0,
"lock_status": 0,
"water_box_mode": 204,
"water_box_carriage_status": 0,
"mop_forbidden_enable": 0
}
]
},
{
"command": "get_consumable",
"param": [],
"fakeresponse": [
{
"main_brush_work_time": 32030,
"side_brush_work_time": 32030,
"filter_work_time": 32030,
"filter_element_work_time": 7037,
"sensor_dirty_time": 34922
}
]
},
{
"command": "get_map_v1",
"param": [],
"fakeresponse": null
},
{
"command": "get_clean_record",
"param": [
1626292843
],
"fakeresponse": {
"start": "2023-09-15T16:55:19+01:00[Europe/Lisbon]",
"end": "2023-09-15T17:23:42+01:00[Europe/Lisbon]",
"duration": 28,
"area": 21.6925,
"error": 0,
"finished": 1,
"finish_reason": 52
}
},
{
"command": "get_room_mapping",
"param": [],
"fakeresponse": [
[
16,
"644001005288"
],
[
17,
"644001009315"
],
[
18,
"516001007151"
],
[
19,
"516001007154"
]
]
},
{
"command": "get_map_status",
"param": [],
"fakeresponse": [1]
},
{
"command": "get_led_status",
"param": [],
"fakeresponse": [1]
},
{
"command": "get_segment_status",
"param": [],
"fakeresponse": [1]
},
{
"command": "get_multi_maps_list",
"param": [],
"fakeresponse": [{"map_info":[{"add_time":1613030910,"bak_maps":[],"length":11,"mapFlag":0,"name":"Erdgeschoss"},{"add_time":1611430630,"bak_maps":[],"length":8,"mapFlag":1,"name":"1. Etage"},{"add_time":1611430708,"bak_maps":[],"length":6,"mapFlag":2,"name":"Keller"},{"add_time":1611430817,"bak_maps":[],"length":8,"mapFlag":3,"name":"2. Etage"}],"max_bak_map":0,"max_multi_map":4,"multi_map_count":4}]
},
{
"command": "get_fw_features",
"param": [],
"fakeresponse": [111,112,113,114,115,116,117,118,119,120,121,122,123,124,125]
},
{
"command": "get_carpet_mode",
"param": [],
"fakeresponse": [{"current_high":500,"current_integral":450,"current_low":400,"enable":1,"stall_time":10}]
},
{
"command": "get_customize_clean_mode",
"param": [],
"fakeresponse": null
}
],
"properties": []
}