Add TC65 fixture (#1200)

This commit is contained in:
Teemu R.
2024-10-28 13:47:24 +01:00
committed by GitHub
parent c051e75d1d
commit 0287606235
3 changed files with 646 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ class SmartCamera(SmartDevice):
"fw_ver": basic_info["sw_version"],
"hw_ver": basic_info["hw_version"],
"mac": basic_info["mac"],
"hwId": basic_info["hw_id"],
"hwId": basic_info.get("hw_id"),
"oem_id": basic_info["oem_id"],
}