add powersaving commands

This commit is contained in:
Florent 2026-02-10 11:34:49 -04:00
parent fb6c941f04
commit 8c122370f6

View file

@ -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}},