forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Dante1975X <[email protected]>
- Loading branch information
1 parent
4e2f564
commit 1708d56
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"skill_id": "skill-ovos-date-time.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-date-time", | ||
"name": "Datum und Uhrzeit", | ||
"description": "Erfrage die Uhrzeit, das Datum, den Wochentag", | ||
"examples": [ | ||
"Wie spät ist es?", | ||
"Sag mir den Wochentag", | ||
"Wie viele Tage bis zum 4. Juli", | ||
"Welches Datum haben wir?", | ||
"Zeig mir die Zeit", | ||
"Welcher Tag ist der Memorial Day 2020?", | ||
"Wie spät ist es in Paris?" | ||
], | ||
"tags": [ | ||
"Uhr", | ||
"Datum", | ||
"Zeit", | ||
"Abfrage\nSuche", | ||
"Information" | ||
] | ||
} |