pymammotion 0.4.30__py3-none-any.whl → 0.4.31__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.
@@ -275,10 +275,10 @@ class DeviceType(Enum):
275
275
  device_type = DeviceType.value_of_str(device_name, product_key)
276
276
 
277
277
  return (
278
- DeviceType.RTK.get_value() != device_type.get_value()
279
- and DeviceType.RTK3A0.get_value() != device_type.get_value()
280
- and DeviceType.RTK3A1.get_value() != device_type.get_value()
281
- and DeviceType.RTK3A2.get_value() != device_type.get_value()
278
+ DeviceType.RTK.get_value() == device_type.get_value()
279
+ or DeviceType.RTK3A0.get_value() == device_type.get_value()
280
+ or DeviceType.RTK3A1.get_value() == device_type.get_value()
281
+ or DeviceType.RTK3A2.get_value() == device_type.get_value()
282
282
  )
283
283
 
284
284
  @staticmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pymammotion
3
- Version: 0.4.30
3
+ Version: 0.4.31
4
4
  Summary:
5
5
  License: GPL-3.0
6
6
  Author: Michael Arthur
@@ -115,12 +115,12 @@ pymammotion/utility/constant/device_constant.py,sha256=g6QWBaP85h6PNxmk1cOqtP7Hv
115
115
  pymammotion/utility/conversions.py,sha256=v3YICy0zZwwBBzrUZgabI7GRfiDBnkiAX2qdtk3NxOY,89
116
116
  pymammotion/utility/datatype_converter.py,sha256=SPM_HuaaD_XOawlqEnA8qlRRZXGba3WjA8kGOZgeBlQ,4284
117
117
  pymammotion/utility/device_config.py,sha256=65Jl73-dQDs4yMXwYXZW_bsgSvnwpFBZDu8OQPEIgx8,27877
118
- pymammotion/utility/device_type.py,sha256=A8EV1MJayc9vm00ceDV35_K-nCOY_LgkFqWzzufoURM,12585
118
+ pymammotion/utility/device_type.py,sha256=Lhvi8CLY8qr1EghZFlFK85hhzsmyE0LHVZO0qAmYod4,12582
119
119
  pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,2227
120
120
  pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
121
121
  pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
122
122
  pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
123
- pymammotion-0.4.30.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
124
- pymammotion-0.4.30.dist-info/METADATA,sha256=jLexrxTaRKDn8rZ1ruVAfQtNWS4t_cI4p66S3o6Pey8,3878
125
- pymammotion-0.4.30.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
126
- pymammotion-0.4.30.dist-info/RECORD,,
123
+ pymammotion-0.4.31.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
124
+ pymammotion-0.4.31.dist-info/METADATA,sha256=KmOCtXEg58cOCL2JClz50QKsSMIm2h0542JedHTFTf8,3878
125
+ pymammotion-0.4.31.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
126
+ pymammotion-0.4.31.dist-info/RECORD,,