From ee466da9bcdc13ba28f3bfcc04cd05130beff1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gr=C3=A4ff?= Date: Fri, 15 Feb 2019 10:31:11 +0100 Subject: [PATCH] [automation] Unify types - itemsActions (#579) Unify types - Second try See also types in automation/moduletypes/ItemTriggers.json Signed-off-by: davidgraeff --- .../resources/ESH-INF/automation/moduletypes/ItemActions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/ItemActions.json b/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/ItemActions.json index 6aee6026e..682467670 100644 --- a/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/ItemActions.json +++ b/bundles/org.openhab.core.automation/src/main/resources/ESH-INF/automation/moduletypes/ItemActions.json @@ -51,7 +51,7 @@ "inputs":[ { "name":"command", - "type":"org.eclipse.smarthome.core.types.Command", + "type":"command", "label":"Command", "description":"command that will be sent to the item." }