Skip to content

Provides myq webhooks for use with services such as IFTTT with retries

License

Notifications You must be signed in to change notification settings

desponda/myq-webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myq-webhooks

This repository provides a way to control myq devices via an AWS Lambda Function fronted by AWS API Gateway.

The API has a single endpoint - POST /devices with the following body:

{
    "serial_number": "The serial number of the device you wish to control",
    "desired_state": "The desired state of the device",
    "action": "Action to take to get to desired state"
}

The function will retry the action up to 3 times with 30 second intervals but these are configurable via the code,

About

Provides myq webhooks for use with services such as IFTTT with retries

Resources

License

Stars

Watchers

Forks

Packages

No packages published