8000 Add S200D button fixtures (#1161) · python-kasa/python-kasa@5cde7cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cde7cb

Browse files
rytilahtisdb9696
andauthored
Add S200D button fixtures (#1161)
Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
1 parent 4aec9d3 commit 5cde7cb

File tree

5 files changed

+1045
-2
lines changed

5 files changed

+1045
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following devices have been tested and confirmed as working. If your device
198198
- **Bulbs**: L510B, L510E, L530E
199199
- **Light Strips**: L900-10, L900-5, L920-5, L930-5
200200
- **Hubs**: H100
201-
- **Hub-Connected Devices<sup>\*\*\*</sup>**: S200B, T100, T110, T300, T310, T315
201+
- **Hub-Connected Devices<sup>\*\*\*</sup>**: S200B, S200D, T100, T110, T300, T310, T315
202202

203203
<!--SUPPORTED_END-->
204204
<sup>\*</sup>&nbsp;&nbsp; Model requires authentication<br>

SUPPORTED.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ 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+
- **S200D**
247+
- Hardware: 1.0 (EU) / Firmware: 1.11.0
248+
- Hardware: 1.0 (EU) / Firmware: 1.12.0
246249
- **T100**
247250
- Hardware: 1.0 (EU) / Firmware: 1.12.0
248251
- **T110**

kasa/tests/device_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
}
120120

121121
HUBS_SMART = {"H100", "KH100"}
122-
SENSORS_SMART = {"T310", "T315", "T300", "T100", "T110", "S200B"}
122+
SENSORS_SMART = {"T310", "T315", "T300", "T100", "T110", "S200B", "S200D"}
123123
THERMOSTATS_SMART = {"KE100"}
124124

125125
WITH_EMETER_IOT = {"HS110", "HS300", "KP115", "KP125", *BULBS_IOT}

0 commit comments

Comments
 (0)
0