|
From: <pf...@us...> - 2012-11-24 18:00:47
|
Revision: 1167
http://openautomation.svn.sourceforge.net/openautomation/?rev=1167&view=rev
Author: pfry
Date: 2012-11-24 18:00:41 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
Mini-Fix betr. Logiken mit wiederkehrenden Zeiten (time=>'00:00+15min-20:00')
Modified Paths:
--------------
wiregate/plugin/generic/Logikprozessor.pl
Modified: wiregate/plugin/generic/Logikprozessor.pl
===================================================================
--- wiregate/plugin/generic/Logikprozessor.pl 2012-11-24 14:15:33 UTC (rev 1166)
+++ wiregate/plugin/generic/Logikprozessor.pl 2012-11-24 18:00:41 UTC (rev 1167)
@@ -634,7 +634,7 @@
my $newtime=[];
for my $ts (@{$s->{time}})
{
- unless($ts=~/^(.*?)([0-9][0-9]):([0-9][0-9])\+([1-9][0-9]*)(m|h)(?:\-([0-9][0-9]):([0-9][0-9]))?$/)
+ unless($ts=~/^(.*?)([0-9][0-9]):([0-9][0-9])\+([1-9][0-9]*)(m|h|min)(?:\-([0-9][0-9]):([0-9][0-9]))?$/)
{
if($ts=~/^(.*?)([0-9][0-9]):([0-9][0-9])$/)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|