pymammotion 0.2.57__py3-none-any.whl → 0.2.58__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/device_config.py +3 -2
- {pymammotion-0.2.57.dist-info → pymammotion-0.2.58.dist-info}/METADATA +1 -1
- {pymammotion-0.2.57.dist-info → pymammotion-0.2.58.dist-info}/RECORD +5 -5
- {pymammotion-0.2.57.dist-info → pymammotion-0.2.58.dist-info}/LICENSE +0 -0
- {pymammotion-0.2.57.dist-info → pymammotion-0.2.58.dist-info}/WHEEL +0 -0
@@ -23,12 +23,12 @@ class OperationSettings(DataClassORJSONMixin):
|
|
23
23
|
is_dump: bool = True
|
24
24
|
is_edge: bool = False
|
25
25
|
collect_grass_frequency: int = 10
|
26
|
-
job_mode: int =
|
26
|
+
job_mode: int = 4 # taskMode
|
27
27
|
job_version: int = 0
|
28
28
|
job_id: int = 0
|
29
29
|
speed: float = 0.3
|
30
30
|
ultra_wave: int = 2 # touch no touch etc
|
31
|
-
channel_mode: int = 0 #
|
31
|
+
channel_mode: int = 0 # grid or border first
|
32
32
|
channel_width: int = 25
|
33
33
|
rain_tactics: int = 0
|
34
34
|
blade_height: int = 0
|
@@ -38,6 +38,7 @@ class OperationSettings(DataClassORJSONMixin):
|
|
38
38
|
toward_mode: int = 0 # angle type relative etc
|
39
39
|
border_mode: int = 1 # border laps
|
40
40
|
obstacle_laps: int = 1
|
41
|
+
mowing_laps: int = 1
|
41
42
|
start_progress: int = 0
|
42
43
|
areas: list[int] = field(default_factory=list)
|
43
44
|
|
@@ -23,7 +23,7 @@ pymammotion/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
23
23
|
pymammotion/data/model/__init__.py,sha256=aSyroxYQQS-WMRi6WmWm2js4wLa9nmsi160gx9tts4o,323
|
24
24
|
pymammotion/data/model/account.py,sha256=vJM-KTf2q6eBfVC-UlNHBSmJvqHiCawZ40vnuhXhaz8,140
|
25
25
|
pymammotion/data/model/device.py,sha256=hsN_NrrM_Kg1gbxcmSL3sVubGmeMxWHwnPiUN1-d8Eo,12196
|
26
|
-
pymammotion/data/model/device_config.py,sha256=
|
26
|
+
pymammotion/data/model/device_config.py,sha256=GtWR9SOXlwEwWsg7-UtoVuBmd-i8wXI4LnJ-cL5fh1o,2827
|
27
27
|
pymammotion/data/model/enums.py,sha256=EpKmO8yVUZyEnTY4yH0DMMVKYNQM42zpW1maUu0i3IE,1582
|
28
28
|
pymammotion/data/model/excute_boarder_params.py,sha256=9CpUqrygcle1C_1hDW-riLmm4map4ZbE842NXjcomEI,1394
|
29
29
|
pymammotion/data/model/execute_boarder.py,sha256=9rd_h4fbcsXxgnLOd2rO2hWyD1abnTGc47QTEpp8DD0,1103
|
@@ -118,7 +118,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
118
118
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
119
119
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
120
120
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
121
|
-
pymammotion-0.2.
|
122
|
-
pymammotion-0.2.
|
123
|
-
pymammotion-0.2.
|
124
|
-
pymammotion-0.2.
|
121
|
+
pymammotion-0.2.58.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
122
|
+
pymammotion-0.2.58.dist-info/METADATA,sha256=VuOMlzTsHVYCqTzog6HnR9HkMfz--WWxE8yIeoXouvY,3874
|
123
|
+
pymammotion-0.2.58.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
124
|
+
pymammotion-0.2.58.dist-info/RECORD,,
|
File without changes
|
File without changes
|