meshcore-cli 1.3.10__py3-none-any.whl → 1.3.11__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.
- meshcore_cli/meshcore_cli.py +2 -2
- {meshcore_cli-1.3.10.dist-info → meshcore_cli-1.3.11.dist-info}/METADATA +1 -1
- meshcore_cli-1.3.11.dist-info/RECORD +8 -0
- meshcore_cli-1.3.10.dist-info/RECORD +0 -8
- {meshcore_cli-1.3.10.dist-info → meshcore_cli-1.3.11.dist-info}/WHEEL +0 -0
- {meshcore_cli-1.3.10.dist-info → meshcore_cli-1.3.11.dist-info}/entry_points.txt +0 -0
- {meshcore_cli-1.3.10.dist-info → meshcore_cli-1.3.11.dist-info}/licenses/LICENSE +0 -0
meshcore_cli/meshcore_cli.py
CHANGED
|
@@ -32,7 +32,7 @@ import re
|
|
|
32
32
|
from meshcore import MeshCore, EventType, logger
|
|
33
33
|
|
|
34
34
|
# Version
|
|
35
|
-
VERSION = "v1.3.
|
|
35
|
+
VERSION = "v1.3.11"
|
|
36
36
|
|
|
37
37
|
# default ble address is stored in a config file
|
|
38
38
|
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
|
|
@@ -334,7 +334,7 @@ async def handle_log_rx(event):
|
|
|
334
334
|
else:
|
|
335
335
|
adv_name = ct["adv_name"]
|
|
336
336
|
|
|
337
|
-
|
|
337
|
+
ts_str = ""
|
|
338
338
|
if process_event_message.timestamp != "" and process_event_message.timestamp != "off":
|
|
339
339
|
ts = adv_timestamp
|
|
340
340
|
if process_event_message.timestamp == "on":
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshcore-cli
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.11
|
|
4
4
|
Summary: Command line interface to meshcore companion radios
|
|
5
5
|
Project-URL: Homepage, https://github.com/fdlamotte/meshcore-cli
|
|
6
6
|
Project-URL: Issues, https://github.com/fdlamotte/meshcore-cli/issues
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
meshcore_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
meshcore_cli/__main__.py,sha256=PfYgibmu2LEtC-OV7L1UgmvV3swJ5rQ4bbXHlwUFlgE,83
|
|
3
|
+
meshcore_cli/meshcore_cli.py,sha256=ewDxGrG0U-5gT-SdTaKn-8tYzf0bzfrrqX-C47sk4Hs,160030
|
|
4
|
+
meshcore_cli-1.3.11.dist-info/METADATA,sha256=RaYfgG524SLlrIf2NBUwXP6npQgmzGp1edhUjo4aWPM,17138
|
|
5
|
+
meshcore_cli-1.3.11.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
6
|
+
meshcore_cli-1.3.11.dist-info/entry_points.txt,sha256=77V29Pyth11GteDk7tneBN3MMk8JI7bTlS-BGSmxCmI,103
|
|
7
|
+
meshcore_cli-1.3.11.dist-info/licenses/LICENSE,sha256=F9s987VtS0AKxW7LdB2EkLMkrdeERI7ICdLJR60A9M4,1066
|
|
8
|
+
meshcore_cli-1.3.11.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
meshcore_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
meshcore_cli/__main__.py,sha256=PfYgibmu2LEtC-OV7L1UgmvV3swJ5rQ4bbXHlwUFlgE,83
|
|
3
|
-
meshcore_cli/meshcore_cli.py,sha256=ej2OdXAoi3wqN8CJpxV02DlKURoxRVOIcN-3Io2NJdo,160033
|
|
4
|
-
meshcore_cli-1.3.10.dist-info/METADATA,sha256=J4F-v883nXG9-t9AYD7_MevS0ONjKbrBjpAewSlGFj0,17138
|
|
5
|
-
meshcore_cli-1.3.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
6
|
-
meshcore_cli-1.3.10.dist-info/entry_points.txt,sha256=77V29Pyth11GteDk7tneBN3MMk8JI7bTlS-BGSmxCmI,103
|
|
7
|
-
meshcore_cli-1.3.10.dist-info/licenses/LICENSE,sha256=F9s987VtS0AKxW7LdB2EkLMkrdeERI7ICdLJR60A9M4,1066
|
|
8
|
-
meshcore_cli-1.3.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|