Alerts | Notifications
Alarms
#
createAlarm()
#
NOTICE
Not all alexa devices support this feature
Description
This will create audible alarms for a specific device.
Required Paramaters
- Label (String):
Label to identify the alarm in the Alexa App
- Date (String):
This must be in this format (Year-Month-Day)
- Time (String):
This must be in this 24-hour time format (HH:MM)
Example Usage
createAlarm("Alarm Label", "2019-01-03", "18:10")
Reminders
#
createReminder()
#
NOTICE
Not all alexa devices support this feature
Description
This will create audible Reminder and read back the label as the reminder message.
Required Paramaters
- Reminder (String):
Reminder message that is spoken back
- Date (String):
This must be in this format (Year-Month-Day)
- Time (String):
This must be in this 24-hour time format (HH:MM)
Example Usage
createReminder("Take out the trash", "2019-01-03", "18:10")
Notifications
#
sendAlexaAppNotification()
#
Description
Sends a push notification via the Alexa Mobile app.
Required Paramaters
- Message (String):
String between 1-400 characters in length
Example Usage
sendAlexaAppNotification("I have something important to alert you about")
Last update: 2021-03-22