mirror of https://github.com/arendst/Tasmota.git
Updated Kesen KS 604S (markdown)
parent
72108fade3
commit
a50c96687f
|
@ -48,6 +48,6 @@ In order to have the power indicators follow the state of the relays, the two or
|
||||||
The following Console statements define the necessary settings and rules for configuring the indicator behavior as described above.
|
The following Console statements define the necessary settings and rules for configuring the indicator behavior as described above.
|
||||||
```
|
```
|
||||||
Backlog SerialLog 0; SetOption0 0; PowerOnState 0; LEDState 0
|
Backlog SerialLog 0; SetOption0 0; PowerOnState 0; LEDState 0
|
||||||
Rule1 ON System#Boot DO Backlog Power3 On; Power4 Off; Power5 Off ENDON ON Power1#State DO Power4 %value% ENDON ON Power2#State DO Power5 %value% ENDON`
|
Rule1 ON System#Boot DO Backlog Power3 On; Power4 Off; Power5 Off ENDON ON Power1#State DO Power4 %value% ENDON ON Power2#State DO Power5 %value% ENDON
|
||||||
Rule1 1
|
Rule1 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue