mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add TC65 fixture (#1200)
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user