Files
espurna/code/espurna
Maxim Prokhorov e4b6929f94 scheduler: v2
- allow to specify year, month and day in addition to weekdays and time
  2024-05-15 Monday 00:00 <=> runs *only* on May 15th 2024
  year is optional, 05-15 <=> any May 15th on any year
- last day of month, Nth week, reversed day-of-month (starting from last)
  *-W1 00:00 <==> run at midnight on the first week of month
  01-L2 6:00 <==> run at six, but only on the second to last day of January
  05-L 12:00 <==> run at twelve, but only on the last day of May
- allow multiple time settings per schedule specified as ranges
  12,13,14:00 <=> run at 12:00, 13:00 and 14:00
  Friday..Sunday 12:00 <=> run at 12:00, but only only on Friday, Saturday and Sunday
- similar to weekdays default, allow asterisk (*) to avoid using exact value
  *:30 <=> every hour at 30 minutes
  10:* <=> every minute at 10 o'clock
- repetition value for more control over steps between runs
  *:0/5 <==> every 5 minutes, starting with 0
  0/2:00 <==> every 2 hours, starting with 0

- rework api and settings storage to use 1 key for time setting
  type and 'enabled' state moved into one
- implement sunrise & sunset suggested in #2417
  should be specified instead of HH:MM
2024-05-16 01:25:50 +03:00
..
2024-05-16 01:25:50 +03:00
2024-04-15 01:23:08 +03:00
2024-02-08 22:17:38 +03:00
2023-10-17 01:32:03 +03:00
2024-04-15 01:23:08 +03:00
2024-03-19 19:51:53 +03:00
2024-04-12 00:22:38 +03:00
2023-04-13 19:22:49 +03:00
2023-04-13 19:22:49 +03:00
2022-09-21 18:12:37 +03:00
2023-10-17 01:32:03 +03:00
2024-02-08 22:17:38 +03:00
2022-10-23 03:19:07 +03:00
2024-03-19 19:51:53 +03:00
2024-04-12 00:22:38 +03:00
2023-01-11 05:47:17 +03:00
2024-04-12 00:22:38 +03:00
2023-03-16 14:45:04 +03:00
2022-10-23 03:19:07 +03:00
2022-05-18 21:16:31 +03:00
2023-03-30 12:22:35 +03:00
2024-04-12 00:22:38 +03:00
2023-10-17 01:32:03 +03:00
2024-04-15 01:23:08 +03:00
2021-12-23 12:51:43 +03:00
2024-04-22 17:47:01 +03:00
2024-04-22 17:47:01 +03:00
2024-03-19 19:51:53 +03:00
2021-08-16 04:31:37 +03:00
2022-10-23 03:19:07 +03:00
2023-01-18 06:14:56 +03:00
2024-04-12 00:22:38 +03:00
2021-09-03 15:23:19 +03:00
2024-03-19 19:51:53 +03:00
2023-04-13 19:22:49 +03:00
2021-09-03 15:23:19 +03:00
2022-10-23 03:19:07 +03:00
2022-08-16 13:01:11 +03:00
2024-04-12 00:22:38 +03:00
2022-10-23 03:19:07 +03:00
2024-04-12 00:22:38 +03:00
2022-12-06 22:25:00 +03:00
2024-04-12 00:22:38 +03:00
2022-12-01 00:30:29 +03:00
2022-12-01 00:30:29 +03:00
2024-05-16 01:25:50 +03:00
2024-05-16 01:25:50 +03:00
2024-05-16 01:25:50 +03:00
2024-05-16 01:25:50 +03:00
2024-05-16 01:25:50 +03:00
2024-05-16 01:25:50 +03:00
2024-04-15 01:23:08 +03:00
2024-04-10 23:19:57 +03:00
2022-10-23 03:18:57 +03:00
2022-12-07 00:03:00 +03:00
2024-03-19 19:51:53 +03:00
2024-03-19 19:51:53 +03:00
2024-04-12 00:22:38 +03:00
2023-01-11 05:47:17 +03:00
2023-01-11 05:47:17 +03:00
2024-05-15 23:59:08 +03:00
2022-09-25 08:26:22 +03:00
2024-05-15 23:53:31 +03:00
2024-05-15 23:53:31 +03:00
2023-04-13 17:34:01 +03:00
2023-04-13 17:34:01 +03:00
2023-04-13 17:34:01 +03:00
2023-04-08 17:55:48 +03:00
2024-03-19 19:51:53 +03:00
2024-03-19 19:51:53 +03:00