Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 179 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 179 Bytes

chamberlain-myq-api

Rest API built around Chamberlain's MyQ API

Sample Request JSON:

{
    "authCode": "********",
    "door": "Main Door",
    "action": "close"
}