pymammotion 0.0.46__py3-none-any.whl → 0.0.47__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.

Potentially problematic release.


This version of pymammotion might be problematic. Click here for more details.

@@ -51,9 +51,9 @@ class StateManager:
51
51
  nav_msg = betterproto.which_one_of(message.nav, "SubNavMsg")
52
52
  match nav_msg[0]:
53
53
  case "toapp_gethash_ack":
54
- self._device.map.obstacle = []
55
- self._device.map.area = []
56
- self._device.map.path = []
54
+ self._device.map.obstacle = dict()
55
+ self._device.map.area = dict()
56
+ self._device.map.path = dict()
57
57
  await self.gethash_ack_callback.data_event(nav_msg[1])
58
58
  case "toapp_get_commondata_ack":
59
59
  common_data: NavGetCommDataAck = nav_msg[1]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymammotion
3
- Version: 0.0.46
3
+ Version: 0.0.47
4
4
  Summary:
5
5
  License: GNU-3.0
6
6
  Author: Michael Arthur
@@ -35,7 +35,7 @@ pymammotion/data/mqtt/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdr
35
35
  pymammotion/data/mqtt/event.py,sha256=kEilMLmwZG2nbokLw7X28KF3b-te8G-MfNARYm4LG6I,2170
36
36
  pymammotion/data/mqtt/properties.py,sha256=HkBPghr26L9_b4QaOi1DtPgb0UoPIOGSe9wb3kgnM6Y,2815
37
37
  pymammotion/data/mqtt/status.py,sha256=zqnlo-MzejEQZszl0i0Wucoc3E76x6UtI9JLxoBnu54,1067
38
- pymammotion/data/state_manager.py,sha256=RYmBJ8ZrdH86Dm0_9870Qjk_yWuL8VqplMdAhiF50dQ,2667
38
+ pymammotion/data/state_manager.py,sha256=OKcJlunb24TwQsO9KRiz4Qp-Y1Q_P5sIoQW4HilVV4s,2679
39
39
  pymammotion/event/__init__.py,sha256=mgATR6vPHACNQ-0zH5fi7NdzeTCDV1CZyaWPmtUusi8,115
40
40
  pymammotion/event/event.py,sha256=Fy5-I1p92AO_D67VW4eHQqA4pOt7MZsrP--tVfIVUz8,1820
41
41
  pymammotion/http/_init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -102,7 +102,7 @@ pymammotion/utility/datatype_converter.py,sha256=v6zym2Zu0upxQjR-xDqXwi3516zpntS
102
102
  pymammotion/utility/device_type.py,sha256=B_Y1WCRPlFMDOqC13H0ltInyPkbPMIxCoZccCC13fmc,8154
103
103
  pymammotion/utility/periodic.py,sha256=9wJMfwXPlx6Mbp3Fws7LLTI34ZDKphH1bva_Ggyk32g,3281
104
104
  pymammotion/utility/rocker_util.py,sha256=syPL0QN4zMzHiTIkUKS7RXBBptjdbkfNlPddwUD5V3A,7171
105
- pymammotion-0.0.46.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
106
- pymammotion-0.0.46.dist-info/METADATA,sha256=k67dNoAhHzVB8htUhoX1OMMm3ZIP4pd6CUExqvSHNRo,3825
107
- pymammotion-0.0.46.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
108
- pymammotion-0.0.46.dist-info/RECORD,,
105
+ pymammotion-0.0.47.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
106
+ pymammotion-0.0.47.dist-info/METADATA,sha256=pKKmBMdAvTN2SrvtdFRQMj8GHjjPEdgTcobniMeTpLI,3825
107
+ pymammotion-0.0.47.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
108
+ pymammotion-0.0.47.dist-info/RECORD,,