diff --git a/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/GenericCronTrigger.json b/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/GenericCronTrigger.json index 81569f9b0..6bd60e81f 100644 --- a/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/GenericCronTrigger.json +++ b/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/GenericCronTrigger.json @@ -4,11 +4,11 @@ "uid":"timer.GenericCronTrigger", "label":"Cron Trigger", "description":"This triggers a rule based on a cron expression", - "visibility":"HIDDEN", "configDescriptions":[ { "name":"cronExpression", "type":"TEXT", + "context":"cronexpression", "label":"cron expression", "description":"the cron expression", "required":true