pymammotion 0.4.23__tar.gz → 0.4.25__tar.gz
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-0.4.23 → pymammotion-0.4.25}/PKG-INFO +1 -1
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/cloud_gateway.py +24 -9
- pymammotion-0.4.25/pymammotion/aliyun/regions.py +62 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pyproject.toml +2 -2
- {pymammotion-0.4.23 → pymammotion-0.4.25}/LICENSE +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/README.md +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/client.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/aep_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/connect_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/dev_by_account_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/login_by_oauth_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/regions_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/session_by_authcode_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/stream_subscription_response.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/tea/core.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/tmp_constant.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/ble.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/ble_message.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/const.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/data/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/data/convert.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/data/framectrldata.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/data/notifydata.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/model/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/bluetooth/model/atomic_integer.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/const.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/account.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/device.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/device_config.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/device_info.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/device_limits.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/enums.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/excute_boarder_params.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/execute_boarder.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/generate_route_information.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/hash_list.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/location.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/mowing_modes.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/plan.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/rapid_state.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/raw_data.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/region_data.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/report_info.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/mqtt/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/mqtt/event.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/mqtt/properties.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/mqtt/status.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/state_manager.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/event/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/event/event.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/http/_init_.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/http/encryption.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/http/http.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/http/model/http.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/abstract_message.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/mammotion_command.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/driver.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/media.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/navigation.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/network.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/ota.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/system.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/video.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/control/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/control/joystick.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/base.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/mammotion.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/mammotion_bluetooth.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/mammotion_cloud.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/linkkit/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/linkkit/h2client.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/linkkit/linkkit.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/mammotion_future.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mqtt/mammotion_mqtt.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/basestation.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/basestation_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/basestation_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/common.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/common_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/common_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/dev_net.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/dev_net_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/dev_net_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_msg.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_msg_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_msg_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_mul.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_mul_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/luba_mul_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_driver.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_driver_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_driver_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_nav.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_nav_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_nav_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_ota.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_ota_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_ota_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_pept.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_pept_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_pept_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_sys.proto +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_sys_pb2.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/proto/mctrl_sys_pb2.pyi +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/py.typed +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/constant/__init__.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/constant/device_constant.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/conversions.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/datatype_converter.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/device_config.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/device_type.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/map.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/movement.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/periodic.py +0 -0
- {pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/utility/rocker_util.py +0 -0
@@ -11,7 +11,7 @@ import string
|
|
11
11
|
import time
|
12
12
|
import uuid
|
13
13
|
|
14
|
-
from aiohttp import ClientSession
|
14
|
+
from aiohttp import ClientSession, ConnectionTimeoutError
|
15
15
|
from alibabacloud_iot_api_gateway.models import CommonParams, Config, IoTApiRequest
|
16
16
|
from alibabacloud_tea_util.client import Client as UtilClient
|
17
17
|
from alibabacloud_tea_util.models import RuntimeOptions
|
@@ -24,6 +24,7 @@ from pymammotion.aliyun.model.dev_by_account_response import ListingDevByAccount
|
|
24
24
|
from pymammotion.aliyun.model.login_by_oauth_response import LoginByOAuthResponse
|
25
25
|
from pymammotion.aliyun.model.regions_response import RegionResponse
|
26
26
|
from pymammotion.aliyun.model.session_by_authcode_response import SessionByAuthCodeResponse
|
27
|
+
from pymammotion.aliyun.regions import region_mappings
|
27
28
|
from pymammotion.const import ALIYUN_DOMAIN, APP_KEY, APP_SECRET, APP_VERSION
|
28
29
|
from pymammotion.http.http import MammotionHTTP
|
29
30
|
from pymammotion.utility.datatype_converter import DatatypeConverter
|
@@ -178,14 +179,28 @@ class CloudIOTGateway:
|
|
178
179
|
)
|
179
180
|
|
180
181
|
# send request
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
182
|
+
try:
|
183
|
+
response = await client.async_do_request(
|
184
|
+
"/living/account/region/get", "https", "POST", None, body, RuntimeOptions()
|
185
|
+
)
|
186
|
+
logger.debug(response.status_message)
|
187
|
+
logger.debug(response.headers)
|
188
|
+
logger.debug(response.status_code)
|
189
|
+
logger.debug(response.body)
|
190
|
+
except ConnectionTimeoutError:
|
191
|
+
body = {"data": {}, "code": 200}
|
192
|
+
|
193
|
+
region = region_mappings.get(country_code, "US")
|
194
|
+
body["data"]["shortRegionId"] = region
|
195
|
+
body["data"]["regionEnglishName"] = ""
|
196
|
+
body["data"]["oaApiGatewayEndpoint"] = f"living-account.{region}.aliyuncs.com"
|
197
|
+
body["data"]["regionId"] = region
|
198
|
+
body["data"]["mqttEndpoint"] = f"public.itls.{region}.aliyuncs.com:1883"
|
199
|
+
body["data"]["pushChannelEndpoint"] = f"living-accs.{region}.aliyuncs.com"
|
200
|
+
body["data"]["apiGatewayEndpoint"] = f"{region}.api-iot.aliyuncs.com"
|
201
|
+
|
202
|
+
RegionResponse.from_dict(body)
|
203
|
+
return body
|
189
204
|
# Decode the response body
|
190
205
|
response_body_str = response.body.decode("utf-8")
|
191
206
|
|
@@ -0,0 +1,62 @@
|
|
1
|
+
region_mappings = {
|
2
|
+
# Asia Pacific
|
3
|
+
"CN": "cn-hongkong", # China -> Hong Kong
|
4
|
+
"HK": "cn-hongkong", # Hong Kong
|
5
|
+
"TW": "cn-hongkong", # Taiwan -> Hong Kong
|
6
|
+
"MO": "cn-hongkong", # Macau -> Hong Kong
|
7
|
+
# Southeast Asia
|
8
|
+
"SG": "ap-southeast-1", # Singapore
|
9
|
+
"MY": "ap-southeast-3", # Malaysia
|
10
|
+
"ID": "ap-southeast-5", # Indonesia
|
11
|
+
"TH": "ap-southeast-1", # Thailand -> Singapore
|
12
|
+
"VN": "ap-southeast-1", # Vietnam -> Singapore
|
13
|
+
"PH": "ap-southeast-1", # Philippines -> Singapore
|
14
|
+
"BN": "ap-southeast-1", # Brunei -> Singapore
|
15
|
+
"KH": "ap-southeast-1", # Cambodia -> Singapore
|
16
|
+
"LA": "ap-southeast-1", # Laos -> Singapore
|
17
|
+
"MM": "ap-southeast-1", # Myanmar -> Singapore
|
18
|
+
# Australia/Oceania
|
19
|
+
"AU": "ap-southeast-2", # Australia
|
20
|
+
"NZ": "ap-southeast-2", # New Zealand -> Australia
|
21
|
+
"FJ": "ap-southeast-2", # Fiji -> Australia
|
22
|
+
"PG": "ap-southeast-2", # Papua New Guinea -> Australia
|
23
|
+
# South Asia
|
24
|
+
"IN": "ap-south-1", # India
|
25
|
+
"LK": "ap-south-1", # Sri Lanka -> India
|
26
|
+
"PK": "ap-south-1", # Pakistan -> India
|
27
|
+
"BD": "ap-south-1", # Bangladesh -> India
|
28
|
+
"NP": "ap-south-1", # Nepal -> India
|
29
|
+
"BT": "ap-south-1", # Bhutan -> India
|
30
|
+
"MV": "ap-south-1", # Maldives -> India
|
31
|
+
# Middle East
|
32
|
+
"AE": "me-east-1", # UAE
|
33
|
+
"SA": "me-east-1", # Saudi Arabia -> UAE
|
34
|
+
"QA": "me-east-1", # Qatar -> UAE
|
35
|
+
"KW": "me-east-1", # Kuwait -> UAE
|
36
|
+
"BH": "me-east-1", # Bahrain -> UAE
|
37
|
+
"OM": "me-east-1", # Oman -> UAE
|
38
|
+
"IL": "me-east-1", # Israel -> UAE
|
39
|
+
"TR": "me-east-1", # Turkey -> UAE
|
40
|
+
# Europe
|
41
|
+
"DE": "eu-central-1", # Germany
|
42
|
+
"FR": "eu-central-1", # France -> Germany
|
43
|
+
"IT": "eu-central-1", # Italy -> Germany
|
44
|
+
"ES": "eu-central-1", # Spain -> Germany
|
45
|
+
"GB": "eu-central-1", # UK -> Germany
|
46
|
+
"IE": "eu-central-1", # Ireland -> Germany
|
47
|
+
"NL": "eu-central-1", # Netherlands -> Germany
|
48
|
+
"BE": "eu-central-1", # Belgium -> Germany
|
49
|
+
"CH": "eu-central-1", # Switzerland -> Germany
|
50
|
+
"AT": "eu-central-1", # Austria -> Germany
|
51
|
+
"PL": "eu-central-1", # poland -> Germany
|
52
|
+
# North America
|
53
|
+
"US": "us-east-1", # USA
|
54
|
+
"CA": "us-east-1", # Canada -> US East
|
55
|
+
"MX": "us-west-1", # Mexico -> US West
|
56
|
+
# South America
|
57
|
+
"BR": "us-east-1", # Brazil -> US East
|
58
|
+
"AR": "us-east-1", # Argentina -> US East
|
59
|
+
"CL": "us-east-1", # Chile -> US East
|
60
|
+
"CO": "us-east-1", # Colombia -> US East
|
61
|
+
"PE": "us-east-1", # Peru -> US East
|
62
|
+
}
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "pymammotion"
|
7
|
-
version = "0.4.
|
7
|
+
version = "0.4.25"
|
8
8
|
license = "GPL-3.0"
|
9
9
|
description = ""
|
10
10
|
readme = "README.md"
|
@@ -66,7 +66,7 @@ autotyping = "^24.3.0"
|
|
66
66
|
ipython = "^9.0.2"
|
67
67
|
|
68
68
|
[tool.bumpver]
|
69
|
-
current_version = "0.4.
|
69
|
+
current_version = "0.4.25"
|
70
70
|
version_pattern = "MAJOR.MINOR.PATCH"
|
71
71
|
commit_message = "Bump version {old_version} -> {new_version}"
|
72
72
|
commit = true
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/dev_by_account_response.py
RENAMED
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/login_by_oauth_response.py
RENAMED
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/session_by_authcode_response.py
RENAMED
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/aliyun/model/stream_subscription_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/data/model/generate_route_information.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/abstract_message.py
RENAMED
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/mammotion_command.py
RENAMED
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/navigation.py
RENAMED
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/commands/messages/network.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pymammotion-0.4.23 → pymammotion-0.4.25}/pymammotion/mammotion/devices/mammotion_bluetooth.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|