Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Aug 14, 2023
1 parent fc528eb commit a448b1d
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ A skill to schedule alarms, timers, and reminders
## Description

The skill provides functionality to create alarms, timers and reminders, remove them by name, time, or type, and ask for
what is active. You may also silence all alerts and ask for a summary of what was missed if you were away, your device
was off, or you had quiet hours enabled.
what is active. You may also silence all alerts and ask for a summary of what was missed if you were away or your device
was off.

Alarms and reminders may be set to recur daily or weekly. An active alert may be snoozed for a specified amount of time
while it is active. Any alerts that are not acknowledged will be added to a list of missed alerts that may be read and
cleared when requested.


## Examples

If you are skipping wake words, say `Neon` followed by any of the following, otherwise say your `Wake Word`:

- "Set an alarm for 8 AM."
- "When is my next alarm?"
Expand All @@ -35,8 +33,6 @@ If you are skipping wake words, say `Neon` followed by any of the following, oth
- "Cancel all timers."
- "Cancel all reminders."

- "Go to sleep."
- "Start quiet hours."

If there is an active alert (expired and currently speaking or playing), you may snooze or dismiss it:

Expand All @@ -45,25 +41,22 @@ If there is an active alert (expired and currently speaking or playing), you may
- "Snooze."
- "Snooze for 1 minute."

If you had quiet hours enabled, your device was off, or you were away and missed an alert, you may ask for a summary:
If your device was off, or you were away and missed an alert, you may ask for a summary:

- "Wake up."
- "What did I miss?"
- "Did I miss anything?"

## Contact Support
Use [this link](https://neongecko.com/ContactUs) or
[submit an issue on GitHub](https://help.github.com/en/articles/creating-an-issue)

## Incompatible Skills
This skill has known intent collisions with the following skills:
This skill has known intent collisions with the following DEPRECATED skills:
- [skill-ovos-alarm](https://github.com/OpenVoiceOS/skill-ovos-alarm)
- [skill-ovos-timer)](https://github.com/OpenVoiceOS/skill-ovos-timer)
- [skill-reminder.mycroftAI](https://github.com/mycroftai/skill-reminder)
- [skill-alarm.mycroftAI](https://github.com/mycroftai/skill-alarm)
- [mycroft-timer.mycroftAI](https://github.com/mycroftai/mycroft-timer)

## Credits
[OpenVoiceOS](https://github.com/OpenVoiceOS)
[NeonGeckoCom](https://github.com/NeonGeckoCom)
[NeonDaniel](https://github.com/NeonDaniel)

## Category
**Productivity**
Expand Down

0 comments on commit a448b1d

Please sign in to comment.