Skip to content

Commit 1d9afa5

Browse files
committed
v 0.8.1
1 parent 0f4aa73 commit 1d9afa5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "meshcore-cli"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
authors = [
99
{ name="Florent de Lamotte", email="[email protected]" },
1010
]

src/meshcore_cli/meshcore_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from meshcore import MeshCore, EventType, logger
2323

2424
# Version
25-
VERSION = "v0.8.0"
25+
VERSION = "v0.8.1"
2626

2727
# default ble address is stored in a config file
2828
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
@@ -1542,9 +1542,11 @@ def command_help():
15421542
contacts / list : gets contact list lc
15431543
share_contact <ct> : share a contact with others sc
15441544
export_contact <ct> : get a contact's URI ec
1545+
import_contact <URI> : import a contactt from its URI ic
15451546
remove_contact <ct> : removes a contact from this node
15461547
reset_path <ct> : resets path to a contact to flood rp
15471548
change_path <ct> <pth> : change the path to a contact cp
1549+
req_telemetry <ct> : prints telemetry data as json rt
15481550
Repeaters
15491551
login <name> <pwd> : log into a node (rep) with given pwd l
15501552
logout <name> : log out of a repeater

0 commit comments

Comments
 (0)