python-kasa/tests/fixtures/serialization/deviceconfig_camera-aes-https.json
Steven B. be34dbd387
Make uses_http a readonly property of device config (#1449)
`uses_http` will no longer be included in `DeviceConfig.to_dict()`
2025-01-14 14:20:53 +00:00

10 lines
177 B
JSON

{
"host": "127.0.0.1",
"timeout": 5,
"connection_type": {
"device_family": "SMART.IPCAMERA",
"encryption_type": "AES",
"https": true
}
}