From fba6a806ac182f2691d087d12aed9de2cf944066 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:23:44 +0100 Subject: [PATCH] Add command ``SetOption163 1`` to disable display of Device name in GUI header --- tools/decode-status.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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))