forked from jens/Automation
Reoccuring time
This commit is contained in:
@@ -70,7 +70,7 @@ public class TimeFrame
|
||||
this.setRepetition(repetition);
|
||||
}
|
||||
|
||||
TimeFrame (String fileContent)
|
||||
public TimeFrame (String fileContent)
|
||||
{
|
||||
String[] dateArray = fileContent.split(separator); // example: timestart/timestop/days[int]/repetition
|
||||
this.setTriggerTimeStart(Time.valueOf(dateArray[0]));
|
||||
|
Reference in New Issue
Block a user