uiprotect 7.3.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 CHANGED
@@ -534,6 +534,7 @@ class AutoExposureMode(str, ValuesEnumMixin, enum.Enum):
534
534
  class FocusMode(str, ValuesEnumMixin, enum.Enum):
535
535
  MANUAL = "manual"
536
536
  AUTO = "auto"
537
+ NONE = "none"
537
538
  ZTRIG = "ztrig"
538
539
  TOUCH = "touch"
539
540
 
@@ -638,6 +639,7 @@ class PermissionNode(str, UnknownValuesEnumMixin, enum.Enum):
638
639
 
639
640
  @enum.unique
640
641
  class HDRMode(str, UnknownValuesEnumMixin, enum.Enum):
642
+ NONE = "none"
641
643
  NORMAL = "normal"
642
644
  ALWAYS_ON = "superHdr"
643
645
 
@@ -653,21 +655,21 @@ class LensType(str, enum.Enum):
653
655
 
654
656
  DoorbellText = Annotated[str, StringConstraints(max_length=30)]
655
657
 
656
- ICRCustomValue = Annotated[int, Field(ge=0, le=10)]
658
+ ICRCustomValue = Annotated[int, Field(ge=0, le=11)]
657
659
 
658
660
  ICRLuxValue = Annotated[int, Field(ge=1, le=30)]
659
661
 
660
662
  LEDLevel = Annotated[int, Field(ge=0, le=6)]
661
663
 
662
- PercentInt = Annotated[int, Field(ge=0, le=100)]
664
+ PercentInt = Annotated[int, Field(ge=0, le=101)]
663
665
 
664
- TwoByteInt = Annotated[int, Field(ge=1, le=255)]
666
+ TwoByteInt = Annotated[int, Field(ge=1, le=256)]
665
667
 
666
668
  PercentFloat = Annotated[float, Field(ge=0, le=100)]
667
669
 
668
- WDRLevel = Annotated[int, Field(ge=0, le=3)]
670
+ WDRLevel = Annotated[int, Field(ge=0, le=4)]
669
671
 
670
- ICRSensitivity = Annotated[int, Field(ge=0, le=3)]
672
+ ICRSensitivity = Annotated[int, Field(ge=0, le=4)]
671
673
 
672
674
  Percent = Annotated[float, Field(ge=0, le=1)]
673
675
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uiprotect
3
- Version: 7.3.0
3
+ Version: 7.4.0
4
4
  Summary: Python API for Unifi Protect (Unofficial)
5
5
  Home-page: https://github.com/uilibs/uiprotect
6
6
  Author: UI Protect Maintainers
@@ -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=sBclXfOTSoEz9M1DLUtp0u2evOQM4-sVi3vq0bPe9jA,19182
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.3.0.dist-info/LICENSE,sha256=INx18jhdbVXMEiiBANeKEbrbz57ckgzxk5uutmmcxGk,1111
36
- uiprotect-7.3.0.dist-info/METADATA,sha256=QqcC6gdg7Gj_2TuyOUBppdNimr_SbxmFGHs9NFWe_LM,11142
37
- uiprotect-7.3.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
38
- uiprotect-7.3.0.dist-info/entry_points.txt,sha256=J78AUTPrTTxgI3s7SVgrmGqDP7piX2wuuEORzhDdVRA,47
39
- uiprotect-7.3.0.dist-info/RECORD,,
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,,