Updated FAQ (markdown)

Michael Ingraham 2019-04-29 07:53:48 -04:00
parent ed01b2bbf8
commit de9c35a4ed
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -23,7 +23,7 @@ This short [10 minute video by TheHookUp](https://www.youtube.com/watch?v=31IyfM
The CFG_HOLDER is explained [here](Troubleshooting#cfg_holder-explained) The CFG_HOLDER is explained [here](Troubleshooting#cfg_holder-explained)
## How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off? ## How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off?
[`LedState`](Commands#ledtate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff basic according to the Sonoff-Tasmota [wiki](./). [`LedState`](Commands#ledstate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff basic according to the Sonoff-Tasmota [wiki](./).
## I modified the Web Admin password (`Configure Other`) and now I cannot access the web interface. ## I modified the Web Admin password (`Configure Other`) and now I cannot access the web interface.
You set up a password for the web interface, you can login with the username `admin` and the password you entered. You set up a password for the web interface, you can login with the username `admin` and the password you entered.