mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update decode-status.py
This commit is contained in:
parent
eb4164e713
commit
48c268a920
@ -152,7 +152,9 @@ a_setoption = [[
|
|||||||
"Enable Ethernet (ESP32)",
|
"Enable Ethernet (ESP32)",
|
||||||
"Set Baud rate for TuyaMCU serial communication (0 = 9600 or 1 = 115200)",
|
"Set Baud rate for TuyaMCU serial communication (0 = 9600 or 1 = 115200)",
|
||||||
"Rotary encoder uses rules instead of light control",
|
"Rotary encoder uses rules instead of light control",
|
||||||
"","","",
|
"Enable zerocross dimmer on PWM DIMMER",
|
||||||
|
"Remove ZbReceived form JSON message",
|
||||||
|
"Add the source endpoint as suffix to attributes",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","",""
|
"","","",""
|
||||||
@ -239,7 +241,7 @@ else:
|
|||||||
obj = json.load(fp)
|
obj = json.load(fp)
|
||||||
|
|
||||||
def StartDecode():
|
def StartDecode():
|
||||||
print ("\n*** decode-status.py v20200714 by Theo Arends and Jacek Ziolkowski ***")
|
print ("\n*** decode-status.py v20200721 by Theo Arends and Jacek Ziolkowski ***")
|
||||||
|
|
||||||
# print("Decoding\n{}".format(obj))
|
# print("Decoding\n{}".format(obj))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user