Skip to content

Commit

Permalink
v12.1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 5, 2022
1 parent 781925b commit c46b371
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"","",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -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",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -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))

Expand Down

0 comments on commit c46b371

Please sign in to comment.