diff --git a/Status-LED.md b/Status-LED.md index 5261eec8..0893a701 100644 --- a/Status-LED.md +++ b/Status-LED.md @@ -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