bob-h76

Results 3 comments of bob-h76

> I stripped down the MyQ API in Homebridge (https://github.com/hjdhjd/homebridge-myq) into a standalone here: > > https://github.com/koush/myq > > ```shell > npm install --save @koush/myq > ``` > > Works...

I'll add my thanks - yes, would love to see this work again! Missing the functionality here. Shout if I can help in any way.

Here's what koush did... https://github.com/koush/myq/blob/main/src/myq-api.ts Some useful bits from his commenting: * Starting with v6 of the myQ API, myQ now uses OAuth 2.0 + PKCE to authenticate users and...