pymammotion 0.2.71__py3-none-any.whl → 0.2.72__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.2.71.dist-info → pymammotion-0.2.72.dist-info}/METADATA +1 -1
- {pymammotion-0.2.71.dist-info → pymammotion-0.2.72.dist-info}/RECORD +5 -5
- {pymammotion-0.2.71.dist-info → pymammotion-0.2.72.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.71.dist-info → pymammotion-0.2.72.dist-info}/WHEEL +0 -0
@@ -322,9 +322,9 @@ class MammotionBaseBLEDevice(MammotionBaseDevice):
|
|
322
322
|
self._update_raw_data(data)
|
323
323
|
except (KeyError, ValueError, IndexError, UnicodeDecodeError):
|
324
324
|
_LOGGER.exception("Error parsing message %s", data)
|
325
|
+
data = b''
|
325
326
|
finally:
|
326
327
|
self._message.clearNotification()
|
327
|
-
data = b''
|
328
328
|
|
329
329
|
_LOGGER.debug("%s: Received notification: %s", self.name, data)
|
330
330
|
else:
|
@@ -63,7 +63,7 @@ pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3T
|
|
63
63
|
pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_Ar_JEAAMD4fsE,102
|
64
64
|
pymammotion/mammotion/devices/base.py,sha256=F_L5aDtY6rgRkk7Q4CwilLenTANW6cBe9zIU3a9HRmA,10020
|
65
65
|
pymammotion/mammotion/devices/mammotion.py,sha256=hSO184o1q4ftfLPx9froFPIXk428wGg8Ayw160W3z7c,12482
|
66
|
-
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=
|
66
|
+
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=3qC2AhXP1ua1pmUaK1iH8sonEIbLPfDLCbsU9H6VsPY,18903
|
67
67
|
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=7xbSZmC1PUG6ZfF5LtiELkQE61lybHoJcBUzz76VvLg,12074
|
68
68
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
69
69
|
pymammotion/mqtt/mammotion_future.py,sha256=_OWqKOlUGl2yT1xOsXFQYpGd-1zQ63OxqXgy7KRQgYc,710
|
@@ -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.72.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
123
|
+
pymammotion-0.2.72.dist-info/METADATA,sha256=geZWSxd2FMiag9xaKKz4mKvws3XwUo-lhTiu6EDsd-s,3896
|
124
|
+
pymammotion-0.2.72.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
125
|
+
pymammotion-0.2.72.dist-info/RECORD,,
|
File without changes
|
File without changes
|