Uses of Interface
org.openhab.core.model.rule.rules.TimerTrigger
Package
Description
-
Uses of TimerTrigger in org.openhab.core.model.rule.rules
Modifier and TypeMethodDescriptionRulesFactory.createTimerTrigger()
Returns a new object of class 'Timer Trigger'. -
Uses of TimerTrigger in org.openhab.core.model.rule.rules.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Timer Trigger'. -
Uses of TimerTrigger in org.openhab.core.model.rule.rules.util
Modifier and TypeMethodDescriptionRulesSwitch.caseTimerTrigger
(TimerTrigger object) Returns the result of interpreting the object as an instance of 'Timer Trigger'. -
Uses of TimerTrigger in org.openhab.core.model.rule.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractRulesSemanticSequencer.sequence_TimerTrigger
(org.eclipse.xtext.serializer.ISerializationContext context, TimerTrigger semanticObject) Contexts: EventTrigger returns TimerTrigger TimerTrigger returns TimerTrigger Constraint: (cron=STRING | time='midnight' | time='noon')