Updated Status LED (markdown)

blakadder 2019-05-24 11:56:12 +02:00
parent 7f2cb78465
commit 9c3fb0dbbb
1 changed files with 3 additions and 1 deletions

@ -7,10 +7,12 @@ By default Tasmota uses the first defined Led(i) as a device status LED. Next de
> It is possible to wire in your own LED and assign it as any of the above mentioned but that's outside the scope of this article.
### Power status LED
**Power status LED** shows the status of components (commonly relays). It is turned off by default when the relay is OFF and turned on when the relay switches ON.
**Power status LED** shows the status of components (commonly relays). It is turned off by default when the relay is OFF and turned on when the relay switches ON.
> Depending on the device design, some LEDs are connected to the same GPIO as the relay. Those cannot be independently controlled since they have to follow the relay state.
If you have more than one LED wired independently and you want it to show the relay state you need to assign [LedLink](#using-ledlink).
### Link status LED
<img src="https://raw.githubusercontent.com/blakadder/testdocusite/master/sonoff%20blinking.gif" align=right height=90%>