mirror of https://github.com/arendst/Tasmota.git
Linked Google Sheets Document for creating the rules.
parent
712102e8d0
commit
d97ebcddac
|
@ -128,6 +128,8 @@ mosquitto_pub -t 'cmnd/RGBled/rule2' -m 'Rule2 On IrReceived#Data=0x00FF7887 Do
|
|||
|
||||
mosquitto_pub -t 'cmnd/RGBled/rule3' -m 'Rule3 On IrReceived#Data=0x00FFB04F Do Power 1 EndOn On IrReceived#Data=0x00FFA857 Do Color2 12 EndOn On IrReceived#Data=0x00FFB24D Do Backlog Power 0; WakeupDuration 1; Dimmer 100; Wakeup EndOn On IrReceived#Data=0x00FF00FF Do Backlog Power 0; WakeupDuration 5; Wakeup EndOn On IrReceived#Data=0x00FF58A7 Do Backlog Scheme 2; Speed 1 EndOn On IrReceived#Data=0x00FF30CF Do Backlog Scheme 3; Speed 5 EndOn'
|
||||
```
|
||||
A Google Sheets Document to edit the desired actions and create the three needed rules is linked [here](https://docs.google.com/spreadsheets/d/1tUI5OMcQmaC1vnZVKgn82qKmZt0KDFFnHTbJAl-pY2A/edit?usp=sharing).
|
||||
|
||||
After setting the rules you need to activate them with the following:
|
||||
```
|
||||
mosquitto_pub -t 'cmnd/RGBled/rule1' -m 'ON'
|
||||
|
|
Loading…
Reference in New Issue