pymammotion 0.4.0b8__py3-none-any.whl → 0.4.2__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.
Files changed (42) hide show
  1. pymammotion/bluetooth/ble_message.py +6 -7
  2. pymammotion/data/model/device.py +2 -7
  3. pymammotion/data/model/device_limits.py +4 -4
  4. pymammotion/data/model/hash_list.py +84 -10
  5. pymammotion/data/model/raw_data.py +1 -8
  6. pymammotion/data/state_manager.py +30 -10
  7. pymammotion/mammotion/commands/abstract_message.py +2 -2
  8. pymammotion/mammotion/commands/messages/driver.py +27 -20
  9. pymammotion/mammotion/commands/messages/media.py +13 -14
  10. pymammotion/mammotion/commands/messages/navigation.py +16 -13
  11. pymammotion/mammotion/commands/messages/network.py +13 -10
  12. pymammotion/mammotion/commands/messages/ota.py +9 -14
  13. pymammotion/mammotion/commands/messages/system.py +36 -25
  14. pymammotion/mammotion/commands/messages/video.py +8 -10
  15. pymammotion/mammotion/devices/base.py +10 -10
  16. pymammotion/mammotion/devices/mammotion.py +18 -14
  17. pymammotion/mammotion/devices/mammotion_bluetooth.py +2 -3
  18. pymammotion/mammotion/devices/mammotion_cloud.py +1 -2
  19. pymammotion/mqtt/mammotion_mqtt.py +1 -1
  20. pymammotion/proto/__init__.py +2174 -1
  21. pymammotion/proto/luba_mul_pb2.py +8 -8
  22. pymammotion/proto/luba_mul_pb2.pyi +1 -0
  23. pymammotion/proto/mctrl_nav.proto +3 -3
  24. pymammotion/proto/mctrl_nav_pb2.py +69 -67
  25. pymammotion/proto/mctrl_nav_pb2.pyi +13 -5
  26. pymammotion/proto/mctrl_sys_pb2.py +41 -37
  27. pymammotion/proto/mctrl_sys_pb2.pyi +34 -11
  28. pymammotion/utility/device_config.py +121 -121
  29. {pymammotion-0.4.0b8.dist-info → pymammotion-0.4.2.dist-info}/METADATA +1 -1
  30. {pymammotion-0.4.0b8.dist-info → pymammotion-0.4.2.dist-info}/RECORD +32 -42
  31. pymammotion/proto/basestation.py +0 -59
  32. pymammotion/proto/common.py +0 -12
  33. pymammotion/proto/dev_net.py +0 -381
  34. pymammotion/proto/luba_msg.py +0 -81
  35. pymammotion/proto/luba_mul.py +0 -77
  36. pymammotion/proto/mctrl_driver.py +0 -100
  37. pymammotion/proto/mctrl_nav.py +0 -664
  38. pymammotion/proto/mctrl_ota.py +0 -48
  39. pymammotion/proto/mctrl_pept.py +0 -41
  40. pymammotion/proto/mctrl_sys.py +0 -574
  41. {pymammotion-0.4.0b8.dist-info → pymammotion-0.4.2.dist-info}/LICENSE +0 -0
  42. {pymammotion-0.4.0b8.dist-info → pymammotion-0.4.2.dist-info}/WHEEL +0 -0
@@ -11,7 +11,7 @@ pymammotion/aliyun/model/stream_subscription_response.py,sha256=7d0i8cNMAMX7aQjd
11
11
  pymammotion/aliyun/tmp_constant.py,sha256=M4Hq_lrGB3LZdX6R2XohRPFoK1NDnNV-pTJwJcJ9838,6650
12
12
  pymammotion/bluetooth/__init__.py,sha256=LAl8jqZ1fPh-3mLmViNQsP3s814C1vsocYUa6oSaXt0,36
13
13
  pymammotion/bluetooth/ble.py,sha256=k5o2BVXSF2vLZ75U3PsUE8NomWFirJkYDVWfQQs_P1I,2484
14
- pymammotion/bluetooth/ble_message.py,sha256=Uz64_PiQPqulEZIUhGg9g5ABr3wSVDChO8grfqsV4f8,18871
14
+ pymammotion/bluetooth/ble_message.py,sha256=47xoj22Kw5XF9VT965J_BxpvTdOgSXy4opqkbsojvDo,18795
15
15
  pymammotion/bluetooth/const.py,sha256=CCqyHsYbB0BAYjwdhXt_n6eWWxmhlUrAFjvVv57mbvE,1749
16
16
  pymammotion/bluetooth/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  pymammotion/bluetooth/data/convert.py,sha256=6DMwvzVr9FWCoQFIKSI2poFXjISc_m6X59g8FlVO0-o,800
@@ -23,27 +23,27 @@ pymammotion/const.py,sha256=lWRxvTVdXnNHuxqvRkjO5ziK0Ic-fZMM6J2dbe5M6Nc,385
23
23
  pymammotion/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  pymammotion/data/model/__init__.py,sha256=aSyroxYQQS-WMRi6WmWm2js4wLa9nmsi160gx9tts4o,323
25
25
  pymammotion/data/model/account.py,sha256=vJM-KTf2q6eBfVC-UlNHBSmJvqHiCawZ40vnuhXhaz8,140
26
- pymammotion/data/model/device.py,sha256=lZEuWfEr4My0BUjY3OdIpUui91t9KbONhBc2t9oS2ro,6883
26
+ pymammotion/data/model/device.py,sha256=ZiGlBCOKs0qmQ9qZtG77BoW00xbOrSw4H8CYgJ-BrCU,6867
27
27
  pymammotion/data/model/device_config.py,sha256=wjayKnzoPDmBhqWZKTPDSueNEPCIWCB20tFEDSGIUsM,2602
28
28
  pymammotion/data/model/device_info.py,sha256=Q0qJ6BflQycH_VFugwaFFXcvM69q2v9JAe2wWOcCggE,904
29
- pymammotion/data/model/device_limits.py,sha256=saW3iUvGq8WEn6CASn5hS5tVJpSeak4FDy_gnHtYqTQ,1955
29
+ pymammotion/data/model/device_limits.py,sha256=7SVfSiAZaPvmHrl4njdNqM1TBz1xtLqoicZt5Mj-8Js,1946
30
30
  pymammotion/data/model/enums.py,sha256=EpKmO8yVUZyEnTY4yH0DMMVKYNQM42zpW1maUu0i3IE,1582
31
31
  pymammotion/data/model/excute_boarder_params.py,sha256=9CpUqrygcle1C_1hDW-riLmm4map4ZbE842NXjcomEI,1394
32
32
  pymammotion/data/model/execute_boarder.py,sha256=9rd_h4fbcsXxgnLOd2rO2hWyD1abnTGc47QTEpp8DD0,1103
33
33
  pymammotion/data/model/generate_route_information.py,sha256=pgjqURwmEIzjCMbl4Z5JDDkfxyUAdry1KhPfyir3-mU,777
34
- pymammotion/data/model/hash_list.py,sha256=ZPg5d1hy4bPMgPw5JkHujT06LIoEmXn7qSdQW79FF3A,6257
34
+ pymammotion/data/model/hash_list.py,sha256=2wBrXLN_sRDzkBrTwtFfGC1IufULdljF0FvPe9QG8Fo,7848
35
35
  pymammotion/data/model/location.py,sha256=PwmITejfI4pm7PI4rzqSuuHetwle6IJr_CV95435s2M,871
36
36
  pymammotion/data/model/mowing_modes.py,sha256=87R4T-hs6tZ0baPvdYII9Fd6ZbJRqkXj7MRFZ7nIPOY,941
37
37
  pymammotion/data/model/plan.py,sha256=wGlcJT-w0EdbWK9jI838TCOm_MABFg7WoR664VB8RWg,2880
38
38
  pymammotion/data/model/rapid_state.py,sha256=mIdhAG_LZXpVcybxqTLgLXkNOmVmDTn04B9PGIDA8Ls,1251
39
- pymammotion/data/model/raw_data.py,sha256=oO8JX4JP8YuWGj_-6XdooCQn8MnXuNYJ3S6e502NzpU,6754
39
+ pymammotion/data/model/raw_data.py,sha256=x2xuqVC8CQuV3ui3QK4G5EqRET9EsNljHLHR11ByYgo,6471
40
40
  pymammotion/data/model/region_data.py,sha256=VokMRqB_o4OFL1TWAM90Fvm-1z4jcYrw3X2o760qpx4,2949
41
41
  pymammotion/data/model/report_info.py,sha256=cWr0FC9B0M4ZHS2bY4V5nzjXSMd8qHq2NRhm6TzNXnw,3440
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
45
45
  pymammotion/data/mqtt/status.py,sha256=DuNC3JdewLPKNqNHx76_FPXRvheYSiM-CdiVTCCYY8s,1079
46
- pymammotion/data/state_manager.py,sha256=7NjzupxP-B9BDXTBNrdm7fcryW24-QZ5vJyjv6Y_dEU,8071
46
+ pymammotion/data/state_manager.py,sha256=H3xHcLorw4xBtDAhyigl5rd1SYkLaSTBB9qQ6XQV9SM,8646
47
47
  pymammotion/event/__init__.py,sha256=mgATR6vPHACNQ-0zH5fi7NdzeTCDV1CZyaWPmtUusi8,115
48
48
  pymammotion/event/event.py,sha256=bj2RirSIRyBs0QvkcrOtwZWUX_8F3m1sySuHVyKmZLs,2143
49
49
  pymammotion/http/_init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -52,82 +52,72 @@ pymammotion/http/http.py,sha256=gFAvmjGorqUh35U4b9z-Bqy8bKS02lLrp0Lu6Giz4xk,6687
52
52
  pymammotion/http/model/http.py,sha256=tM5ikwVkWhRdXc2xi1NOLmWPH2mQEQelpaVgMlAEmlI,2333
53
53
  pymammotion/mammotion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  pymammotion/mammotion/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
- pymammotion/mammotion/commands/abstract_message.py,sha256=l2Wcyg7tIEjRGyQAk9T2rQVOLwilxG1hXTNf7811jGA,727
55
+ pymammotion/mammotion/commands/abstract_message.py,sha256=iZans5v1Z41rMgIbcWEbrSDIvBbaJ8N3Z8xHUKQQVAE,705
56
56
  pymammotion/mammotion/commands/mammotion_command.py,sha256=PM9UCuBCKp_TWDfkeVJsBelSbRrKosRa2LvHA-By1k8,2510
57
57
  pymammotion/mammotion/commands/messages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
