mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add C210 2.0 1.3.11 fixture (#1406)
This commit is contained in:
@@ -214,7 +214,7 @@ def _get_supported_devices(
|
||||
smodel = stype.setdefault(model_info.long_name, [])
|
||||
smodel.append(
|
||||
SupportedVersion(
|
||||
region=model_info.region,
|
||||
region=model_info.region if model_info.region else "",
|
||||
hw=model_info.hardware_version,
|
||||
fw=model_info.firmware_version,
|
||||
auth=model_info.requires_auth,
|
||||
|
Reference in New Issue
Block a user