pymammotion 0.5.13__py3-none-any.whl → 0.5.14__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.
Potentially problematic release.
This version of pymammotion might be problematic. Click here for more details.
- pymammotion/mammotion/devices/mammotion.py +2 -1
- {pymammotion-0.5.13.dist-info → pymammotion-0.5.14.dist-info}/METADATA +1 -1
- {pymammotion-0.5.13.dist-info → pymammotion-0.5.14.dist-info}/RECORD +5 -5
- {pymammotion-0.5.13.dist-info → pymammotion-0.5.14.dist-info}/LICENSE +0 -0
- {pymammotion-0.5.13.dist-info → pymammotion-0.5.14.dist-info}/WHEEL +0 -0
|
@@ -248,7 +248,8 @@ class Mammotion:
|
|
|
248
248
|
device.productName if device.productModel is None else device.productModel
|
|
249
249
|
)
|
|
250
250
|
self.device_manager.add_device(mixed_device)
|
|
251
|
-
elif device.deviceName.startswith(("Luba-", "Yuka-")) and
|
|
251
|
+
elif device.deviceName.startswith(("Luba-", "Yuka-")) and has_device:
|
|
252
|
+
mower_device = self.device_manager.get_device(device.deviceName)
|
|
252
253
|
if mower_device.cloud() is None:
|
|
253
254
|
mower_device.add_cloud(mqtt=mqtt_client)
|
|
254
255
|
else:
|
|
@@ -73,7 +73,7 @@ pymammotion/mammotion/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
73
73
|
pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3TTad9wHIPsU9s,5640
|
|
74
74
|
pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_Ar_JEAAMD4fsE,102
|
|
75
75
|
pymammotion/mammotion/devices/base.py,sha256=qDh7P7fnakDKgxTqjNLcQg8eE-6gHJaXAV0ONjhy_IU,12038
|
|
76
|
-
pymammotion/mammotion/devices/mammotion.py,sha256=
|
|
76
|
+
pymammotion/mammotion/devices/mammotion.py,sha256=uk0mM6JSOzr84qkf8lECvlmTLX0UEQDXyowSeHZydek,15801
|
|
77
77
|
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=mbZlbm3lAx5uLtHOR7rZ_hp4l9XPb2DnSzz4v8tdmKg,19352
|
|
78
78
|
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=USYgv3ENplzy0dWu0JttBy9Ldl06yUkuhxI2dW0GfTQ,16527
|
|
79
79
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
|
@@ -125,7 +125,7 @@ pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tp
|
|
|
125
125
|
pymammotion/utility/mur_mur_hash.py,sha256=xEfOZVbqRawJj66eLgtnZ85OauDR47oIPr29OHelzPI,4468
|
|
126
126
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
|
127
127
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
|
128
|
-
pymammotion-0.5.
|
|
129
|
-
pymammotion-0.5.
|
|
130
|
-
pymammotion-0.5.
|
|
131
|
-
pymammotion-0.5.
|
|
128
|
+
pymammotion-0.5.14.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
129
|
+
pymammotion-0.5.14.dist-info/METADATA,sha256=weuRuWkfNiqMtabHEayET8buw26T_jewaEvmowc1Axc,3871
|
|
130
|
+
pymammotion-0.5.14.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
131
|
+
pymammotion-0.5.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|