pymammotion 0.4.38__py3-none-any.whl → 0.4.40__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.py +1 -1
- pymammotion/utility/constant/device_constant.py +1 -0
- {pymammotion-0.4.38.dist-info → pymammotion-0.4.40.dist-info}/METADATA +1 -1
- {pymammotion-0.4.38.dist-info → pymammotion-0.4.40.dist-info}/RECORD +6 -6
- {pymammotion-0.4.38.dist-info → pymammotion-0.4.40.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.38.dist-info → pymammotion-0.4.40.dist-info}/WHEEL +0 -0
@@ -240,7 +240,6 @@ class Mammotion:
|
|
240
240
|
mammotion_http = MammotionHTTP()
|
241
241
|
await mammotion_http.login(account, password)
|
242
242
|
await self.connect_iot(mammotion_http, cloud_client)
|
243
|
-
await cloud_client.list_binding_by_account()
|
244
243
|
return cloud_client
|
245
244
|
|
246
245
|
@staticmethod
|
@@ -252,6 +251,7 @@ class Mammotion:
|
|
252
251
|
await cloud_client.login_by_oauth(country_code, mammotion_http.login_info.authorization_code)
|
253
252
|
await cloud_client.aep_handle()
|
254
253
|
await cloud_client.session_by_auth_code()
|
254
|
+
await cloud_client.list_binding_by_account()
|
255
255
|
|
256
256
|
async def remove_device(self, name: str) -> None:
|
257
257
|
await self.device_manager.remove_device(name)
|
@@ -71,7 +71,7 @@ pymammotion/mammotion/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
71
71
|
pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3TTad9wHIPsU9s,5640
|
72
72
|
pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_Ar_JEAAMD4fsE,102
|
73
73
|
pymammotion/mammotion/devices/base.py,sha256=bL6aPx5o8sv3BrdgSIkpqaBYtW6yQPJ4rKd9JEr-u6c,11815
|
74
|
-
pymammotion/mammotion/devices/mammotion.py,sha256=
|
74
|
+
pymammotion/mammotion/devices/mammotion.py,sha256=_Na2eG45zILalStfRyhlFSFKQ0neYwVSKok-K8P8jnM,14338
|
75
75
|
pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=r-IoqiBsgEUOxcvU0Ryz8RkW1oUJ6LcXLQa710cYmZI,18862
|
76
76
|
pymammotion/mammotion/devices/mammotion_cloud.py,sha256=sVw-McsTJ_8wlkToL5rkjAlN2d3ituvqLona5w5bd1o,14160
|
77
77
|
pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
|
@@ -113,7 +113,7 @@ pymammotion/proto/mctrl_sys_pb2.py,sha256=nqM-QBMR39B9Txl0mp5yecmDQva_3ZgDEvPyRE
|
|
113
113
|
pymammotion/proto/mctrl_sys_pb2.pyi,sha256=DSi0N3gqyn6iMxw1us8SGN71Is5O7Po0rEiCtQiDR0w,40131
|
114
114
|
pymammotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
115
|
pymammotion/utility/constant/__init__.py,sha256=tcY0LDeD-qDDHx2LKt55KOyv9ZI0UfCNM6fknLCmm8s,110
|
116
|
-
pymammotion/utility/constant/device_constant.py,sha256=
|
116
|
+
pymammotion/utility/constant/device_constant.py,sha256=wfDOrUqBHBFfAzmO6Klv9tZykkcq625Froa17aiPyh8,8218
|
117
117
|
pymammotion/utility/conversions.py,sha256=v3YICy0zZwwBBzrUZgabI7GRfiDBnkiAX2qdtk3NxOY,89
|
118
118
|
pymammotion/utility/datatype_converter.py,sha256=SPM_HuaaD_XOawlqEnA8qlRRZXGba3WjA8kGOZgeBlQ,4284
|
119
119
|
pymammotion/utility/device_config.py,sha256=65Jl73-dQDs4yMXwYXZW_bsgSvnwpFBZDu8OQPEIgx8,27877
|
@@ -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.40.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
127
|
+
pymammotion-0.4.40.dist-info/METADATA,sha256=AQ7rRNZMDFmDOtD7Y_w0OP6FDU67cIIcDOe6ACLsLHw,3878
|
128
|
+
pymammotion-0.4.40.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
129
|
+
pymammotion-0.4.40.dist-info/RECORD,,
|
File without changes
|
File without changes
|