uiprotect 7.2.0__py3-none-any.whl → 7.4.0__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/types.py +8 -5
- {uiprotect-7.2.0.dist-info → uiprotect-7.4.0.dist-info}/METADATA +1 -1
- {uiprotect-7.2.0.dist-info → uiprotect-7.4.0.dist-info}/RECORD +6 -6
- {uiprotect-7.2.0.dist-info → uiprotect-7.4.0.dist-info}/LICENSE +0 -0
- {uiprotect-7.2.0.dist-info → uiprotect-7.4.0.dist-info}/WHEEL +0 -0
- {uiprotect-7.2.0.dist-info → uiprotect-7.4.0.dist-info}/entry_points.txt +0 -0
uiprotect/data/types.py
CHANGED
|
@@ -524,6 +524,7 @@ class SleepStateType(str, ValuesEnumMixin, enum.Enum):
|
|
|
524
524
|
class AutoExposureMode(str, ValuesEnumMixin, enum.Enum):
|
|
525
525
|
MANUAL = "manual"
|
|
526
526
|
AUTO = "auto"
|
|
527
|
+
NONE = "none"
|
|
527
528
|
SHUTTER = "shutter"
|
|
528
529
|
FLICK50 = "flick50"
|
|
529
530
|
FLICK60 = "flick60"
|
|
@@ -533,6 +534,7 @@ class AutoExposureMode(str, ValuesEnumMixin, enum.Enum):
|
|
|
533
534
|
class FocusMode(str, ValuesEnumMixin, enum.Enum):
|
|
534
535
|
MANUAL = "manual"
|
|
535
536
|
AUTO = "auto"
|
|
537
|
+
NONE = "none"
|
|
536
538
|
ZTRIG = "ztrig"
|
|
537
539
|
TOUCH = "touch"
|
|
538
540
|
|
|
@@ -637,6 +639,7 @@ class PermissionNode(str, UnknownValuesEnumMixin, enum.Enum):
|
|
|
637
639
|
|
|
638
640
|
@enum.unique
|
|
639
641
|
class HDRMode(str, UnknownValuesEnumMixin, enum.Enum):
|
|
642
|
+
NONE = "none"
|
|
640
643
|
NORMAL = "normal"
|
|
641
644
|
ALWAYS_ON = "superHdr"
|
|
642
645
|
|
|
@@ -652,21 +655,21 @@ class LensType(str, enum.Enum):
|
|
|
652
655
|
|
|
653
656
|
DoorbellText = Annotated[str, StringConstraints(max_length=30)]
|
|
654
657
|
|
|
655
|
-
ICRCustomValue = Annotated[int, Field(ge=0, le=
|
|
658
|
+
ICRCustomValue = Annotated[int, Field(ge=0, le=11)]
|
|
656
659
|
|
|
657
660
|
ICRLuxValue = Annotated[int, Field(ge=1, le=30)]
|
|
658
661
|
|
|
659
662
|
LEDLevel = Annotated[int, Field(ge=0, le=6)]
|
|
660
663
|
|
|
661
|
-
PercentInt = Annotated[int, Field(ge=0, le=
|
|
664
|
+
PercentInt = Annotated[int, Field(ge=0, le=101)]
|
|
662
665
|
|
|
663
|
-
TwoByteInt = Annotated[int, Field(ge=1, le=
|
|
666
|
+
TwoByteInt = Annotated[int, Field(ge=1, le=256)]
|
|
664
667
|
|
|
665
668
|
PercentFloat = Annotated[float, Field(ge=0, le=100)]
|
|
666
669
|
|
|
667
|
-
WDRLevel = Annotated[int, Field(ge=0, le=
|
|
670
|
+
WDRLevel = Annotated[int, Field(ge=0, le=4)]
|
|
668
671
|
|
|
669
|
-
ICRSensitivity = Annotated[int, Field(ge=0, le=
|
|
672
|
+
ICRSensitivity = Annotated[int, Field(ge=0, le=4)]
|
|
670
673
|
|
|
671
674
|
Percent = Annotated[float, Field(ge=0, le=1)]
|
|
672
675
|
|
|
@@ -21,7 +21,7 @@ uiprotect/data/bootstrap.py,sha256=Umija3z2SI4RPJmbzZNolm3jw-GSP4a2d9Fd0xcmf9c,2
|
|
|
21
21
|
uiprotect/data/convert.py,sha256=xEN878_hm0HZZCVYGwJSxcSp2as9zpkvsemVIibReOA,2628
|
|
22
22
|
uiprotect/data/devices.py,sha256=ls-paEN3RITVASL0Nezfevpt5ROvxnhbBGYg8dPfAyM,114061
|
|
23
23
|
uiprotect/data/nvr.py,sha256=E18DgE0nXl9VZ_ULotTPcXSi3M1u3mWQsuZbY1gIajs,47490
|
|
24
|
-
uiprotect/data/types.py,sha256=
|
|
24
|
+
uiprotect/data/types.py,sha256=XVNVCqyWJGTAo557sWD8yZ-kr_Z_35IpkUr-IuBjpO4,19218
|
|
25
25
|
uiprotect/data/user.py,sha256=Del5LUmt5uCfAQMI9-kl_GaKm085oTLjxmcCrlEKXxc,10526
|
|
26
26
|
uiprotect/data/websocket.py,sha256=m4EV1Qfh08eKOihy70ycViYgEQpeNSGZQJWdtGIYJDA,6791
|
|
27
27
|
uiprotect/exceptions.py,sha256=kgn0cRM6lTtgLza09SDa3ZiX6ue1QqHCOogQ4qu6KTQ,965
|
|
@@ -32,8 +32,8 @@ uiprotect/test_util/__init__.py,sha256=HlQBgIgdtrvT-gQ5OWP92LbgVr_YzsD5NFImLRonU
|
|
|
32
32
|
uiprotect/test_util/anonymize.py,sha256=f-8ijU-_y9r-uAbhIPn0f0I6hzJpAkvJzc8UpWihObI,8478
|
|
33
33
|
uiprotect/utils.py,sha256=q2YYQfxr0b3QEWMSP7SdpcJZbB4huEhpo8PbtnTbEFI,20481
|
|
34
34
|
uiprotect/websocket.py,sha256=tEyenqblNXHcjWYuf4oRP1E7buNwx6zoECMwpBr-jig,8191
|
|
35
|
-
uiprotect-7.
|
|
36
|
-
uiprotect-7.
|
|
37
|
-
uiprotect-7.
|
|
38
|
-
uiprotect-7.
|
|
39
|
-
uiprotect-7.
|
|
35
|
+
uiprotect-7.4.0.dist-info/LICENSE,sha256=INx18jhdbVXMEiiBANeKEbrbz57ckgzxk5uutmmcxGk,1111
|
|
36
|
+
uiprotect-7.4.0.dist-info/METADATA,sha256=PG-R5cmBiEALyW0c3QNWi0QJ5G4rTer79i4CuIvSNkE,11142
|
|
37
|
+
uiprotect-7.4.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
38
|
+
uiprotect-7.4.0.dist-info/entry_points.txt,sha256=J78AUTPrTTxgI3s7SVgrmGqDP7piX2wuuEORzhDdVRA,47
|
|
39
|
+
uiprotect-7.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|