diff --git a/tools/decode-status.py b/tools/decode-status.py index d8d9076af..6ac433cca 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -218,7 +218,8 @@ a_setoption = [[ "(LD2410) Disable generate moving event by sensor report - use LD2410 out pin for events (1)", "(GUI) Disable display of state text (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) 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))