Announcements - NotificationClient
This plugin allows Naomi to make announcements on a pre-determined schedule.
To create an announcement, edit the schedule.txt file in this directory.
The schedule.txt file uses a crontab format. It uses the CronTab module to interpret the time information.
The text to be read should be quoted so it is not split into words.
A typical announcement would be structured like:
0 12 * * 1-5 "It's lunchtime!"
This will cause Naomi to announce "It's lunchtime!" Monday through Friday at Noon.
Installation:
$ Naomi --install Announcements