mirror of https://github.com/arendst/Tasmota.git
SetOption63 fix
parent
4a1b92a1f7
commit
f702edfa63
|
@ -53,7 +53,7 @@ Also, to avoid excessive flash writes caused by the addition of the virtual rela
|
||||||
|
|
||||||
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 1; LEDMask 0x0001
|
Backlog SerialLog 0; SetOption0 0; PowerOnState 0; SetOption63 1; LEDState 1; LEDMask 0x0001
|
||||||
Rule1 ON System#Boot DO Backlog Power3 On; Power4 Off ENDON ON Power2#State DO Power4 %value% ENDON
|
Rule1 ON System#Boot DO Power3 On ENDON ON Power2#State DO Power4 %value% ENDON
|
||||||
Rule1 1
|
Rule1 1
|
||||||
```
|
```
|
Loading…
Reference in New Issue