pymammotion 0.1.6__tar.gz → 0.1.7__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.
Potentially problematic release.
This version of pymammotion might be problematic. Click here for more details.
- {pymammotion-0.1.6 → pymammotion-0.1.7}/PKG-INFO +1 -1
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/report_info.py +16 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pyproject.toml +2 -2
- {pymammotion-0.1.6 → pymammotion-0.1.7}/LICENSE +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/README.md +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/cloud_gateway.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/cloud_service.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/aep_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/connect_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/dev_by_account_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/login_by_oauth_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/regions_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/session_by_authcode_response.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/tmp_constant.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/ble.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/ble_message.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/const.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/data/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/data/convert.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/data/framectrldata.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/bluetooth/data/notifydata.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/const.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/device.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/device_config.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/enums.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/excute_boarder_params.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/execute_boarder.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/generate_route_information.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/hash_list.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/location.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/mowing_modes.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/plan.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/rapid_state.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/model/region_data.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/mqtt/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/mqtt/event.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/mqtt/properties.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/mqtt/status.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/data/state_manager.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/event/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/event/event.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/http/_init_.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/http/http.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/abstract_message.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/mammotion_command.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/driver.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/media.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/navigation.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/network.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/ota.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/system.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/video.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/control/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/control/joystick.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/devices/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/devices/mammotion.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mqtt/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mqtt/mammotion_mqtt.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/basestation.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/basestation.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/basestation_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/basestation_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/common.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/common.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/common_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/common_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/dev_net.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/dev_net.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/dev_net_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/dev_net_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_msg.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_msg.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_msg_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_msg_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_mul.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_mul.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_mul_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/luba_mul_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_driver.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_driver.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_driver_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_driver_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_nav.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_nav.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_nav_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_nav_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_ota.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_ota.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_ota_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_ota_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_pept.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_pept.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_pept_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_pept_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_sys.proto +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_sys.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_sys_pb2.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/proto/mctrl_sys_pb2.pyi +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/py.typed +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/constant/__init__.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/constant/device_constant.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/datatype_converter.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/device_type.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/map.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/periodic.py +0 -0
- {pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/utility/rocker_util.py +0 -0
|
@@ -72,6 +72,7 @@ class LocationData:
|
|
|
72
72
|
|
|
73
73
|
@dataclass
|
|
74
74
|
class WorkData:
|
|
75
|
+
path: int = 0
|
|
75
76
|
path_hash: str = ""
|
|
76
77
|
progress: int = 0
|
|
77
78
|
area: int = 0
|
|
@@ -80,14 +81,22 @@ class WorkData:
|
|
|
80
81
|
bp_pos_x: int = 0
|
|
81
82
|
bp_pos_y: int = 0
|
|
82
83
|
real_path_num: str = ""
|
|
84
|
+
path_pos_x: int = 0
|
|
85
|
+
path_pos_y: int = 0
|
|
83
86
|
ub_zone_hash: str = ""
|
|
87
|
+
ub_path_hash: str = ""
|
|
84
88
|
init_cfg_hash: str = ""
|
|
85
89
|
ub_ecode_hash: str = ""
|
|
90
|
+
nav_run_mode: int = 0
|
|
91
|
+
test_mode_status: int = 0
|
|
92
|
+
man_run_speed: int = 0
|
|
93
|
+
nav_edit_status: int = 0
|
|
86
94
|
knife_height: int = 0
|
|
87
95
|
|
|
88
96
|
@classmethod
|
|
89
97
|
def from_dict(cls, data: dict):
|
|
90
98
|
return cls(
|
|
99
|
+
path=data.get('path', 0),
|
|
91
100
|
path_hash=data.get('path_hash', ""),
|
|
92
101
|
progress=data.get('progress', 0),
|
|
93
102
|
area=data.get('area', 0),
|
|
@@ -96,9 +105,16 @@ class WorkData:
|
|
|
96
105
|
bp_pos_x=data.get('bp_pos_x', 0),
|
|
97
106
|
bp_pos_y=data.get('bp_pos_y', 0),
|
|
98
107
|
real_path_num=data.get('real_path_num', ""),
|
|
108
|
+
path_pos_x=data.get('path_pos_x', 0),
|
|
109
|
+
path_pos_y=data.get('path_pos_y', 0),
|
|
99
110
|
ub_zone_hash=data.get('ub_zone_hash', ""),
|
|
111
|
+
ub_path_hash=data.get('ub_path_hash', ""),
|
|
100
112
|
init_cfg_hash=data.get('init_cfg_hash', ""),
|
|
101
113
|
ub_ecode_hash=data.get('ub_ecode_hash', ""),
|
|
114
|
+
nav_run_mode=data.get('nav_run_mode', 0),
|
|
115
|
+
test_mode_status=data.get('test_mode_status', 0),
|
|
116
|
+
man_run_speed=data.get('man_run_speed', 0),
|
|
117
|
+
nav_edit_status=data.get('nav_edit_status', 0),
|
|
102
118
|
knife_height=data.get('knife_height', 0)
|
|
103
119
|
)
|
|
104
120
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pymammotion"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.7"
|
|
4
4
|
license = "GNU-3.0"
|
|
5
5
|
description = ""
|
|
6
6
|
readme = "README.md"
|
|
@@ -48,7 +48,7 @@ mypy = "^1.10.0"
|
|
|
48
48
|
pre-commit = "^3.7.1"
|
|
49
49
|
|
|
50
50
|
[tool.bumpver]
|
|
51
|
-
current_version = "0.1.
|
|
51
|
+
current_version = "0.1.7"
|
|
52
52
|
version_pattern = "MAJOR.MINOR.PATCH"
|
|
53
53
|
commit_message = "Bump version {old_version} -> {new_version}"
|
|
54
54
|
commit = true
|
|
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.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/dev_by_account_response.py
RENAMED
|
File without changes
|
{pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/login_by_oauth_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/aliyun/dataclass/session_by_authcode_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
|
{pymammotion-0.1.6 → pymammotion-0.1.7}/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
|
|
File without changes
|
{pymammotion-0.1.6 → pymammotion-0.1.7}/pymammotion/mammotion/commands/messages/navigation.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
|
|
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
|