Fix HASPmota demo for the new Berry rule engine (#18570)

This commit is contained in:
s-hadinger 2023-05-03 17:33:21 +02:00 committed by GitHub
parent ec00f0f7e2
commit 3fa42072b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)