8000 Add C210 2.0 1.3.11 fixture (#1406) · python-kasa/python-kasa@5d49623 · GitHub
[go: up one dir, main page]

Skip to conten 8000 t

Commit 5d49623

Browse files
authored
Add C210 2.0 1.3.11 fixture (#1406)
1 parent d0aba68 commit 5d49623

File tree

3 files changed

+872
-1
lines changed

3 files changed

+872
-1
lines changed

SUPPORTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
267267
- **C100**
268268
- Hardware: 4.0 / Firmware: 1.3.14
269269
- **C210**
270+
- Hardware: 2.0 / Firmware: 1.3.11
270271
- Hardware: 2.0 (EU) / Firmware: 1.4.2
271272
- Hardware: 2.0 (EU) / Firmware: 1.4.3
272273
- **C225**

devtools/generate_supported.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def _get_supported_devices(
214214
smodel = stype.setdefault(model_info.long_name, [])
215215
smodel.append(
216216
SupportedVersion(
217-
region=model_info.region,
217+
region=model_info.region if model_info.region else "",
218218
hw=model_info.hardware_version,
219219
fw=model_info.firmware_version,
220220
auth=model_info.requires_auth,

0 commit comments

Comments
 (0)
0