File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " meshcore-cli"
7- version = " 0.8.0 "
7+ version = " 0.8.1 "
88authors = [
99 {
name =
" Florent de Lamotte" ,
email =
" [email protected] " },
1010]
Original file line number Diff line number Diff line change 2222from 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
2828MCCLI_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
You can’t perform that action at this time.
0 commit comments