RomeHein / ESPecial

ESP32 automation with web interface and telegram bot
GNU General Public License v3.0
111 stars 17 forks source link

Request: Add "Inverted" checkbox state to GPIO control. #4

Closed sjfaustino closed 4 years ago

sjfaustino commented 4 years ago

classic use case is the builtin_led on pin2 that works inverted, "off" turns on and "on" turns off.

RomeHein commented 4 years ago

Good idea. I would say that this checkbox should be available only for digital pins. Not for analog mode. This will require some work on the backend side. Should not be too long though.

RomeHein commented 4 years ago

The feature is now available on master. Thanks for the suggestion :)