Well I must not have
read the docs very well because this does not work:
time leisuretime {
weekly s 06:00 -
23:30
weekly t 08:00 - 18:00
weekly a 07:00 - 23:59
weekly f 07:00 - 23:59 }
weekly t 08:00 - 18:00
weekly a 07:00 - 23:59
weekly f 07:00 - 23:59 }
but this
does:
time leisuretime
{
weekly s 06:00 - 23:30
weekly t 08:00 - 18:00
weekly a 07:00 - 23:59
weekly f 07:00 - 23:59
}
weekly s 06:00 - 23:30
weekly t 08:00 - 18:00
weekly a 07:00 - 23:59
weekly f 07:00 - 23:59
}
Braces need their
own line?
Anyhow, it is now
working. Thanks.
