pymammotion 0.4.32__py3-none-any.whl → 0.4.33__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/data/model/work.py +27 -0
- {pymammotion-0.4.32.dist-info → pymammotion-0.4.33.dist-info}/METADATA +1 -1
- {pymammotion-0.4.32.dist-info → pymammotion-0.4.33.dist-info}/RECORD +5 -4
- {pymammotion-0.4.32.dist-info → pymammotion-0.4.33.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.32.dist-info → pymammotion-0.4.33.dist-info}/WHEEL +0 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
"""bidire_reqconver_path as a model."""
|
2
|
+
|
3
|
+
from dataclasses import dataclass, field
|
4
|
+
|
5
|
+
from mashumaro.mixins.orjson import DataClassORJSONMixin
|
6
|
+
|
7
|
+
|
8
|
+
@dataclass
|
9
|
+
class CurrentTaskSettings(DataClassORJSONMixin):
|
10
|
+
pver: int = 0
|
11
|
+
job_id: int = 0
|
12
|
+
job_ver: int = 0
|
13
|
+
job_mode: int = 0
|
14
|
+
sub_cmd: int = 0
|
15
|
+
edge_mode: int = 0
|
16
|
+
knife_height: int = 0
|
17
|
+
channel_width: int = 0
|
18
|
+
ultra_wave: int = 0
|
19
|
+
channel_mode: int = 0
|
20
|
+
toward: int = 0
|
21
|
+
speed: float = 0.0
|
22
|
+
zone_hashs: list[int] = field(default_factory=list)
|
23
|
+
path_hash: int = 0
|
24
|
+
reserved: str = ""
|
25
|
+
result: int = 0
|
26
|
+
toward_mode: int = 0
|
27
|
+
toward_included_angle: int = 0
|
@@ -42,6 +42,7 @@ pymammotion/data/model/rapid_state.py,sha256=mIdhAG_LZXpVcybxqTLgLXkNOmVmDTn04B9
|
|
42
42
|
pymammotion/data/model/raw_data.py,sha256=x2xuqVC8CQuV3ui3QK4G5EqRET9EsNljHLHR11ByYgo,6471
|
43
43
|
pymammotion/data/model/region_data.py,sha256=VokMRqB_o4OFL1TWAM90Fvm-1z4jcYrw3X2o760qpx4,2949
|
44
44
|
pymammotion/data/model/report_info.py,sha256=3nXBFRfdKWnZj4YfBcrPwhBRpq58ICMQlrESfI1tTMg,3808
|
45
|
+
pymammotion/data/model/work.py,sha256=AfKMItFqnRtAlVHzKCfYY-BQy-WFDYZBzdj-9Yc03bo,655
|
45
46
|
pymammotion/data/mqtt/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
46
47
|
pymammotion/data/mqtt/event.py,sha256=r14gzZVxmlGVAwFdZQ1CUsMZFHHwRKnbt2VHnjugP28,5123
|
47
48
|
pymammotion/data/mqtt/properties.py,sha256=pX5JRVmmpVO04CSPm5xAGcSWA_OeLd0JnBagLsfiSEc,3755
|
@@ -120,7 +121,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
120
121
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
121
122
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
122
123
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
123
|
-
pymammotion-0.4.
|
124
|
-
pymammotion-0.4.
|
125
|
-
pymammotion-0.4.
|
126
|
-
pymammotion-0.4.
|
124
|
+
pymammotion-0.4.33.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
125
|
+
pymammotion-0.4.33.dist-info/METADATA,sha256=ysG3knUKj5YMHHrarFnMlyQibY7yQ6_ie8fpNh9JXMY,3878
|
126
|
+
pymammotion-0.4.33.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
127
|
+
pymammotion-0.4.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|