8000 Add S200B(US) fw 1.12.0 fixture (#1181) · python-kasa/python-kasa@450bcf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 450bcf0

Browse files
authored
Add S200B(US) fw 1.12.0 fixture (#1181)
1 parent 5cde7cb commit 450bcf0

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

SUPPORTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
243243

244244
- **S200B**
245245
- Hardware: 1.0 (EU) / Firmware: 1.11.0
246+
- Hardware: 1.0 (US) / Firmware: 1.12.0
246247
- **S200D**
247248
- Hardware: 1.0 (EU) / Firmware: 1.11.0
248249
- Hardware: 1.0 (EU) / Firmware: 1.12.0
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"component_nego": {
3+
"component_list": [
4+
{
5+
"id": "device",
6+
"ver_code": 2
7+
},
8+
{
9+
"id": "quick_setup",
10+
"ver_code": 3
11+
},
12+
{
13+
"id": "trigger_log",
14+
"ver_code": 1
15+
},
16+
{
17+
"id": "time",
18+
"ver_code": 1
19+
},
20+
{
21+
"id": "device_local_time",
22+
"ver_code": 1
23+
},
24+
{
25+
"id": "account",
26+
"ver_code": 1
27+
},
28+
{
29+
"id": "synchronize",
30+
"ver_code": 1
31+
},
32+
{
33+
"id": "cloud_connect",
34+
"ver_code": 1
35+
},
36+
{
37+
"id": "iot_cloud",
38+
"ver_code": 1
39+
},
40+
{
41+
"id": "firmware",
42+
"ver_code": 1
43+
},
44+
{
45+
"id": "localSmart",
46+
"ver_code": 1
47+
},
48+
{
49+
"id": "battery_detect",
50+
"ver_code": 1
51+
},
52+
{
53+
"id": "double_click",
54+
"ver_code": 1
55+
}
56+
]
57+
},
58+
"get_auto_update_info": -1001,
59+
"get_connect_cloud_state": {
60+
"status": 0
61+
},
62+
"get_device_info": {
63+
"at_low_battery": false,
64+
"avatar": "button",
65+
"bind_count": 1,
66+
"category": "subg.trigger.button",
67+
"device_id": "SCRUBBED_CHILD_DEVICE_ID_5",
68+
"fw_ver": "1.12.0 Build 231121 Rel.092508",
69+
"hw_id": "00000000000000000000000000000000",
70+
"hw_ver": "1.0",
71+
"jamming_rssi": -104,
72+
"jamming_signal_level": 2,
73+
"lastOnboardingTimestamp": 1724636886,
74+
"mac": "98254A000000",
75+
"model": "S200B",
76+
"nickname": "I01BU0tFRF9OQU1FIw==",
77+
"oem_id": "00000000000000000000000000000000",
78+
"parent_device_id": "0000000000000000000000000000000000000000",
79+
"region": "Australia/Canberra",
80+
"report_interval": 16,
81+
"rssi": -36,
82+
"signal_level": 3,
83+
"specs": "US",
84+
"status": "online",
85+
"status_follow_edge": false,
86+
"type": "SMART.TAPOSENSOR"
87+
},
88+
"get_device_time": -1001,
89+
"get_device_usage": -1001,
90+
"get_fw_download_state": {
91+
"cloud_cache_seconds": 1,
92+
"download_progress": 0,
93+
"reboot_time": 5,
94+
"status": 0,
95+
"upgrade_time": 5
96+
},
97+
"get_latest_fw": {
98+
"fw_size": 0,
99+
"fw_ver": "1.12.0 Build 231121 Rel.092508",
100+
"hw_id": "",
101+
"need_to_upgrade": false,
102+
"oem_id": "",
103+
"release_date": "",
104+
"release_note": "",
105+
"type": 0
106+
},
107+
"qs_component_nego": -1001
108+
}

0 commit comments

Comments
 (0)
0