Skip to content

Commit

Permalink
v13.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 9, 2023
1 parent baeeff6 commit 22101d4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"(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",
Expand Down Expand Up @@ -208,8 +208,10 @@
"(Energy) Force no voltage/frequency common",
"(Matter) Enable Matter protocol over Wifi",
"(Power) Switch between two (0) or one (1) pin bistable relay control",
"",
"","","","",
"(Berry) Disable autoexec.be on restart (1)",
"(Berry) Handle berry led using RMT0 as additional WS2812 scheme",
"(ZCDimmer) Enable rare falling Edge dimmer instead of leading edge",
"","",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -296,7 +298,7 @@
"USE_DISPLAY_TM1650","USE_PCA9632","USE_TUYAMCUBR","USE_SEN5X",
"USE_BIOPDU","USE_MCP23XXX_DRV","USE_PMSA003I","USE_LOX_O2",
"USE_GDK101","USE_GM861","USE_TC74","USE_PCA9557",
"","","","",
"USE_SGP4X","","","",
"","","",""
]]

Expand Down Expand Up @@ -325,7 +327,7 @@
obj = json.load(fp)

def StartDecode():
print ("\n*** decode-status.py v12.5.0.2 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))

Expand Down

0 comments on commit 22101d4

Please sign in to comment.