- pymammotion/mammotion/commands/messages/driver.py,sha256=xyGuzBJeHUiu_9lsOznh2rftzuMEDeXMLB0s3a-C46w,3766
59
- pymammotion/mammotion/commands/messages/media.py,sha256=l-m4l2Vp1ZOHPHyJTceuLaLvdgHOEfmykkbDncCDUI4,1359
60
- pymammotion/mammotion/commands/messages/navigation.py,sha256=BE5h8xN2XCkcfynb5cQou24dt5tn7_shZG90nydJbww,23241
61
- pymammotion/mammotion/commands/messages/network.py,sha256=vUjBvuiBhRkOA4nftqTFw6rFdXNjho-ZA9Y37hL2q5Q,7623
62
- pymammotion/mammotion/commands/messages/ota.py,sha256=g937HT_-OQXV6A3zUiZ53b45cOX6y-rzs5m-4b0IcTk,1473
63
- pymammotion/mammotion/commands/messages/system.py,sha256=CYf_Ju5nMK9cFd0r5jOzEJ_w4k70PzassdhE8xLeSJU,14371
64
- pymammotion/mammotion/commands/messages/video.py,sha256=JBPyK1C9gZ6B3QcNe3IUTUnn0QWNXR4Pwj9W0qNO9Ps,1304
58
+ pymammotion/mammotion/commands/messages/driver.py,sha256=4DH6Q0Xzu1whS7shjDg2N3gzCH1KEYpojPQ1GsasMIY,3597
59
+ pymammotion/mammotion/commands/messages/media.py,sha256=JaFMJiC-vtfG68dBfHmbDSvEHY-GTVkhPq02Mc_dGPg,1232
60
+ pymammotion/mammotion/commands/messages/navigation.py,sha256=HQhkIu8ZEkyZAuZ0eN_jBuk5luw3YLo3hvlnDRCHt6c,23198
61
+ pymammotion/mammotion/commands/messages/network.py,sha256=EDMXjX_j2aPUZvz5izSV913YSLrEVvdW1lVjfojEhYI,7557
62
+ pymammotion/mammotion/commands/messages/ota.py,sha256=gySHuPw52tEmK0MT2ng2U1sn6r7O42z0Gvnb3E5KYgc,1305
63
+ pymammotion/mammotion/commands/messages/system.py,sha256=6h7NYwQX5V4MfT_V1CUwe8YGZJZgy6EMN34eOkj0jSk,14557
64
+ pymammotion/mammotion/commands/messages/video.py,sha256=_q2R-ePcR2IaS5KjLm_H63iF0INj_GelmfAnIwJj09Y,1145
65
65
  pymammotion/mammotion/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
66
  pymammotion/mammotion/control/joystick.py,sha256=QfBVxM_gxpWsZAGO90whtgxCI2tIZ3TTad9wHIPsU9s,5640
67
67
  pymammotion/mammotion/devices/__init__.py,sha256=f2qQFPgLGmV85W2hSlMUh5BYuht9o_Ar_JEAAMD4fsE,102
68
- pymammotion/mammotion/devices/base.py,sha256=evNKt1PDDGPkm4wleIEC2dtHuyDP_nHRCg35nrQg6qg,10260
69
- pymammotion/mammotion/devices/mammotion.py,sha256=W5kzq-1nzianRMNDR2YXgc5KenjxS95EDRcczgi75TA,12817
70
- pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=XFnbAz3l9QWBf0JMhR79bR59gnuesjnOprSbEoUNoUI,19613
71
- pymammotion/mammotion/devices/mammotion_cloud.py,sha256=ai9wZf-nBz9pDlEKsRef-Fsp9PNIonM0zWdHvA5IVKs,13967
68
+ pymammotion/mammotion/devices/base.py,sha256=Klkmvo56VgAX_zqen__lhbRb41k2U9HEHzA7t9FoZjc,10333
69
+ pymammotion/mammotion/devices/mammotion.py,sha256=Zz2tUIdGA-jFSHLM3aO8tBMvVl7sBIBiqC9Kg7f-lm8,13190
70
+ pymammotion/mammotion/devices/mammotion_bluetooth.py,sha256=oNDwtDKsdsG62frehBCg6xmwF3CD3VJ32iUwQcAjzKo,19576
71
+ pymammotion/mammotion/devices/mammotion_cloud.py,sha256=-mUZkLP5vgApG-5r3GIRUNmjCGwas11H5u2JhrI0X3U,13929
72
72
  pymammotion/mqtt/__init__.py,sha256=Ocs5e-HLJvTuDpVXyECEsWIvwsUaxzj7lZ9mSYutNDY,105
73
73
  pymammotion/mqtt/linkkit/__init__.py,sha256=ENgc3ynd2kd9gMQR3-kgmCu6Ed9Y6XCIzU0zFReUlkk,80
74
74
  pymammotion/mqtt/linkkit/h2client.py,sha256=w9Nvi_nY4CLD_fw-pHtYChwQf7e2TiAGeqkY_sF4cf0,19659
75
75
  pymammotion/mqtt/linkkit/linkkit.py,sha256=NzFpdtfxNHQ6xNu-POyp45fTK7AWUAWV7RavFevX4m4,132772
76
76
  pymammotion/mqtt/mammotion_future.py,sha256=_OWqKOlUGl2yT1xOsXFQYpGd-1zQ63OxqXgy7KRQgYc,710
77
- pymammotion/mqtt/mammotion_mqtt.py,sha256=csnKHAOqjmNYtk2uAly2_Qg7J6ZNtiULZO7q5Poua30,8876
78
- pymammotion/proto/__init__.py,sha256=v3_P1LOsYRBN9qCAhaWrWMX7GWHrox9XD3hdZQxcPZM,190
77
+ pymammotion/mqtt/mammotion_mqtt.py,sha256=dQuGz-dQnOYI7vz_v5Kn9nHcizs-S0E2lZzJlZVkG5Y,8867
78
+ pymammotion/proto/__init__.py,sha256=fdgTL9vzIw-QJN0_sRmemUmw07tR3L57DW4LuDkjwvM,71908
79
79
  pymammotion/proto/basestation.proto,sha256=_x5gAz3FkZXS1jtq4GgZgaDCuRU-UV-7HTFdsfQ3zbo,1034
80
- pymammotion/proto/basestation.py,sha256=js64_N2xQYRxWPRdVNEapO0qe7vBlfYnjW5sE8hi7hw,2026
81
80
  pymammotion/proto/basestation_pb2.py,sha256=PTVlHcDLQeRV6qv7ZPjGke9MF68mpqoUeJA0Sw_AoT0,2776
