https://github.com/cohoe/doorbell
Ideas for cloud-based doorbell
https://github.com/cohoe/doorbell
Last synced: 5 months ago
JSON representation
Ideas for cloud-based doorbell
- Host: GitHub
- URL: https://github.com/cohoe/doorbell
- Owner: cohoe
- Created: 2017-02-02T20:11:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T20:12:22.000Z (over 9 years ago)
- Last Synced: 2025-04-06T09:40:39.429Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doorbell
========
## Phase 1
* Lambda endpoints for all actions
* Web portal for management
* Per-entry notification settings
* Reply message "Grant Ed"/"Dan Eyed"
## Diagram
Call -> menu.xml
## URLs
* http://static.grantcohoe.com/cloudbell/menu.xml (main menu)
* http://static.grantcohoe.com/cloudbell/connect.xml (Connect GV-style to phones)
* http://static.grantcohoe.com/cloudbell/letin.xml (Play DTMF tone and notification)
* http://twimlets.com/menu?Message=Enter%20access%20code%20or%20press%201%20to%20be%20connected&Options%5B1%5D=http%3A%2F%2Fstatic.grantcohoe.com%2Fcloudbell%2Fconnect.xml&Options%5B3425%5D=http%3A%2F%2Fstatic.grantcohoe.com%2Fcloudbell%2Fletin.xml&
/code
* POST (create new code and associate it with a person)
/code/{id}
* GET (retrieve a code and its associated data)
* PUT (modify)
* DELETE (delete)
/auth/{id}
* POST (access the door)
* 200: Success
* 403: Failure