Scheduler.xml is not working correctly!
Messages written like this:
<job id="0">
<time>000900</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 ADD MESSAGE HERE</cmd>
<cmdtype>0</cmdtype>
</job>
work.
But the restart Message:
<job id="5">
<time>05:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minutes</cmd>
<cmdtype>0</cmdtype>
</job>
and also the shutdown job
<job id="10">
<time>09:00:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#shutdown</cmd>
<cmdtype>0</cmdtype>
</job>
wont work!
Is this only happening to me???
I think its about the time format in HH:MM:SS is not supportet with this BEC version!