mirror of https://github.com/arendst/Tasmota.git
Add command ``SetOption163 1`` to disable display of Device name in GUI header
This commit is contained in:
parent
ef7b2404d4
commit
fba6a806ac
|
@ -218,7 +218,8 @@ a_setoption = [[
|
||||||
"(LD2410) Disable generate moving event by sensor report - use LD2410 out pin for events (1)",
|
"(LD2410) Disable generate moving event by sensor report - use LD2410 out pin for events (1)",
|
||||||
"(GUI) Disable display of state text (1)",
|
"(GUI) Disable display of state text (1)",
|
||||||
"(Energy) Do not add export energy to energy today (1)",
|
"(Energy) Do not add export energy to energy today (1)",
|
||||||
"","","",
|
"(GUI) Disable display of GUI device name (1)",
|
||||||
|
"","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","",""
|
"","","",""
|
||||||
|
@ -341,7 +342,7 @@ else:
|
||||||
obj = json.load(fp)
|
obj = json.load(fp)
|
||||||
|
|
||||||
def StartDecode():
|
def StartDecode():
|
||||||
print ("\n*** decode-status.py v14.3.0.7 by Theo Arends and Jacek Ziolkowski ***")
|
print ("\n*** decode-status.py v14.4.1.1 by Theo Arends and Jacek Ziolkowski ***")
|
||||||
|
|
||||||
# print("Decoding\n{}".format(obj))
|
# print("Decoding\n{}".format(obj))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue