-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer / stopwatch / alarm skills #345
Comments
Almond has basic support for timer as a primitive available in every skill: any command can be repeated at a given time every day, or at a fixed interval. The wording is something like "every day at 7pm turn on the lights". If these commands do not work, it is a bug. Simple reminders should also work, but we're working to make them more robust and more useful, especially one-off reminders. |
I'm not currently at a computer w/almond-server installed, so I'm trying various things via Almond's try it out interface. Some use-cases work fairly well (maybe the first 50% or so?). Here are some example (good and bad) interactions. Since I haven't configured an account, I can't actually tell if these are working as intended or throwing some of the input out on parsing, but:
|
Thanks for trying things. I would suggest trying from inside the logged in interface of Web Almond because that will show you if the agent actually runs the right timer or not. Anyway, tagging @emilyjchang who is working on timers at the moment. |
the relative timer seems to be working now (go emily!) i am filing as enhancement, P3 for the timer/stop watch functionality we should build down the road. |
Does almond have any 1st/3rd party time-aware skills? The web interface doesn't recognize any of my attempts to trigger these behaviors.
The text was updated successfully, but these errors were encountered: