Uses of Class
org.openhab.core.automation.type.TriggerType
Package
Description
-
Uses of TriggerType in org.openhab.core.automation.dto
Modifier and TypeMethodDescriptionstatic TriggerType
TriggerTypeDTOMapper.map
(CompositeTriggerTypeDTO triggerTypeDto) Modifier and TypeMethodDescriptionstatic TriggerTypeDTO
TriggerTypeDTOMapper.map
(TriggerType triggerType) Modifier and TypeMethodDescriptionstatic List<TriggerTypeDTO>
TriggerTypeDTOMapper.map
(@Nullable Collection<TriggerType> types) -
Uses of TriggerType in org.openhab.core.automation.type
Modifier and TypeClassDescriptionclass
This class is asTriggerType
which logically combinesTrigger
modules.Modifier and TypeMethodDescriptionModuleTypeRegistry.getTriggers
(@Nullable Locale locale, String... tags) This method is used for getting theTriggerType
s, localized depending on passed locale parameter.ModuleTypeRegistry.getTriggers
(String... tags) This method is used for getting theTriggerType
s.