Updated Status LED (markdown)

blakadder 2019-05-24 14:50:29 +02:00
parent 9033d58395
commit 5f994e282c
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@
Those LEDs are defined in a template or module using Led1, Led2, Led3 or Led4 (or Led1i, Led2i, Led3i or Led4i) and additionally (starting in version 6.5.0.12) using LedLink (or LedLinki). It is not recommended to assign Led and Ledi with the same number.
By default Tasmota uses the first defined Led(i) as a device status LED. Next defined LED is the power status LED which displays the status of any Relay (or other power output). Led2 and Led3
By default Tasmota uses the first defined Led(i) as a device status LED. Next defined LED is the power status LED which displays the status of any Relay (or other power output). When only Led1(i) is defined it serves both purposes.
> 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.