config: adjust allowed hours
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
# CONFIGURATION — Edit these values to change behavior
|
||||
# ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
BUDGET_S = 3600 # default 60 min per device (in seconds)
|
||||
BUDGET_S = 3600 # default 60 min per device (in seconds)
|
||||
TICK_INTERVAL = 10 # seconds between budget check cycles
|
||||
ALLOWED_WEEKDAY = "7:00-20:30" # Mon-Fri allowed hours
|
||||
ALLOWED_WEEKEND = "7:00-20:30" # Sat-Sun allowed hours
|
||||
ALLOWED_WEEKDAY = "17:50-19:10" # Mon-Fri allowed hours
|
||||
ALLOWED_WEEKEND = "7:30-19:10" # Sat-Sun allowed hours
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
|
||||
Reference in New Issue
Block a user