Rotating Shop
Cycle Timer :
Name: "ExampleShop"
RotatingItems:
TimerSettings:
Debug: true # Enable debug logging
TimerType: CYCLE
TimeZone: "Europe/Zagreb" # Time zone for all timers
Time: "3600" # CYCLE need to be set in second for example 'Time: 600' which is 10 minutes"TimeStamp Timer:
Name: "ExampleShop"
RotatingItems:
TimerSettings:
Debug: true # Enable debug logging
TimerType: TIMESTAMP
TimeZone: "Europe/Zagreb" # Time zone for all timers
Time:
- "20:00" # Time only (today or tomorrow)
- "11:00 PM" # 12-hour format
- "26 11:00 PM" # Day + time
- "Mon 20:00" # Weekday + time
- "Monday 08:30 PM" # Full weekday + 12-hour time
- "28 Jan 20:00" # Day + month, this year
- "05 Dec 14:30" # Another day + month
- "21 Jan 08:46:27 AM" # Day + month + seconds + AM/PM
- "28 Jan 2025 20:00" # Full date + 24-hour time
- "28 Jan 2025 08:30 PM" # Full date + 12-hour time
- "2025-11-10 23:33" # Full date ISO
- "2025/11/10 11:00 PM" # Alternative full date format1. Time only
2. Weekday + time
3. Day-of-month + time (newly added)
4. Day + Month + time (no year)
5. Full date with year
Last updated