Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarthaktexas/home-automation-serverless
A collection of serverless functions to be used with the iOS Shortcuts app to automate different services.
https://github.com/sarthaktexas/home-automation-serverless
automation homeautomation myq myq-garage-door serverless smarthome vercel
Last synced: 7 days ago
JSON representation
A collection of serverless functions to be used with the iOS Shortcuts app to automate different services.
- Host: GitHub
- URL: https://github.com/sarthaktexas/home-automation-serverless
- Owner: sarthaktexas
- License: apache-2.0
- Archived: true
- Created: 2020-11-03T02:02:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T03:58:13.000Z (about 4 years ago)
- Last Synced: 2024-08-01T05:18:53.038Z (3 months ago)
- Topics: automation, homeautomation, myq, myq-garage-door, serverless, smarthome, vercel
- Language: JavaScript
- Homepage: https://home-automation-serverless.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackclub - home-automation-serverless - [@sarthaktexas](https://github.com/sarthaktexas) - **(JavaScript)** _A collection of serverless functions to automate different services._ (Developer Utilities)
README
# home-automation-serverless
A collection of serverless functions to be used with the iOS Shortcuts app to automate different services.
[https://home-automation-serverless.vercel.app/api/:serverless-function](https://home-automation-serverless.vercel.app/api/:serverless-function)
## List of Services
- MyQ
## MyQ
### Close Garage Door (`myq-close-garage-door`)
- `email` to login
- `password` to login
- `serialnumber` of device### Open Garage Door (`myq-open-garage-door`)
- `email` to login
- `password` to login
- `serialnumber` of device### Toggle Garage Door (`myq-toggle-garage-door`)
- `email` to login
- `password` to login
- `serialnumber` of device### Get Devices (`myq-get-devices`)
- `email` to login
- `password` to login© Sarthak Mohanty 2020, Apache-2.0
Check [LICENSE](/LICENSE) for more info.