voggers
Results
1
comments of
voggers
If anyone else is struggling with this: Changes done in "/usr/lib/node_modules/homebridge-gpio-garagedoor/lib" SwitchPort.js: Changed "_super.call(this, pin, 'out');" to "_super.call(this, pin, 'high');" GPIOPort.js: Changed "GPIOState[GPIOState["On"] = 0] = "On"; GPIOState[GPIOState["Off"] = 1]...