pymammotion 0.4.6__py3-none-any.whl → 0.4.8__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.
@@ -1,13 +1,13 @@
1
1
  from dataclasses import dataclass, field
2
- from enum import Enum
2
+ from enum import StrEnum
3
3
 
4
4
  from mashumaro.mixins.orjson import DataClassORJSONMixin
5
5
 
6
6
 
7
- class NetUsedType(str, Enum):
8
- NONE = 0
9
- WIFI = 1
10
- MNET = 2
7
+ class NetUsedType(StrEnum):
8
+ NONE = "NONE"
9
+ WIFI = "WIFI"
10
+ MNET = "MNET"
11
11
 
12
12
 
13
13
  @dataclass
@@ -18,7 +18,7 @@ class ConnectData(DataClassORJSONMixin):
18
18
  link_type: int = 0
19
19
  mnet_rssi: int = 0
20
20
  mnet_inet: int = 0
21
- used_net: NetUsedType = NetUsedType.NONE
21
+ used_net: str = "NONE"
22
22
 
23
23
 
24
24
  # mnet_cfg:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pymammotion
3
- Version: 0.4.6
3
+ Version: 0.4.8
4
4
  Summary:
5
5
  License: GPL-3.0
6
6
  Author: Michael Arthur
@@ -38,7 +38,7 @@ pymammotion/data/model/plan.py,sha256=wGlcJT-w0EdbWK9jI838TCOm_MABFg7WoR664VB8RW
38
38
  pymammotion/data/model/rapid_state.py,sha256=mIdhAG_LZXpVcybxqTLgLXkNOmVmDTn04B9PGIDA8Ls,1251
39
39
  pymammotion/data/model/raw_data.py,sha256=x2xuqVC8CQuV3ui3QK4G5EqRET9EsNljHLHR11ByYgo,6471
40
40
  pymammotion/data/model/region_data.py,sha256=VokMRqB_o4OFL1TWAM90Fvm-1z4jcYrw3X2o760qpx4,2949
41
- pymammotion/data/model/report_info.py,sha256=ZH79CLkoStX3R3JOX7a5lyGE5l2OFrbXirFOpZcMS8U,3829
41
+ pymammotion/data/model/report_info.py,sha256=iYTESR5qFseSZ9nS9udNOE76xDVxKaWWXfLPuFjztq8,3827
42
42
  pymammotion/data/mqtt/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
43
43
  pymammotion/data/mqtt/event.py,sha256=r14gzZVxmlGVAwFdZQ1CUsMZFHHwRKnbt2VHnjugP28,5123
44
44
  pymammotion/data/mqtt/properties.py,sha256=pX5JRVmmpVO04CSPm5xAGcSWA_OeLd0JnBagLsfiSEc,3755
@@ -117,7 +117,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
117
117
  pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
118
118
  pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
119
119
  pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
120
- pymammotion-0.4.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
121
- pymammotion-0.4.6.dist-info/METADATA,sha256=-_2ekG534WrO13pW8Qze3r0Wv_5smMmVUeSCxZTs-qM,3884
122
- pymammotion-0.4.6.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
123
- pymammotion-0.4.6.dist-info/RECORD,,
120
+ pymammotion-0.4.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
121
+ pymammotion-0.4.8.dist-info/METADATA,sha256=uevomcw376FSWbXFrvPFolzgZTYXtN0XTCz9ZQiVUys,3884
122
+ pymammotion-0.4.8.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
123
+ pymammotion-0.4.8.dist-info/RECORD,,