Alarm inital copy from Timer, Inital Phone skill, readme updates

main
samerbam 1 year ago
parent 5329e0af72
commit b9ef486448

@ -20,6 +20,10 @@
- [ ] Wolfram
- [x] NLP
- [x] Speech to Text (frontend for sure)
- [x] Phone
- [x] inital implementation where the number is sent to the phone
- [ ] NLP name to check contact
- [ ] iCloud Contact API
- [ ] API
- [ ] Authentication
- [ ] General API
@ -41,6 +45,8 @@ More examples (includes jwt authentication, though this is in node.js, still use
## Ideas
* Dashboard with api call counts (would require linking into all active skills, callbacks with class inheritance maybe?)
* Phone calls from Jarvis speaker
* JARVIS, initiate the House Party Protocol (takeover screen and show retro style text interface, possibly showing data from dashboard)
## Wants, but limitations prevent

@ -1 +1,2 @@
#using FastAPI because I used that for ThermalTodos with auth0 auth and dont want to relearn auth0
#https://fastapi.tiangolo.com/advanced/websockets/#handling-disconnections-and-multiple-clients

@ -28,3 +28,4 @@ while True:
# Use to connect to backend with bi-directional communication, allows for alarms/timers/etc to work:
# https://pypi.org/project/websocket-client/
# https://websockets.readthedocs.io/en/stable/
Loading…
Cancel
Save