mirror of https://github.com/arendst/Tasmota.git
Fix HASPmota demo for the new Berry rule engine (#18570)
This commit is contained in:
parent
ec00f0f7e2
commit
3fa42072b1
Binary file not shown.
|
@ -54,5 +54,5 @@ def p5_out()
|
|||
global.p0b11.bg_opa = 255
|
||||
end
|
||||
|
||||
tasmota.add_rule("hasp#p5==in", p5_in)
|
||||
tasmota.add_rule("hasp#p5==out", p5_out)
|
||||
tasmota.add_rule("hasp#p5=in", p5_in)
|
||||
tasmota.add_rule("hasp#p5=out", p5_out)
|
||||
|
|
Loading…
Reference in New Issue