diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 518b4b500..bde26a0e2 100644 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -555,12 +555,15 @@ EOF but the next time will be computed.
-
  • disabledForIntervals HH:MM-HH:MM HH:MM-HH-MM...
    +
  • disabledForIntervals HH:MM-HH:MM HH:MM-HH:MM ...
    Space separated list of HH:MM or D@HH:MM tupels. If the current time is between the two time specifications, the current device is disabled. Instead of HH:MM you can also specify HH or HH:MM:SS. D is the day of - the week, with 0 indicating Sunday and 3 indicating Wednesday. To - specify an interval spawning midnight, you have to specify two + the week, with 0 indicating Sunday and 3 indicating Wednesday. + Specifying the day for the "from" part does _not_ specify it for the + "to" part, i.e. 1@00-24 will disable from monday to the end of the + week, but not on sunday (as 1@00 is greater than any time on sunday). + To specify an interval spawning midnight, you have to specify two intervals, e.g.: