mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
[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:
parent
e6458549f3
commit
ee466da9bc
@ -51,7 +51,7 @@
|
|||||||
"inputs":[
|
"inputs":[
|
||||||
{
|
{
|
||||||
"name":"command",
|
"name":"command",
|
||||||
"type":"org.eclipse.smarthome.core.types.Command",
|
"type":"command",
|
||||||
"label":"Command",
|
"label":"Command",
|
||||||
"description":"command that will be sent to the item."
|
"description":"command that will be sent to the item."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user