projectweekend / Pi-GPIO-Server

A server for the Raspberry Pi with access to the digital GPIO pins via RESTful JSON and Socket.io
MIT License
127 stars 48 forks source link

Invert Low/High #19

Open onaclov2000 opened 3 years ago

onaclov2000 commented 3 years ago

I have a relay board that is active low (I believe) well either way, Turn OFF was actually Turn ON for me and vise versa, I attempted to edit PI-GPIO-Server/pi_gpio/static/partials/pins.html but it wasn't appearing to work.

I came across this fork which only modifies the same thing I attempted: https://github.com/johri002/Pi-GPIO-Server

BUT I realized I needed to clear the cache on my machine, so at this point, all appears to be working, however I wanted to leave this issue here for anyone else running into issues.