Reoccuring time trigger
This commit is contained in:
parent
06a6651fae
commit
ab0f2d88b4
@ -76,7 +76,8 @@ public class TimeFrame
|
||||
this.setTriggerTimeStart(Time.valueOf(dateArray[0]));
|
||||
this.setTriggerTimeStop(Time.valueOf(dateArray[1]));
|
||||
this.setDayListFromString(dateArray[2]);
|
||||
this.setRepetition(Long.parseLong(dateArray[3]));
|
||||
if(dateArray.length > 3) // may not exist in old config files
|
||||
this.setRepetition(Long.parseLong(dateArray[3]));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user