82
81
  pymammotion/proto/basestation_pb2.pyi,sha256=eeYW9l_5OsokGzP9OE_lg6TdJwXGAFvPiojQ3tipcak,3970
83
82
  pymammotion/proto/common.proto,sha256=op8TCU1ppCMeP-izK2tXMoJXQyZXdgj1EgOKcd14A-A,81
84
- pymammotion/proto/common.py,sha256=stFYSHAjVKasFfPacxLcMfpGuUtGYkTb8RUAoJEtaRc,324
85
83
  pymammotion/proto/common_pb2.py,sha256=8OpJ04lLq8sAktY6CkP8TxVGar9x858sCf6FqLy7Rs4,1030
86
84
  pymammotion/proto/common_pb2.pyi,sha256=skF2ydSIQIvoobjiCUjXVD-pTfJiAILbaUl6nkdh2SY,460
87
85
  pymammotion/proto/dev_net.proto,sha256=sh10FFXCkcQHBt3OlvW-4Jvv_EATOLxkcIGWDKzivs8,5502
88
- pymammotion/proto/dev_net.py,sha256=7RPkgEBa6z8jwQ3h15WZZfXSo2t_srxtGQtBoCEOJQM,11260
89
86
  pymammotion/proto/dev_net_pb2.py,sha256=URvPWl3bDTpgcXsPR7GMOTcbrmDgBgm-PxWcd4ZGiCM,12868
90
87
  pymammotion/proto/dev_net_pb2.pyi,sha256=0S1HyPT1WQUNQXsW9xEgKSAoEy-0LBfP9ZBJeQlhChc,21825
91
88
  pymammotion/proto/luba_msg.proto,sha256=KfEKnPy4HyI2msoFyE5tY2tp913PGyWuki9G6tuju_A,1661
92
- pymammotion/proto/luba_msg.py,sha256=Q9I8R7xmhLuenn5r0XOmYzH3UmWrPk6KJF0xzkjfvDM,2473
93
89
  pymammotion/proto/luba_msg_pb2.py,sha256=tM_jjxnRcAL_PFbNSbY2i11YP27boXYxysB0VE1Rjdc,4514
94
90
  pymammotion/proto/luba_msg_pb2.pyi,sha256=u1YgUrGoqfuizHt2ckQUL1Y_u9tLOievwrJ2e_ySOss,4288
95
91
  pymammotion/proto/luba_mul.proto,sha256=kHe_dfxCNR9Yu0-3xjjxMoDVNVWdLH_SWbVKBWxCHbc,1135
96
- pymammotion/proto/luba_mul.py,sha256=pAnz7MpGLhnsMcuWIltNwksxT-E9hL-bjZ-pc1cUBL0,2083
97
- pymammotion/proto/luba_mul_pb2.py,sha256=nJ25xWmuBldTQsAddTR5EImTEN-D2FSUCd_5vBUUTwA,3399
98
- pymammotion/proto/luba_mul_pb2.pyi,sha256=_ndK0hvvHtMOzsJ8rGSXZbp7fVEsiafycbYfWG1WPKo,3913
92
+ pymammotion/proto/luba_mul_pb2.py,sha256=b4e-CcIW8m9xMykf0ID7NYt_WxcY2fSW2mQJ17EtZNw,3468
93
+ pymammotion/proto/luba_mul_pb2.pyi,sha256=f_lR1S7kkvwq67t7WO0SPG84dljA7fM3iCEz4xhAaQU,3940
99
94
  pymammotion/proto/mctrl_driver.proto,sha256=I0BncdAa3laeqT17Sn95r_1HuBD3dSc9IVu9U3o0fU4,1385
100
- pymammotion/proto/mctrl_driver.py,sha256=sseY2MxUtaQZvg7fvbA_gNvtqx9MVDW_rvUcfA2CWVs,2971
101
95
  pymammotion/proto/mctrl_driver_pb2.py,sha256=bfLwZb5Hehb6OIkgFrZMkQ0oTBXoOBxpruszKz-UM1U,3785
102
96
  pymammotion/proto/mctrl_driver_pb2.pyi,sha256=9_rcQELsSeOfeIQMTEFIpeXICpDe3arQeA4kAYWNSWw,5860
103
- pymammotion/proto/mctrl_nav.proto,sha256=g7Mh9tqhA2bA7LRn9Cmgb9zTngO4ghUDPFTAGo2z_i8,12453
104
- pymammotion/proto/mctrl_nav.py,sha256=okOznE_1dCi1yE5sSdQNKWkgI8CpbGRxMAISL5zqiT4,25040
105
- pymammotion/proto/mctrl_nav_pb2.py,sha256=LAHfEmGfNVZCN6vuLSZF6s2wd1Qk-siaWe4mdPWPdxc,24213
106
- pymammotion/proto/mctrl_nav_pb2.pyi,sha256=qmGYfKh2o63e5ppl9QIWnwDbmGVUVOf7EqhC9ApE5fg,51336
97
+ pymammotion/proto/mctrl_nav.proto,sha256=bNnMQOp0lz61Xc4hiOCWGIcHF0BLk6wtfbLc7BHqn1Y,12459
98
+ pymammotion/proto/mctrl_nav_pb2.py,sha256=FmR32_Fh0MEALsuXpjQtzQPNG98-dlsWA5g17F5C7RI,24390
99
+ pymammotion/proto/mctrl_nav_pb2.pyi,sha256=MKc6uXAhEpKE_b28wC7I09DefoDtF2ciKsfCW8uCcgk,51655
107
100
  pymammotion/proto/mctrl_ota.proto,sha256=4iHr-v1R0QiNndCnv3b6mhXiERLukB67ZzhTgt1iMc0,629
