pymammotion 0.4.21__py3-none-any.whl → 0.4.22__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/devices/mammotion_cloud.py +3 -0
- {pymammotion-0.4.21.dist-info → pymammotion-0.4.22.dist-info}/METADATA +1 -1
- {pymammotion-0.4.21.dist-info → pymammotion-0.4.22.dist-info}/RECORD +5 -5
- {pymammotion-0.4.21.dist-info → pymammotion-0.4.22.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.21.dist-info → pymammotion-0.4.22.dist-info}/WHEEL +0 -0
@@ -227,6 +227,9 @@ class MammotionBaseCloudDevice(MammotionBaseDevice):
|
|
227
227
|
# self.mqtt._mqtt_client.thing_on_thing_enable(None)
|
228
228
|
|
229
229
|
async def _ble_sync(self) -> None:
|
230
|
+
if self.stopped or self._mqtt.is_connected is False:
|
231
|
+
return
|
232
|
+
|
230
233
|
command_bytes = self._commands.send_todev_ble_sync(3)
|
231
234
|
try:
|
232
235
|
await self._mqtt.send_command(self.iot_id, command_bytes)
|
@@ -70,7 +70,7 @@ pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_A
|
|
70
70
|
pymammotion/mammotion/devices/base.py,sha256=w7ZucgZkOBdpPajrJs-W4oZpoDRpTDYgCCdVlwOP-uo,11901
|
71
71
|
pymammotion/mammotion/devices/mammotion.py,sha256=ffzwsQqO9zDwMElWYMsxi-J5_rGaOOOHdAm5D3DXprc,13671
|
72
72
|
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=B1tpnC8vrbXGKhFq-l5LR86EcCvd6iHuW5kOkhpjwgY,19541
|
73
|
-
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=
|
73
|
+
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=_huNqjEmQr6zHtMK4j4Gep_f-jPCcufXe_vfs8F55dk,13809
|
74
74
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
75
75
|
pymammotion/mqtt/linkkit/__init__.py,sha256=ENgc3ynd2kd9gMQR3-kgmCu6Ed9Y6XCIzU0zFReUlkk,80
|
76
76
|
pymammotion/mqtt/linkkit/h2client.py,sha256=w9Nvi_nY4CLD_fw-pHtYChwQf7e2TiAGeqkY_sF4cf0,19659
|
@@ -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.4.
|
123
|
-
pymammotion-0.4.
|
124
|
-
pymammotion-0.4.
|
125
|
-
pymammotion-0.4.
|
122
|
+
pymammotion-0.4.22.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
123
|
+
pymammotion-0.4.22.dist-info/METADATA,sha256=nyYzsPUltG7Qm3TLQ4EryiDU7BJmUjnt5jhW4COfrFc,3834
|
124
|
+
pymammotion-0.4.22.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
125
|
+
pymammotion-0.4.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|