Updated Kesen KS 604S (markdown)

Michael Ingraham 2019-04-08 10:30:44 -04:00
parent 72108fade3
commit a50c96687f
1 changed files with 1 additions and 1 deletions

@ -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.
```
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
```