KraigM / homebridge-gpio-garagedoor

RPi GPIO based Garage Door plugin for Homebridge
22 stars 11 forks source link

GPIO Pin pulled at a constant HIGH #16

Closed SK8081 closed 6 years ago

SK8081 commented 6 years ago

I have this working, but my GPIO pin is at a constant high. So, when I reboot, the garage opens. How do I rewrite the code to keep the pin low or to drop it back to low after it is triggered?

SK8081 commented 6 years ago

Figured it out. Modified the 2 js files as noted in issue 9.