mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
add powersaving commands
This commit is contained in:
parent
fb6c941f04
commit
8c122370f6
1 changed files with 3 additions and 0 deletions
|
|
@ -737,6 +737,7 @@ def make_completion_dict(contacts, pending={}, to=None, channels=None):
|
|||
"start ota" : None,
|
||||
"password" : None,
|
||||
"neighbors" : None,
|
||||
"neighbor.remove": contact_list,
|
||||
"req_acl":None,
|
||||
"req_owner" :None,
|
||||
"req_regions" :None,
|
||||
|
|
@ -746,6 +747,7 @@ def make_completion_dict(contacts, pending={}, to=None, channels=None):
|
|||
"gps" : {"on":None,"off":None,"sync":None,"setloc":None,
|
||||
"advert" : {"none": None, "share": None, "prefs": None},
|
||||
},
|
||||
"powersaving" : {"on":None,"off":None},
|
||||
"sensor": {"list": None, "set": {"gps": None}, "get": {"gps": None}},
|
||||
"get" : {"name" : None,
|
||||
"role":None,
|
||||
|
|
@ -3872,6 +3874,7 @@ REPEATER_COMMANDS = {
|
|||
"adc.multiplier": None,
|
||||
"owner.info": None,
|
||||
},
|
||||
"powersaving": {"on":None, "off":None,},
|
||||
"password": None,
|
||||
"erase": None,
|
||||
"gps": {"on": None, "off": None, "sync": None, "setloc": None, "advert": {"none": None, "share": None, "prefs": None}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue