Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeyhage/myq-scheduled-lambda
https://github.com/joeyhage/myq-scheduled-lambda
aws-cdk aws-eventbridge aws-lambda iot typescript
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeyhage/myq-scheduled-lambda
- Owner: joeyhage
- Created: 2021-11-09T02:26:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T19:33:03.000Z (over 1 year ago)
- Last Synced: 2024-10-27T19:24:20.011Z (about 2 months ago)
- Topics: aws-cdk, aws-eventbridge, aws-lambda, iot, typescript
- Language: TypeScript
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myq-scheduled-lambda
Using AWS EventBridge, a lambda is triggered **every hour at minute 5** to check the status of all MyQ garage doors in a MyQ account. If any garage door as been open for longer than one hour, close the garage door.
This means the garage door may remain open up to 2 hours at a time but also may be closed after 1 hour.
## Examples
| Opened at | Closed at | Open duration |
| --------- | --------- | --------------------- |
| 9:05 AM | 10:05 AM | 1 hour |
| 9:06 AM | 11:05 AM | 1 hour and 59 minutes |