Add C210 2.0 1.3.11 fixture (#1406)

This commit is contained in:
Steven B.
2025-01-03 06:55:55 +00:00
committed by GitHub
parent d0aba68e7a
commit 5d49623d5d
3 changed files with 872 additions and 1 deletions

View File

@@ -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,