pymammotion 0.3.2__py3-none-any.whl → 0.3.3__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.
- pymammotion/utility/constant/device_constant.py +6 -8
- {pymammotion-0.3.2.dist-info → pymammotion-0.3.3.dist-info}/METADATA +1 -1
- {pymammotion-0.3.2.dist-info → pymammotion-0.3.3.dist-info}/RECORD +5 -5
- {pymammotion-0.3.2.dist-info → pymammotion-0.3.3.dist-info}/LICENSE +0 -0
- {pymammotion-0.3.2.dist-info → pymammotion-0.3.3.dist-info}/WHEEL +0 -0
@@ -281,11 +281,9 @@ class PosType(IntEnum):
|
|
281
281
|
TURN_AREA_INSIDE = 4
|
282
282
|
VIRTUAL_INSIDE = 6
|
283
283
|
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
}
|
291
|
-
return modes.get(value, "Invalid mode")
|
284
|
+
def camera_brightness(value: int) -> str:
|
285
|
+
modes = {
|
286
|
+
0: "Dark",
|
287
|
+
1: "Light",
|
288
|
+
}
|
289
|
+
return modes.get(value, "Invalid mode")
|
@@ -113,7 +113,7 @@ pymammotion/proto/mctrl_sys_pb2.py,sha256=DYemb514mlC7c27t-k1YqqBif0xxhLmnIWk8rX
|
|
113
113
|
pymammotion/proto/mctrl_sys_pb2.pyi,sha256=Dj_1UM86kZ5MfcVyNC76Z0gKrfl5YFsVWP2b-bKoZvk,38912
|
114
114
|
pymammotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
115
|
pymammotion/utility/constant/__init__.py,sha256=tcY0LDeD-qDDHx2LKt55KOyv9ZI0UfCNM6fknLCmm8s,110
|
116
|
-
pymammotion/utility/constant/device_constant.py,sha256=
|
116
|
+
pymammotion/utility/constant/device_constant.py,sha256=8imNtNtaGqSU685fn6xyvOMobGHJLmhWPeVogTc8ec8,7526
|
117
117
|
pymammotion/utility/conversions.py,sha256=v3YICy0zZwwBBzrUZgabI7GRfiDBnkiAX2qdtk3NxOY,89
|
118
118
|
pymammotion/utility/datatype_converter.py,sha256=SPM_HuaaD_XOawlqEnA8qlRRZXGba3WjA8kGOZgeBlQ,4284
|
119
119
|
pymammotion/utility/device_type.py,sha256=xOgfIhOkzgcAtoKtlhlB1q8FpiKe1rVVV5BvN7K7zYc,9433
|
@@ -121,7 +121,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
121
121
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
122
122
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
123
123
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
124
|
-
pymammotion-0.3.
|
125
|
-
pymammotion-0.3.
|
126
|
-
pymammotion-0.3.
|
127
|
-
pymammotion-0.3.
|
124
|
+
pymammotion-0.3.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
125
|
+
pymammotion-0.3.3.dist-info/METADATA,sha256=Wd8DFYF5prkoZTuhQtCXW_vO6yaqEMMW6yqiRz3Rr3o,3895
|
126
|
+
pymammotion-0.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
127
|
+
pymammotion-0.3.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|