-
Notifications
You must be signed in to change notification settings - Fork 1
Weather Plugin
This plugin provides you the most important weather data for the following days. The exitsting functionalities make it possible to get the weather forecast for today, tomorrow, the weekend and the following week.
The informations given include the temperature maximum and minimum as well as the probability and sort of precipitation. On top of that it shows you the time of the sunrise and the sunset.
The associated plugin speech keyword for this plugin is weather
. This means that this keyword has to precede a speech command to make it work.
This feature is also available in our web app.
The following segments will explain the various features the plugin provides. The commands presented will have jsgf form as there are sometimes too many possible alternatives for one command to list them entirely. You can read all about the jsgf form we use here at the paragraph @Grammar
.
Also, the commands will not have the speech keywords at front, as they are mandatory for every command.
The command for Amy to get your weather report for today is today
.
The informations given include the temperature maximum and minimum as well as the probability and sort of precipitation. On top of that it shows you the time of the sunrise and the sunset.
The command for Amy to get your weather report for today is tomorrow
.
The informations given include the temperature maximum and minimum as well as the probability and sort of precipitation. On top of that it shows you the time of the sunrise and the sunset.
The command for Amy to get your weather report for the following weekend is weekend
.
The informations given include the temperature maximum and minimum as well as the probability and sort of precipitation. On top of that it shows you the time of the sunrise and the sunset for saturday and sunday.
The command for Amy to get your weather report for the following week is week
.
The informations given include the most important weather data for the next seven days.