[automation] Unify types - itemsActions (#579)

Unify types - Second try
See also types in automation/moduletypes/ItemTriggers.json

Signed-off-by: davidgraeff <david.graeff@web.de>
This commit is contained in:
David Gräff 2019-02-15 10:31:11 +01:00 committed by Markus Rathgeb
parent e6458549f3
commit ee466da9bc

View File

@ -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."
}