| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "CronApi": {
- "BaseUri": "http://172.17.0.1:5000"
- },
- "Alerts": {
- "Command": "/home/pi/mpc-alarm-cron.sh",
- "Groups": [
- {
- "Name": "Weekdays",
- "Options": [
- {
- "Label": "06:20 - Work",
- "Pattern": "20 06 * * MON-FRI"
- },
- {
- "Label": "08:30 - Holidays",
- "Pattern": "30 08 * * MON-FRI"
- },
- {
- "Label": "09:00 - Sleeping In",
- "Pattern": "00 09 * * MON-FRI"
- }
- ]
- },
- {
- "Name": "Saturday",
- "Options": [
- {
- "Label": "08:20 - Long-Jog",
- "Pattern": "20 08 * * SAT"
- },
- {
- "Label": "08:00 - Long-Jog (early)",
- "Pattern": "00 08 * * SAT"
- },
- {
- "Label": "07:40 - Long-Jog (very early)",
- "Pattern": "40 07 * * SAT"
- }
- ]
- },
- {
- "Name": "Sunday",
- "Options": [
- {
- "Label": "09:00 - Lazy",
- "Pattern": "00 09 * * SUN"
- }
- ]
- }
- ]
- }
- }
|