OpenGarage Forums Comments, Suggestions, Requests OpenGarage integration Google Home – Door status? Reply To: OpenGarage integration Google Home – Door status?

#1055

lawrence_jeff
Participant

I would look at the code for the IOS/Android app – this is the approach it uses to reflect whether the door is open or closed and to open/close it upon button push.
One relevant file is this one

https://github.com/OpenGarage/OpenGarage-App/blob/a132d0f545a24e5972fc0453ec964d64dc4a6f4b/src/js/utils.js

Jeff

  • This reply was modified 6 years, 1 month ago by lawrence_jeff. Reason: Addded link to relevant file