8000 Add fixture for newer KP400 firmware (#227) · akshat-ja/python-kasa@98b4155 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 98b4155

Browse files
authored
Add fixture for newer KP400 firmware (python-kasa#227)
1 parent 0bcab39 commit 98b4155

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"system": {
3+
"get_sysinfo": {
4+
"alias": "TP-LINK_Smart Plug_DC2A",
5+
"child_num": 2,
6+
"children": [
7+
{
8+
"alias": "Anc ",
9+
"id": "8006B8E953CC4149E2B13AA27E0D18EF1DCFBF3400",
10+
"next_action": {
11+
"type": -1
12+
},
13+
"on_time": 313,
14+
"state": 1
15+
},
16+
{
17+
"alias": "Plug 2",
18+
"id": "8006B8E953CC4149E2B13AA27E0D18EF1DCFBF3401",
19+
"next_action": {
20+
"type": -1
21+
},
22+
"on_time": 313,
23+
"state": 1
24+
}
25+
],
26+
"deviceId": "0000000000000000000000000000000000000000",
27+
"err_code": 0,
28+
"feature": "TIM",
29+
"hwId": "00000000000000000000000000000000",
30+
"hw_ver": "2.0",
31+
"latitude_i": 0,
32+
"led_off": 0,
33+
"longitude_i": 0,
34+
"mac": "00:00:00:00:00:00",
35+
"mic_type": "IOT.SMARTPLUGSWITCH",
36+
"model": "KP400(US)",
37+
"ntc_state": 0,
38+
"oemId": "00000000000000000000000000000000",
39+
"rssi": -46,
40+
"status": "new",
41+
"sw_ver": "1.0.6 Build 200821 Rel.090909",
42+
"updating": 0
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)
0