uiprotect 1.7.0__py3-none-any.whl → 1.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of uiprotect might be problematic. Click here for more details.
- uiprotect/data/bootstrap.py +2 -2
- {uiprotect-1.7.0.dist-info → uiprotect-1.7.1.dist-info}/METADATA +1 -1
- {uiprotect-1.7.0.dist-info → uiprotect-1.7.1.dist-info}/RECORD +6 -6
- {uiprotect-1.7.0.dist-info → uiprotect-1.7.1.dist-info}/LICENSE +0 -0
- {uiprotect-1.7.0.dist-info → uiprotect-1.7.1.dist-info}/WHEEL +0 -0
- {uiprotect-1.7.0.dist-info → uiprotect-1.7.1.dist-info}/entry_points.txt +0 -0
uiprotect/data/bootstrap.py
CHANGED
|
@@ -353,7 +353,7 @@ class Bootstrap(ProtectBaseObject):
|
|
|
353
353
|
if TYPE_CHECKING:
|
|
354
354
|
assert isinstance(obj, Event)
|
|
355
355
|
self.process_event(obj)
|
|
356
|
-
|
|
356
|
+
elif model_type is ModelType.NVR:
|
|
357
357
|
if TYPE_CHECKING:
|
|
358
358
|
assert isinstance(obj, NVR)
|
|
359
359
|
self.nvr = obj
|
|
@@ -370,7 +370,7 @@ class Bootstrap(ProtectBaseObject):
|
|
|
370
370
|
self.id_lookup[obj.id] = ref
|
|
371
371
|
self.mac_lookup[normalize_mac(obj.mac)] = ref
|
|
372
372
|
else:
|
|
373
|
-
_LOGGER.debug("Unexpected bootstrap model type for add: %s",
|
|
373
|
+
_LOGGER.debug("Unexpected bootstrap model type for add: %s", model_type)
|
|
374
374
|
return None
|
|
375
375
|
|
|
376
376
|
updated = obj.dict()
|
|
@@ -15,7 +15,7 @@ uiprotect/cli/sensors.py,sha256=fQtcDJCVxs4VbAqcavgBy2ABiVxAW3GXtna6_XFBp2k,8153
|
|
|
15
15
|
uiprotect/cli/viewers.py,sha256=2cyrp104ffIvgT0wYGIO0G35QMkEbFe7fSVqLwDXQYQ,2171
|
|
16
16
|
uiprotect/data/__init__.py,sha256=OcfuJl2qXfHcj_mdnrHhzZ5tEIZrw8auziX5IE7dn-I,2938
|
|
17
17
|
uiprotect/data/base.py,sha256=McmQHwbb-gY2y9IjQ85HVBE6Vo0WkBzcXt6JDw5HijE,37708
|
|
18
|
-
uiprotect/data/bootstrap.py,sha256=
|
|
18
|
+
uiprotect/data/bootstrap.py,sha256=UxDAo8hz-Rh8XvgfYvUslrWelGFZ5JQ6bnixT4wKJR0,21468
|
|
19
19
|
uiprotect/data/convert.py,sha256=8h6Il_DhMkPRDPj9F_rA2UZIlTuchS3BQD24peKpk2A,2185
|
|
20
20
|
uiprotect/data/devices.py,sha256=Nq3bOko5PFf5LvEBoD4JV8kmbq50laRdh3VHMWX7t-0,111809
|
|
21
21
|
uiprotect/data/nvr.py,sha256=XC4NO1c_Mom-hIpzj9ksKFcgKbHd6ToqWjkgzxJ1PJY,47636
|
|
@@ -30,8 +30,8 @@ uiprotect/test_util/__init__.py,sha256=d2g7afa0LSdixQ0kjEDYwafDFME_UlW2LzxpamZ2B
|
|
|
30
30
|
uiprotect/test_util/anonymize.py,sha256=f-8ijU-_y9r-uAbhIPn0f0I6hzJpAkvJzc8UpWihObI,8478
|
|
31
31
|
uiprotect/utils.py,sha256=6OLY8hNiCzk418PjJJIlFW7jjPzVt1vxBKEzBSqMeTk,18418
|
|
32
32
|
uiprotect/websocket.py,sha256=IzDPyqbzrkOMREvahN-e2zdvVD0VABSCWy6jSoCwOT0,7299
|
|
33
|
-
uiprotect-1.7.
|
|
34
|
-
uiprotect-1.7.
|
|
35
|
-
uiprotect-1.7.
|
|
36
|
-
uiprotect-1.7.
|
|
37
|
-
uiprotect-1.7.
|
|
33
|
+
uiprotect-1.7.1.dist-info/LICENSE,sha256=INx18jhdbVXMEiiBANeKEbrbz57ckgzxk5uutmmcxGk,1111
|
|
34
|
+
uiprotect-1.7.1.dist-info/METADATA,sha256=eHSgWjOd86ZiGte16Nes5SRHRILMRdos-M0xWXNZpYI,10984
|
|
35
|
+
uiprotect-1.7.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
36
|
+
uiprotect-1.7.1.dist-info/entry_points.txt,sha256=J78AUTPrTTxgI3s7SVgrmGqDP7piX2wuuEORzhDdVRA,47
|
|
37
|
+
uiprotect-1.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|