8000 Adding new device fitures · python-kasa/python-kasa@8d9e39d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d9e39d

Browse files
author
Nathan Sylvain
committed
Adding new device fitures
Adding fixtures for C225, P210M, P306 and P135
1 parent 8418ba3 commit 8d9e39d

7 files changed

+5007
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ The following devices have been tested and confirmed as working. If your device
197197
### Supported Tapo[^1] devices
198198

199199
- **Plugs**: P100, P110, P110M, P115, P125M, P135, TP15
200-
- **Power Strips**: P300, P304M, TP25
200+
- **Power Strips**: P210M, P300, P304M, P306, TP25
201201
- **Wall Switches**: S500D, S505, S505D
202202
- **Bulbs**: L510B, L510E, L530E, L630
203203
- **Light Strips**: L900-10, L900-5, L920-5, L930-5
204-
- **Cameras**: C100, C210, C325WB, C520WS, TC65, TC70
204+
- **Cameras**: C100, C210, C225, C325WB, C520WS, TC65, TC70
205205
- **Hubs**: H100, H200
206206
- **Hub-Connected Devices[^3]**: S200B, S200D, T100, T110, T300, T310, T315
207207

SUPPORTED.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,22 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
202202
- Hardware: 1.0 (US) / Firmware: 1.1.0
203203
- **P135**
204204
- Hardware: 1.0 (US) / Firmware: 1.0.5
205+
- Hardware: 1.0 (US) / Firmware: 1.2.0
205206
- **TP15**
206207
- Hardware: 1.0 (US) / Firmware: 1.0.3
207208

208209
### Power Strips
209210

211+
- **P210M**
212+
- Hardware: 1.0 (US) / Firmware: 1.0.3
210213
- **P300**
211214
- Hardware: 1.0 (EU) / Firmware: 1.0.13
212215
- Hardware: 1.0 (EU) / Firmware: 1.0.15
213216
- Hardware: 1.0 (EU) / Firmware: 1.0.7
214217
- **P304M**
215218
- Hardware: 1.0 (UK) / Firmware: 1.0.3
219+
- **P306**
220+
- Hardware: 1.0 (US) / Firmware: 1.1.2
216221
- **TP25**
217222
- Hardware: 1.0 (US) / Firmware: 1.0.2
218223

@@ -263,6 +268,8 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
263268
- **C210**
264269
- Hardware: 2.0 (EU) / Firmware: 1.4.2
265270
- Hardware: 2.0 (EU) / Firmware: 1.4.3
271+
- **C225**
272+
- Hardware: 2.0 (US) / Firmware: 1.0.11
266273
- **C325WB**
267274
- Hardware: 1.0 (EU) / Firmware: 1.1.17
268275
- **C520WS**

tests/device_fixtures.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
"EP25",
9191
"P125M",
9292
"TP15",
93+
"P210M",
94+
"P306",
95+
"P135",
9396
}
9497
PLUGS = {
9598
*PLUGS_IOT,

0 commit comments

Comments
 (0)
0