pymammotion 0.4.52__py3-none-any.whl → 0.4.53__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_bluetooth.py +1 -1
- {pymammotion-0.4.52.dist-info → pymammotion-0.4.53.dist-info}/METADATA +1 -1
- {pymammotion-0.4.52.dist-info → pymammotion-0.4.53.dist-info}/RECORD +5 -5
- {pymammotion-0.4.52.dist-info → pymammotion-0.4.53.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.52.dist-info → pymammotion-0.4.53.dist-info}/WHEEL +0 -0
@@ -133,7 +133,7 @@ class MammotionBaseBLEDevice(MammotionBaseDevice):
|
|
133
133
|
"""Stop all tasks and disconnect."""
|
134
134
|
if self._ble_sync_task:
|
135
135
|
self._ble_sync_task.cancel()
|
136
|
-
if self._client is not None:
|
136
|
+
if self._client is not None and self._client.is_connected:
|
137
137
|
await self._client.disconnect()
|
138
138
|
|
139
139
|
async def queue_command(self, key: str, **kwargs: Any) -> bytes | None:
|
@@ -72,7 +72,7 @@ pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3T
|
|
72
72
|
pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_Ar_JEAAMD4fsE,102
|
73
73
|
pymammotion/mammotion/devices/base.py,sha256=qDh7P7fnakDKgxTqjNLcQg8eE-6gHJaXAV0ONjhy_IU,12038
|
74
74
|
pymammotion/mammotion/devices/mammotion.py,sha256=SBisZ7zbLQmo8WpLQze5lI2gDawZpzLWZ9ANTkiLV8s,14451
|
75
|
-
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=
|
75
|
+
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=MWoaiHqNRh_bHlvjmVPRjYVauVNIVgDpOIsC-UDvYMc,18949
|
76
76
|
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=P352E-pcbG6wA-RXubI51EUJ3UUQcqJkxRDIqh3g-58,14217
|
77
77
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
78
78
|
pymammotion/mqtt/linkkit/__init__.py,sha256=ENgc3ynd2kd9gMQR3-kgmCu6Ed9Y6XCIzU0zFReUlkk,80
|
@@ -123,7 +123,7 @@ pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tp
|
|
123
123
|
pymammotion/utility/mur_mur_hash.py,sha256=xEfOZVbqRawJj66eLgtnZ85OauDR47oIPr29OHelzPI,4468
|
124
124
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
125
125
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
126
|
-
pymammotion-0.4.
|
127
|
-
pymammotion-0.4.
|
128
|
-
pymammotion-0.4.
|
129
|
-
pymammotion-0.4.
|
126
|
+
pymammotion-0.4.53.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
127
|
+
pymammotion-0.4.53.dist-info/METADATA,sha256=A6dRJCP2PhOaQ9ki4DczlJZ3IuWmhtC2IslXzOCkayk,3878
|
128
|
+
pymammotion-0.4.53.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
129
|
+
pymammotion-0.4.53.dist-info/RECORD,,
|
File without changes
|
File without changes
|