pymammotion 0.2.93__py3-none-any.whl → 0.2.94__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/mammotion/commands/messages/system.py +3 -1
- {pymammotion-0.2.93.dist-info → pymammotion-0.2.94.dist-info}/METADATA +1 -1
- {pymammotion-0.2.93.dist-info → pymammotion-0.2.94.dist-info}/RECORD +5 -5
- {pymammotion-0.2.93.dist-info → pymammotion-0.2.94.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.93.dist-info → pymammotion-0.2.94.dist-info}/WHEEL +0 -0
@@ -71,7 +71,9 @@ class MessageSystem(AbstractMessage, ABC):
|
|
71
71
|
return self.send_order_msg_sys(mctlsys)
|
72
72
|
|
73
73
|
def get_device_product_model(self):
|
74
|
-
return self.send_order_msg_sys(MctlSys(device_product_type_info=DeviceProductTypeInfoT(
|
74
|
+
return self.send_order_msg_sys(MctlSys(device_product_type_info=DeviceProductTypeInfoT(
|
75
|
+
result=1
|
76
|
+
)))
|
75
77
|
|
76
78
|
def read_and_set_sidelight(self, is_sidelight: bool, operate: int):
|
77
79
|
"""Read state of sidelight as well as set it."""
|
@@ -56,7 +56,7 @@ pymammotion/mammotion/commands/messages/media.py,sha256=l-m4l2Vp1ZOHPHyJTceuLaLv
|
|
56
56
|
pymammotion/mammotion/commands/messages/navigation.py,sha256=Z6RQK-pMh8o7_K_1yTENx3lkNBFQTU_ojunolSre0oM,23241
|
57
57
|
pymammotion/mammotion/commands/messages/network.py,sha256=yJyFHGZgDgek8TMMBHGv261cKt4pLno1KK_04B7Jgn0,7698
|
58
58
|
pymammotion/mammotion/commands/messages/ota.py,sha256=g937HT_-OQXV6A3zUiZ53b45cOX6y-rzs5m-4b0IcTk,1473
|
59
|
-
pymammotion/mammotion/commands/messages/system.py,sha256=
|
59
|
+
pymammotion/mammotion/commands/messages/system.py,sha256=fsWCLqABX7xhLo-GYR24C4rV4KWUJ-MvgKbOC-wNqQA,13275
|
60
60
|
pymammotion/mammotion/commands/messages/video.py,sha256=xili9khz4Op5NwjXfvIkeRYzQlQPIf8o8bnoYx-Ylpw,1319
|
61
61
|
pymammotion/mammotion/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
62
62
|
pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3TTad9wHIPsU9s,5640
|
@@ -119,7 +119,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
119
119
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
120
120
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
121
121
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
122
|
-
pymammotion-0.2.
|
123
|
-
pymammotion-0.2.
|
124
|
-
pymammotion-0.2.
|
125
|
-
pymammotion-0.2.
|
122
|
+
pymammotion-0.2.94.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
123
|
+
pymammotion-0.2.94.dist-info/METADATA,sha256=5M4oNUoerp3Vw4NMUf2kpQJskgPVoEGDDK18uCoXMSw,3896
|
124
|
+
pymammotion-0.2.94.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
125
|
+
pymammotion-0.2.94.dist-info/RECORD,,
|
File without changes
|
File without changes
|