pymammotion 0.2.9__py3-none-any.whl → 0.2.10__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.2.9.dist-info → pymammotion-0.2.10.dist-info}/METADATA +1 -1
- {pymammotion-0.2.9.dist-info → pymammotion-0.2.10.dist-info}/RECORD +5 -5
- {pymammotion-0.2.9.dist-info → pymammotion-0.2.10.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.9.dist-info → pymammotion-0.2.10.dist-info}/WHEEL +0 -0
|
@@ -198,10 +198,11 @@ class MammotionDevices:
|
|
|
198
198
|
async def create_devices(ble_device: BLEDevice,
|
|
199
199
|
cloud_credentials: Credentials | None = None,
|
|
200
200
|
preference: ConnectionPreference = ConnectionPreference.BLUETOOTH):
|
|
201
|
-
cloud_client = await Mammotion.login(cloud_credentials.account_id or cloud_credentials.email, cloud_credentials.password)
|
|
202
201
|
mammotion = Mammotion(ble_device, preference)
|
|
203
202
|
|
|
204
203
|
if cloud_credentials:
|
|
204
|
+
cloud_client = await Mammotion.login(cloud_credentials.account_id or cloud_credentials.email,
|
|
205
|
+
cloud_credentials.password)
|
|
205
206
|
await mammotion.initiate_cloud_connection(cloud_client)
|
|
206
207
|
|
|
207
208
|
return mammotion
|
|
@@ -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=EWV20MMzQuhbLlNlXbsyZKSEpeM7x1CQL7saU4Pn0-g,6165
|
|
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=9JaxzYvaWwcGU-O22sHgQCwKWliQdD9wfbtjIlzQBVk,46958
|
|
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=K9TokiQWYJloWu5Hom00g7cfGhWHDSWqbcU9AqW4C9Q,8071
|
|
@@ -111,7 +111,7 @@ pymammotion/utility/device_type.py,sha256=KYawu2glZMVlPmxRbA4kVFujXz3miHp3rJiOWR
|
|
|
111
111
|
pymammotion/utility/map.py,sha256=aoi-Luzuph02hKynTofMoq3mnPstanx75MDAVv49CuY,2211
|
|
112
112
|
pymammotion/utility/periodic.py,sha256=9wJMfwXPlx6Mbp3Fws7LLTI34ZDKphH1bva_Ggyk32g,3281
|
|
113
113
|
pymammotion/utility/rocker_util.py,sha256=syPL0QN4zMzHiTIkUKS7RXBBptjdbkfNlPddwUD5V3A,7171
|
|
114
|
-
pymammotion-0.2.
|
|
115
|
-
pymammotion-0.2.
|
|
116
|
-
pymammotion-0.2.
|
|
117
|
-
pymammotion-0.2.
|
|
114
|
+
pymammotion-0.2.10.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
115
|
+
pymammotion-0.2.10.dist-info/METADATA,sha256=4FAKtdE368XaqgafLpkOl77gKKxgdkQDME7Lab3yidc,3969
|
|
116
|
+
pymammotion-0.2.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
117
|
+
pymammotion-0.2.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|