Package org.openremote.model.rules.json
Class RuleRecurrence
java.lang.Object
org.openremote.model.rules.json.RuleRecurrence
Controls if/when a rule can be eligible for firing again;
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Defines the scope of the recurrence -
Field Summary
FieldsModifier and TypeFieldDescriptionHow many mins until firing is allowed to recur; null=NEVER, 0=ALWAYS, >0=N mins from last firing.If not defined defaults toRuleRecurrence.Scope.PER_ASSET
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scope
If not defined defaults toRuleRecurrence.Scope.PER_ASSET
-
mins
How many mins until firing is allowed to recur; null=NEVER, 0=ALWAYS, >0=N mins from last firing.
-
-
Constructor Details
-
RuleRecurrence
public RuleRecurrence()
-