mirror of https://github.com/arendst/Tasmota.git
Changed "pubilsh" for "publish"
parent
0de1e63934
commit
f0e41ceacc
4
Rules.md
4
Rules.md
|
@ -738,7 +738,7 @@ buttontopic 0
|
|||
setoption1 1
|
||||
setoption11 1
|
||||
setoption32 20
|
||||
rule on button1#state=3 do pubilsh cmnd/topicHOLD/power 2 endon on button1#state=2 do pubilsh cmnd/topicDOUBLEPRESS/power 2 endon
|
||||
rule on button1#state=3 do publish cmnd/topicHOLD/power 2 endon on button1#state=2 do publish cmnd/topicDOUBLEPRESS/power 2 endon
|
||||
rule 1
|
||||
```
|
||||
|
||||
|
@ -757,7 +757,7 @@ buttontopic 0
|
|||
setoption1 1
|
||||
setoption11 0
|
||||
setoption32 20
|
||||
rule on button1#state=3 do pubilsh cmnd/topicHOLD/power 2 endon on button1#state=2 do pubilsh cmnd/topicSINGLEPRESS/power 2 endon
|
||||
rule on button1#state=3 do publish cmnd/topicHOLD/power 2 endon on button1#state=2 do publish cmnd/topicSINGLEPRESS/power 2 endon
|
||||
rule 1
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue