mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-28 04:15:53 +00:00
Add support for energy dummy relays
Add support for energy dummy relays using SO48
This commit is contained in:
@@ -99,7 +99,7 @@ a_setoption = [[
|
||||
"(Bistable) Pulse time in milliseconds for two coil bistable latching relays (default 40)",
|
||||
"(PowerOn) Add delay of 10 x value milliseconds at power on",
|
||||
"(PowerOn) Add delay of value seconds at power on before activating relays",
|
||||
"(not used) Energy Tariff2 start hour",
|
||||
"(Energy) Support energy dummy relays",
|
||||
"",
|
||||
],[
|
||||
"(Timers) Enabled",
|
||||
@@ -325,7 +325,7 @@ else:
|
||||
obj = json.load(fp)
|
||||
|
||||
def StartDecode():
|
||||
print ("\n*** decode-status.py v12.5.0.3 by Theo Arends and Jacek Ziolkowski ***")
|
||||
print ("\n*** decode-status.py v13.0.0.1 by Theo Arends and Jacek Ziolkowski ***")
|
||||
|
||||
# print("Decoding\n{}".format(obj))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user