pymammotion 0.2.30__py3-none-any.whl → 0.2.31__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 +2 -0
- {pymammotion-0.2.30.dist-info → pymammotion-0.2.31.dist-info}/METADATA +1 -1
- {pymammotion-0.2.30.dist-info → pymammotion-0.2.31.dist-info}/RECORD +5 -5
- {pymammotion-0.2.30.dist-info → pymammotion-0.2.31.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.30.dist-info → pymammotion-0.2.31.dist-info}/WHEEL +0 -0
@@ -219,6 +219,8 @@ class MammotionBaseCloudDevice(MammotionBaseDevice):
|
|
219
219
|
|
220
220
|
async def _parse_message_for_device(self, event: ThingEventMessage) -> None:
|
221
221
|
params = event.params
|
222
|
+
if event.params.iotId != self.iot_id:
|
223
|
+
return
|
222
224
|
binary_data = base64.b64decode(params.value.content.proto)
|
223
225
|
self._update_raw_data(cast(bytes, binary_data))
|
224
226
|
new_msg = LubaMsg().parse(cast(bytes, binary_data))
|
@@ -62,7 +62,7 @@ pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_A
|
|
62
62
|
pymammotion/mammotion/devices/base.py,sha256=p_YUOolzcEvJGtyPPileAvc5jwYmTtEh0TsIG1LpvQ8,10692
|
63
63
|
pymammotion/mammotion/devices/mammotion.py,sha256=am2Rpsi1SdOaABrKC3ONBkQh17gfFcWTKAmV5mZsKK8,9301
|
64
64
|
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=3XUjhE2sb_2aZnJlevmwxd99zR_4qZOfaK86h6hKV5E,17303
|
65
|
-
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=
|
65
|
+
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=09r1DfTPbE1JaH9xz46BzMrt5gn5dZa7HaYaiuN64SU,9856
|
66
66
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
67
67
|
pymammotion/mqtt/mammotion_future.py,sha256=_OWqKOlUGl2yT1xOsXFQYpGd-1zQ63OxqXgy7KRQgYc,710
|
68
68
|
pymammotion/mqtt/mammotion_mqtt.py,sha256=pugfSXAEwrA-jPzUgBH5QvoON_B1iE6_Ouib8pLi_so,8301
|
@@ -117,7 +117,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
117
117
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
118
118
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
119
119
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
120
|
-
pymammotion-0.2.
|
121
|
-
pymammotion-0.2.
|
122
|
-
pymammotion-0.2.
|
123
|
-
pymammotion-0.2.
|
120
|
+
pymammotion-0.2.31.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
121
|
+
pymammotion-0.2.31.dist-info/METADATA,sha256=0SSRrtVWHluLV_1KNTCVu3LIfBqjsFxlprMpvDV6eKI,4052
|
122
|
+
pymammotion-0.2.31.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
123
|
+
pymammotion-0.2.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|