From c46b37161efb7b18abfa2dd18aea246755b7be90 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 5 Oct 2022 19:32:43 +0200 Subject: [PATCH] v12.1.1.4 --- decode-status.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/decode-status.py b/decode-status.py index b0e162f..32afcd9 100644 --- a/decode-status.py +++ b/decode-status.py @@ -199,9 +199,11 @@ "(Wifi) Wait 1 second for wifi connection solving some FRITZ!Box modem issues (1)", "(Zigbee) Disable Battery auto-probe and using auto-binding", "(Zigbee) Include time in `ZbReceived` messages like other sensors", - "" + "(MQTT) Retain on Status" ],[ - "","","","", + "(ESP32) Show ESP32 internal temperature sensor", + "(MQTT) Disable publish SSerialReceived MQTT messages, you must use event trigger rules instead", + "","", "","","","", "","","","", "","","","", @@ -284,7 +286,7 @@ "USE_PCF85363","USE_DS3502","USE_IMPROV","USE_FLOWRATEMETER", "USE_BP5758D","USE_HYT","USE_SM2335","USE_DISPLAY_TM1621_SONOFF" ],[ - "","","","", + "USE_SGP40","USE_LUXV30B","USE_CANSNIFFER","USE_QMC5883L", "","","","", "","","","", "","","","", @@ -319,7 +321,7 @@ obj = json.load(fp) def StartDecode(): - print ("\n*** decode-status.py v12.0.2.4 by Theo Arends and Jacek Ziolkowski ***") + print ("\n*** decode-status.py v12.1.1.4 by Theo Arends and Jacek Ziolkowski ***") # print("Decoding\n{}".format(obj))