pymammotion 0.2.24__py3-none-any.whl → 0.2.25__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.py +7 -3
- {pymammotion-0.2.24.dist-info → pymammotion-0.2.25.dist-info}/METADATA +1 -1
- {pymammotion-0.2.24.dist-info → pymammotion-0.2.25.dist-info}/RECORD +5 -5
- {pymammotion-0.2.24.dist-info → pymammotion-0.2.25.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.24.dist-info → pymammotion-0.2.25.dist-info}/WHEEL +0 -0
@@ -299,7 +299,7 @@ class Mammotion(object):
|
|
299
299
|
return await device.cloud().command(key, **kwargs)
|
300
300
|
# TODO work with both with EITHER
|
301
301
|
|
302
|
-
async def start_sync(self,name:str, retry: int):
|
302
|
+
async def start_sync(self, name:str, retry: int):
|
303
303
|
device = self.get_device_by_name(name)
|
304
304
|
if device:
|
305
305
|
if self._preference is ConnectionPreference.BLUETOOTH:
|
@@ -1015,11 +1015,12 @@ class MammotionBaseCloudDevice(MammotionBaseDevice):
|
|
1015
1015
|
"""Callback for when MQTT is subscribed to events."""
|
1016
1016
|
loop = asyncio.get_event_loop()
|
1017
1017
|
|
1018
|
-
|
1019
|
-
self.loop.create_task(self.on_ready_callback)
|
1018
|
+
|
1020
1019
|
await self._ble_sync()
|
1021
1020
|
await self.run_periodic_sync_task()
|
1022
1021
|
loop.create_task(self._process_queue())
|
1022
|
+
if self.on_ready_callback:
|
1023
|
+
await self.on_ready_callback()
|
1023
1024
|
|
1024
1025
|
async def on_connected(self):
|
1025
1026
|
"""Callback for when MQTT connects."""
|
@@ -1219,3 +1220,6 @@ class MammotionBaseCloudDevice(MammotionBaseDevice):
|
|
1219
1220
|
def _disconnect(self):
|
1220
1221
|
"""Disconnect the MQTT client."""
|
1221
1222
|
self._mqtt_client.disconnect()
|
1223
|
+
|
1224
|
+
|
1225
|
+
|
@@ -58,7 +58,7 @@ pymammotion/mammotion/commands/messages/video.py,sha256=_8lJsU4sLm2CGnc7RDkueA0A
|
|
58
58
|
pymammotion/mammotion/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
59
59
|
pymammotion/mammotion/control/joystick.py,sha256=mresPubTlWCuLQBOFD9KTyYJz5BjZgqt52BaRodemhM,5557
|
60
60
|
pymammotion/mammotion/devices/__init__.py,sha256=T72jt0ejtMjo1rPmn_FeMF3pmp0LLeRRpc9WcDKEYYY,126
|
61
|
-
pymammotion/mammotion/devices/mammotion.py,sha256=
|
61
|
+
pymammotion/mammotion/devices/mammotion.py,sha256=PQPiPxfPGi9wNne2Rcxy7Tcf1kRdkvAvqZqM5nEu5qM,49394
|
62
62
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
63
63
|
pymammotion/mqtt/mammotion_future.py,sha256=WKnHqeHiS2Ut-SaDBNOxqh1jDLeTiyLTsJ7PNUexrjk,687
|
64
64
|
pymammotion/mqtt/mammotion_mqtt.py,sha256=X012f5RvmZI52FlgchLSWbngvPnkv9M_gTYvJHakYaM,8127
|
@@ -113,7 +113,7 @@ pymammotion/utility/map.py,sha256=aoi-Luzuph02hKynTofMoq3mnPstanx75MDAVv49CuY,22
|
|
113
113
|
pymammotion/utility/movement.py,sha256=JISPBWCOe4MqHbhmkewhV5aWykr1p6f01DzJfvOF-J8,613
|
114
114
|
pymammotion/utility/periodic.py,sha256=9wJMfwXPlx6Mbp3Fws7LLTI34ZDKphH1bva_Ggyk32g,3281
|
115
115
|
pymammotion/utility/rocker_util.py,sha256=syPL0QN4zMzHiTIkUKS7RXBBptjdbkfNlPddwUD5V3A,7171
|
116
|
-
pymammotion-0.2.
|
117
|
-
pymammotion-0.2.
|
118
|
-
pymammotion-0.2.
|
119
|
-
pymammotion-0.2.
|
116
|
+
pymammotion-0.2.25.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
117
|
+
pymammotion-0.2.25.dist-info/METADATA,sha256=liR32EcxsTwl9FcHXPD2W2Xnt7IefPMm5GxOHUTPRMc,3969
|
118
|
+
pymammotion-0.2.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
119
|
+
pymammotion-0.2.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|