108
- pymammotion/proto/mctrl_ota.py,sha256=nIJgTWXemRuE622XqCym6TFHugV3PzAzX5IOTlE3muM,1427
109
101
  pymammotion/proto/mctrl_ota_pb2.py,sha256=-atzWg8USf4DMhlEL39q83paIyAO-CzsZhQjHvV4H68,2271
110
102
  pymammotion/proto/mctrl_ota_pb2.pyi,sha256=hFAQh5FOT8XbtTylYXQk9wCHH4Xn5C6MbW8bRgZPjt8,2821
111
103
  pymammotion/proto/mctrl_pept.proto,sha256=HBTRiP1XJB5w9hT1V38aePPREpePBk5jkjupu_kskuQ,664
112
- pymammotion/proto/mctrl_pept.py,sha256=utMtbXsCwGS14YggTqUdVIbTZsR0w49B6gKU8jHzbJg,1332
113
104
  pymammotion/proto/mctrl_pept_pb2.py,sha256=QqQ1BXo_EBs7cLmQGtRbnNy0rRxvaqtrGfKxXS8R5A8,2134
114
105
  pymammotion/proto/mctrl_pept_pb2.pyi,sha256=gr0lxUPqhyEnDdni9vpIQnAIhqAGtHlv1rFeb5EJnMY,2840
115
106
  pymammotion/proto/mctrl_sys.proto,sha256=FawssbrJkz2ZuwBGCCbFm-EO2qCYsXpeiFNHahCc9ug,10506
116
- pymammotion/proto/mctrl_sys.py,sha256=UJMQVXMjXVksp4O_eD_bUNPFM4ijvdSuma-sOIUsNUw,19138
117
- pymammotion/proto/mctrl_sys_pb2.py,sha256=DYemb514mlC7c27t-k1YqqBif0xxhLmnIWk8rXtSj1c,21497
118
- pymammotion/proto/mctrl_sys_pb2.pyi,sha256=Dj_1UM86kZ5MfcVyNC76Z0gKrfl5YFsVWP2b-bKoZvk,38912
107
+ pymammotion/proto/mctrl_sys_pb2.py,sha256=iV71QFq4kk1qqwS9pVDX671LMUseqQS8TxHjKE9PiDc,22127
108
+ pymammotion/proto/mctrl_sys_pb2.pyi,sha256=DSi0N3gqyn6iMxw1us8SGN71Is5O7Po0rEiCtQiDR0w,40131
119
109
  pymammotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
110
  pymammotion/utility/constant/__init__.py,sha256=tcY0LDeD-qDDHx2LKt55KOyv9ZI0UfCNM6fknLCmm8s,110
121
111
  pymammotion/utility/constant/device_constant.py,sha256=6uTZReQxMJvZxgHuJWAPYR9pQmK-VNz4FwJZJBjtIao,7906
122
112
  pymammotion/utility/conversions.py,sha256=v3YICy0zZwwBBzrUZgabI7GRfiDBnkiAX2qdtk3NxOY,89
123
113
  pymammotion/utility/datatype_converter.py,sha256=SPM_HuaaD_XOawlqEnA8qlRRZXGba3WjA8kGOZgeBlQ,4284
124
- pymammotion/utility/device_config.py,sha256=hHVyT8uSsHZB4_kuaN6K5wfsC2V5Ixevm1aFi2oYDFk,27956
114
+ pymammotion/utility/device_config.py,sha256=6MIle7yuMAIJOAWwM_bPLKpV9NncIHLyPkH5kVgf6rQ,27835
125
115
  pymammotion/utility/device_type.py,sha256=Nkje79xlcRWB8sV2ZWCjduowJ4KNfjlKF9JLbw95Eg4,10584
126
116
  pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,2227
127
117
  pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
128
118
  pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
129
119
  pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
