✅ Added support for multiple execution times in TIME scheduled commands, allowing one command to run at several times during the day.
✅ Implemented backward-compatible time parsing for both single values ("HH:mm" / "HH:mm:ss") and YAML lists.
✅ Updated command info/list and GUI display to show all configured times for TIME commands.
✅ Improved daily trigger tracking so each configured time executes once per day reliably.
Code (YAML):
daily-announce:
enabled
: true
type
:
"TIME"
time
:
-
"11:00"
-
"23:00"
command
:
"say Right now is %hour%:%minute%!"
description
:
"Daily announcement"