Implements configurable start and end hour of the dayused in schedule

This commit is contained in:
David Sedeño 2017-02-21 20:04:46 +01:00
parent 7000e63700
commit 7fa6d5277d
5 changed files with 22 additions and 1 deletions

View file

@ -56,3 +56,9 @@ OSEM_ICHAIN_ENABLED=false
# Schedule grid parameters, cell size in minutes
OSEM_SCHEDULE_CELL_SIZE=15
# Schedule start hour
OSEM_SCHEDULE_START_HOUR=9
# Schedule end hour
OSEM_SCHEDULE_END_HOUR=18