130
- pymammotion-0.4.0b8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
131
- pymammotion-0.4.0b8.dist-info/METADATA,sha256=47kTxiMfeOfiLnem-ta88h91Wec53wuQY_XauFORA8I,3886
132
- pymammotion-0.4.0b8.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
133
- pymammotion-0.4.0b8.dist-info/RECORD,,
120
+ pymammotion-0.4.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
121
+ pymammotion-0.4.2.dist-info/METADATA,sha256=Dk-D7f90VLKdtZI7zr5S8fV7198juXPbH77S3baqANI,3884
122
+ pymammotion-0.4.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
123
+ pymammotion-0.4.2.dist-info/RECORD,,
@@ -1,59 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # sources: pymammotion/proto/basestation.proto
3
- # plugin: python-betterproto
4
- from dataclasses import dataclass
5
-
6
- import betterproto
7
-
8
-
9
- @dataclass
10
- class RequestBasestationInfoT(betterproto.Message):
11
- request_type: int = betterproto.uint32_field(1)
12
-
13
-
14
- @dataclass
15
- class ResponseBasestationInfoT(betterproto.Message):
16
- system_status: int = betterproto.uint64_field(1)
17
- app_connect_type: int = betterproto.uint32_field(2)
18
- ble_rssi: int = betterproto.int32_field(3)
19
- wifi_rssi: int = betterproto.int32_field(4)
20
- sats_num: int = betterproto.uint64_field(5)
21
- lora_scan: int = betterproto.int64_field(6)
22
- lora_channel: int = betterproto.int64_field(7)
23
- lora_locid: int = betterproto.int64_field(8)
24
- lora_netid: int = betterproto.int64_field(9)
25
- rtk_status: int = betterproto.uint64_field(10)
26
- lowpower_status: int = betterproto.int32_field(11)
27
- mqtt_rtk_status: int = betterproto.int32_field(12)
28
- rtk_channel: int = betterproto.int32_field(13)
29
- rtk_switch: int = betterproto.int32_field(14)
30
-
31
-
32
- @dataclass
33
- class AppToBaseMqttRtkT(betterproto.Message):
34
- rtk_switch: int = betterproto.int32_field(1)
35
- rtk_url: str = betterproto.string_field(2)
36
- rtk_port: int = betterproto.int32_field(3)
37
- rtk_username: str = betterproto.string_field(4)
38
- rtk_password: str = betterproto.string_field(5)
39
-
40
-
41
- @dataclass
42
- class BaseToAppMqttRtkT(betterproto.Message):
43
- rtk_switch_status: int = betterproto.int32_field(1)
44
-
45
-
46
- @dataclass
47
- class BaseStation(betterproto.Message):
48
- to_dev: "RequestBasestationInfoT" = betterproto.message_field(
49
- 1, group="BaseStationSubType"
50
- )
51
- to_app: "ResponseBasestationInfoT" = betterproto.message_field(
52
- 2, group="BaseStationSubType"
53
- )
54
- app_to_base_mqtt_rtk_msg: "AppToBaseMqttRtkT" = betterproto.message_field(
55
- 3, group="BaseStationSubType"
56
- )
57
- base_to_app_mqtt_rtk_msg: "BaseToAppMqttRtkT" = betterproto.message_field(
58
- 4, group="BaseStationSubType"
59
- )
@@ -1,12 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # sources: pymammotion/proto/common.proto
3
- # plugin: python-betterproto
4
- from dataclasses import dataclass
5
-
6
- import betterproto
7
-
8
-
9
- @dataclass
10
- class CommDataCouple(betterproto.Message):
11
- x: float = betterproto.float_field(1)
12
- y: float = betterproto.float_field(2)
@@ -1,381 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # sources: pymammotion/proto/dev_net.proto
3
- # plugin: python-betterproto
4
- from dataclasses import dataclass
5
-
6
-
7
- import betterproto
8
-
9
-
10
- class WifiConfType(betterproto.Enum):
11
- DisconnectWifi = 0
12
- ForgetWifi = 1
13
- DirectConnectWifi = 2
14
- ReconnectWifi = 3
15
- set_enable = 4
16
-
17
-
18
- class DrvUploadFileFileType(betterproto.Enum):
19
- FILE_TYPE_ALL = 0
20
- FILE_TYPE_SYSLOG = 1
21
- FILE_TYPE_NAVLOG = 2
22
- FILE_TYPE_RTKLOG = 3
23
-
24
-
25
- class DrvDevInfoResult(betterproto.Enum):
26
- DRV_RESULT_FAIL = 0
27
- DRV_RESULT_SUC = 1
28
- DRV_RESULT_NOTSUP = 2
29
-
30
-
31
- class SimCardSta(betterproto.Enum):
32
- SIM_NONE = 0
33
- SIM_NO_CARD = 1
34
- SIM_INVALID = 2
35
- SIM_INPUT_PIN = 3
36
- SIM_INPUT_PUK = 4
37
- SIM_OK = 5
38
-
39
-
40
- class MnetLinkType(betterproto.Enum):
41
- MNET_LINK_NONE = 0
42
- MNET_LINK_2G = 1
43
- MNET_LINK_3G = 2
44
- MNET_LINK_4G = 3
45
-
46
-
47
- class ApnAuthType(betterproto.Enum):
48
- APN_AUTH_NONE = 0
49
- APN_AUTH_PAP = 1
50
- APN_AUTH_CHAP = 2
51
- APN_AUTH_PAP_CHAP = 3
52
-
53
-
54
- class NetType(betterproto.Enum):
55
- NET_TYPE_WIFI = 0
56
- NET_TYPE_MNET = 1
57
-
58
-
59
- class IotConctrlType(betterproto.Enum):
60
- IOT_TYPE_OFFLINE = 0
61
- IOT_TYPE_ONLINE = 1
62
- IOT_TYPE_RESET = 2
63
-
64
-
65
- @dataclass
66
- class DrvWifiUpload(betterproto.Message):
67
- wifi_msg_upload: int = betterproto.int32_field(1)
68
-
69
-
70
- @dataclass
71
- class DrvWifiList(betterproto.Message):
72
- nvs_wifi_upload: int = betterproto.int32_field(1)
73
-
74
-
75
- @dataclass
76
- class DrvWifiSet(betterproto.Message):
77
- config_param: int = betterproto.int32_field(1)
78
- confssid: str = betterproto.string_field(2)
79
- wifi_enable: bool = betterproto.bool_field(3)
80
-
81
-
82
- @dataclass
83
- class DrvWifiMsg(betterproto.Message):
84
- status1: bool = betterproto.bool_field(1)
85
- status2: bool = betterproto.bool_field(2)
86
- ip: str = betterproto.string_field(3)
87
- msgssid: str = betterproto.string_field(4)
88
- password: str = betterproto.string_field(5)
89
- rssi: int = betterproto.int32_field(6)
90
- productkey: str = betterproto.string_field(7)
91
- devicename: str = betterproto.string_field(8)
92
- wifi_enable: bool = betterproto.bool_field(9)
93
-
94
-
95
- @dataclass
96
- class DrvWifiConf(betterproto.Message):
97
- succ_flag: bool = betterproto.bool_field(1)
98
- code: int = betterproto.int32_field(2)
99
- confssid: str = betterproto.string_field(3)
100
-
101
-
102
- @dataclass
103
- class DrvListUpload(betterproto.Message):
104
- sum: int = betterproto.int32_field(1)
105
- current: int = betterproto.int32_field(2)
106
- status: int = betterproto.int32_field(3)
107
- memssid: str = betterproto.string_field(4)
108
- rssi: int = betterproto.int32_field(5)
109
-
110
-
111
- @dataclass
112
- class DrvUploadFileReq(betterproto.Message):
113
- biz_id: str = betterproto.string_field(1)
114
- url: str = betterproto.string_field(2)
115
- user_id: str = betterproto.string_field(3)
116
- num: int = betterproto.int32_field(4)
117
- type: int = betterproto.int32_field(5)
118
-
119
-
120
- @dataclass
121
- class DrvUploadFileCancel(betterproto.Message):
122
- biz_id: str = betterproto.string_field(1)
123
-
124
-
125
- @dataclass
126
- class DrvUploadFileToAppReq(betterproto.Message):
127
- biz_id: str = betterproto.string_field(1)
128
- operation: int = betterproto.int32_field(2)
129
- server_ip: float = betterproto.fixed32_field(3)
130
- server_port: int = betterproto.int32_field(4)
131
- num: int = betterproto.int32_field(5)
132
- type: int = betterproto.int32_field(6)
133
-
134
-
135
- @dataclass
136
- class DrvUploadFileToAppRsp(betterproto.Message):
137
- biz_id: str = betterproto.string_field(1)
138
- operation: int = betterproto.int32_field(2)
139
- result: int = betterproto.int32_field(3)
140
-
141
-
142
- @dataclass
143
- class DrvDevInfoReqId(betterproto.Message):
144
- id: int = betterproto.int32_field(1)
145
- type: int = betterproto.int32_field(2)
146
-
147
-
148
- @dataclass
149
- class DrvDevInfoRespId(betterproto.Message):
150
- id: int = betterproto.int32_field(1)
151
- type: int = betterproto.int32_field(2)
152
- res: "DrvDevInfoResult" = betterproto.enum_field(3)
153
- info: str = betterproto.string_field(4)
154
-
155
-
156
- @dataclass
157
- class DrvDevInfoReq(betterproto.Message):
158
- req_ids: list["DrvDevInfoReqId"] = betterproto.message_field(1)
159
-
160
-
161
- @dataclass
162
- class DrvDevInfoResp(betterproto.Message):
163
- resp_ids: list["DrvDevInfoRespId"] = betterproto.message_field(1)
164
-
165
-
166
- @dataclass
167
- class DrvUpgradeReport(betterproto.Message):
168
- devname: str = betterproto.string_field(1)
169
- otaid: str = betterproto.string_field(2)
170
- version: str = betterproto.string_field(3)
171
- progress: int = betterproto.int32_field(4)
172
- result: int = betterproto.int32_field(5)
173
- message: str = betterproto.string_field(6)
174
- properties: str = betterproto.string_field(7)
175
-
176
-
177
- @dataclass
178
- class WifiIotStatusReport(betterproto.Message):
179
- wifi_connected: bool = betterproto.bool_field(1)
180
- iot_connected: bool = betterproto.bool_field(2)
181
- productkey: str = betterproto.string_field(3)
182
- devicename: str = betterproto.string_field(4)
183
-
184
-
185
- @dataclass
186
- class BleTestBytes(betterproto.Message):
187
- seqs: int = betterproto.int32_field(1)
188
- data: list[float] = betterproto.fixed32_field(2)
189
-
190
-
191
- @dataclass
192
- class GetNetworkInfoReq(betterproto.Message):
193
- req_ids: int = betterproto.int32_field(1)
194
-
195
-
196
- @dataclass
197
- class GetNetworkInfoRsp(betterproto.Message):
198
- req_ids: int = betterproto.int32_field(1)
199
- wifi_ssid: str = betterproto.string_field(2)
200
- wifi_mac: str = betterproto.string_field(3)
201
- wifi_rssi: int = betterproto.int32_field(4)
202
- ip: float = betterproto.fixed32_field(5)
203
- mask: float = betterproto.fixed32_field(6)
204
- gateway: float = betterproto.fixed32_field(7)
205
-
206
-
207
- @dataclass
208
- class MnetInetStatus(betterproto.Message):
209
- connect: bool = betterproto.bool_field(1)
210
- ip: float = betterproto.fixed32_field(2)
211
- mask: float = betterproto.fixed32_field(3)
212
- gateway: float = betterproto.fixed32_field(4)
213
-
214
-
215
- @dataclass
216
- class MnetInfo(betterproto.Message):
217
- model: str = betterproto.string_field(1)
218
- revision: str = betterproto.string_field(2)
219
- imei: str = betterproto.string_field(3)
220
- sim: "SimCardSta" = betterproto.enum_field(4)
221
- imsi: str = betterproto.string_field(5)
222
- link_type: "MnetLinkType" = betterproto.enum_field(6)
223
- rssi: int = betterproto.int32_field(7)
224
- inet: "MnetInetStatus" = betterproto.message_field(8)
225
-
226
-
227
- @dataclass
228
- class GetMnetInfoReq(betterproto.Message):
229
- req_ids: int = betterproto.int32_field(1)
230
-
231
-
232
- @dataclass
233
- class GetMnetInfoRsp(betterproto.Message):
234
- req_ids: int = betterproto.int32_field(1)
235
- result: int = betterproto.int32_field(2)
236
- mnet: "MnetInfo" = betterproto.message_field(3)
237
-
238
-
239
- @dataclass
240
- class MnetApn(betterproto.Message):
241
- cid: int = betterproto.int32_field(1)
242
- apn_alias: str = betterproto.string_field(2)
243
- apn_name: str = betterproto.string_field(3)
244
- auth: "ApnAuthType" = betterproto.enum_field(4)
245
- username: str = betterproto.string_field(5)
246
- password: str = betterproto.string_field(6)
247
-
248
-
249
- @dataclass
250
- class MnetApnCfg(betterproto.Message):
251
- apn_used_idx: int = betterproto.int32_field(1)
252
- apn: list["MnetApn"] = betterproto.message_field(2)
253
-
254
-
255
- @dataclass
256
- class MnetApnSetCfg(betterproto.Message):
257
- use_default: bool = betterproto.bool_field(1)
258
- cfg: "MnetApnCfg" = betterproto.message_field(2)
259
-
260
-
261
- @dataclass
262
- class MnetCfg(betterproto.Message):
263
- mnet_enable: bool = betterproto.bool_field(1)
264
- inet_enable: bool = betterproto.bool_field(2)
265
- type: "NetType" = betterproto.enum_field(3)
266
- apn: "MnetApnSetCfg" = betterproto.message_field(4)
267
- auto_select: bool = betterproto.bool_field(5)
268
-
269
-
270
- @dataclass
271
- class GetMnetCfgReq(betterproto.Message):
272
- req_ids: int = betterproto.int32_field(1)
273
-
274
-
275
- @dataclass
276
- class GetMnetCfgRsp(betterproto.Message):
277
- req_ids: int = betterproto.int32_field(1)
278
- result: int = betterproto.int32_field(2)
279
- cfg: "MnetCfg" = betterproto.message_field(3)
280
-
281
-
282
- @dataclass
283
- class SetMnetCfgReq(betterproto.Message):
284
- req_ids: int = betterproto.int32_field(1)
285
- cfg: "MnetCfg" = betterproto.message_field(2)
286
-
287
-
288
- @dataclass
289
- class SetMnetCfgRsp(betterproto.Message):
290
- req_ids: int = betterproto.int32_field(1)
291
- result: int = betterproto.int32_field(2)
292
-
293
-
294
- @dataclass
295
- class DrvDebugDdsZmq(betterproto.Message):
296
- is_enable: bool = betterproto.bool_field(1)
297
- rx_topic_name: str = betterproto.string_field(2)
298
- tx_zmq_url: str = betterproto.string_field(3)
299
-
300
-
301
- @dataclass
302
- class SetDrvBleMTU(betterproto.Message):
303
- mtu_count: int = betterproto.int32_field(1)
304
-
305
-
306
- @dataclass
307
- class DevNet(betterproto.Message):
308
- todev_ble_sync: int = betterproto.int32_field(1, group="NetSubType")
309
- todev__conf_type: "WifiConfType" = betterproto.enum_field(2, group="NetSubType")
310
- todev__wifi_msg_upload: "DrvWifiUpload" = betterproto.message_field(
311
- 3, group="NetSubType"
312
- )
313
- todev__wifi_list_upload: "DrvWifiList" = betterproto.message_field(
314
- 4, group="NetSubType"
315
- )
316
- todev__wifi__configuration: "DrvWifiSet" = betterproto.message_field(
317
- 5, group="NetSubType"
318
- )
319
- toapp__wifi_msg: "DrvWifiMsg" = betterproto.message_field(6, group="NetSubType")
320
- toapp__wifi_conf: "DrvWifiConf" = betterproto.message_field(7, group="NetSubType")
321
- toapp__list_upload: "DrvListUpload" = betterproto.message_field(
322
- 8, group="NetSubType"
323
- )
324
- todev_req_log_info: "DrvUploadFileReq" = betterproto.message_field(
325
- 9, group="NetSubType"
326
- )
327
- todev_log_data_cancel: "DrvUploadFileCancel" = betterproto.message_field(
328
- 10, group="NetSubType"
329
- )
330
- todev_devinfo_req: "DrvDevInfoReq" = betterproto.message_field(
331
- 11, group="NetSubType"
332
- )
333
- toapp_devinfo_resp: "DrvDevInfoResp" = betterproto.message_field(
334
- 12, group="NetSubType"
335
- )
336
- toapp_upgrade_report: "DrvUpgradeReport" = betterproto.message_field(
337
- 13, group="NetSubType"
338
- )
339
- toapp_wifi_iot_status: "WifiIotStatusReport" = betterproto.message_field(
340
- 14, group="NetSubType"
341
- )
342
- todev_uploadfile_req: "DrvUploadFileToAppReq" = betterproto.message_field(
343
- 15, group="NetSubType"
344
- )
345
- toapp_uploadfile_rsp: "DrvUploadFileToAppRsp" = betterproto.message_field(
346
- 16, group="NetSubType"
347
- )
348
- todev_networkinfo_req: "GetNetworkInfoReq" = betterproto.message_field(
349
- 17, group="NetSubType"
350
- )
351
- toapp_networkinfo_rsp: "GetNetworkInfoRsp" = betterproto.message_field(
352
- 18, group="NetSubType"
353
- )
354
- bir_testdata: "BleTestBytes" = betterproto.message_field(19, group="NetSubType")
355
- todev_mnet_info_req: "GetMnetInfoReq" = betterproto.message_field(
356
- 20, group="NetSubType"
357
- )
358
- toapp_mnet_info_rsp: "GetMnetInfoRsp" = betterproto.message_field(
359
- 21, group="NetSubType"
360
- )
361
- todev_get_mnet_cfg_req: "GetMnetCfgReq" = betterproto.message_field(
362
- 22, group="NetSubType"
363
- )
364
- toapp_get_mnet_cfg_rsp: "GetMnetCfgRsp" = betterproto.message_field(
365
- 23, group="NetSubType"
366
- )
367
- todev_set_mnet_cfg_req: "SetMnetCfgReq" = betterproto.message_field(
368
- 24, group="NetSubType"
369
- )
370
- toapp_set_mnet_cfg_rsp: "SetMnetCfgRsp" = betterproto.message_field(
371
- 25, group="NetSubType"
372
- )
373
- todev_set_dds2zmq: "DrvDebugDdsZmq" = betterproto.message_field(
374
- 26, group="NetSubType"
375
- )
376
- todev_set_ble_mtu: "SetDrvBleMTU" = betterproto.message_field(
377
- 27, group="NetSubType"
378
- )
379
- todev_set_iot_offline_req: "IotConctrlType" = betterproto.enum_field(
380
- 28, group="NetSubType"
381
- )