Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

Timer triggers cannot be combined with OR in a rule #293

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a rule such as

rule
 Test
when
 Time cron "0 30 08 ? * MON-FRI" or
 Time cron "0 00 09 ? * SAT,SUN"
...

is created, only one of the triggers is regarded.
Both cron expressions should be active instead.

Original issue reported on code.google.com by kai.openhab on 11 May 2013 at 7:24

GoogleCodeExporter commented 9 years ago
(see http://knx-user-forum.de/openhab/25279-timecron-fehler.html)

Original comment by kai.openhab on 11 May 2013 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 22 May 2013 at 8:26

GoogleCodeExporter commented 9 years ago
If I read the linked discussion again, it seems that this effect was a syntax 
problem.

Original comment by kai.openhab on 6 Dec 2013 at 5:42