Removed inappropiate outtrigger which was not supported in execute action

This commit is contained in:
Bruce Eckstein 2021-11-01 06:16:26 -04:00
parent 24b4228b52
commit 69f924f13f

View File

@ -14,7 +14,7 @@
"id": "e808b8ae-7608-41ce-8444-892f0648a4d3",
"setupMethod": "JustAdd",
"createMethods": ["User"],
"interfaces": ["statefulgaragedoor", "inputtrigger", "outputtrigger"],
"interfaces": ["statefulgaragedoor", "inputtrigger"],
"paramTypes": [
{
"id": "54a11a17-fc37-4316-891f-001c55e38220",
@ -103,58 +103,22 @@
}
],
"actionTypes": [
{
"id": "ae3b1c67-7219-4768-a1c7-55c3b9a610cb" ,
"name": "open",
"displayName": "Open"
},
{
"id": "56a9e131-b65e-4622-9a9b-f5b42d0021ef" ,
"name": "close",
"displayName": "Close"
},
{
"id": "12ea84c1-0650-4ac1-a02c-de95965def92" ,
"name": "stop",
"displayName": "Stop"
},
{
"id": "4cde52f7-78f9-49a4-b4c3-76bd702bc473",
"name": "trigger",
"displayName": "Publish",
"paramTypes": [
{
"id": "9208d419-82d4-4806-a15d-210991daf0ac",
"name": "topic",
"displayName": "Topic",
"type": "QString",
"defaultValue": "/"
},
{
"id": "088e7db5-c814-4165-b9ff-a411a4c20f19",
"name": "data",
"displayName": "Payload",
"type": "QString",
"defaultValue": ""
},
{
"id": "140d859b-87b7-44f0-b54f-a11846e24985",
"name": "qos",
"displayName": "QoS",
"type": "int",
"minValue": 0,
"maxValue": 2,
"defaultValue": 0
},
{
"id": "44079c1a-9a0a-426d-9508-5b2dcbe40a90",
"name": "retain",
"displayName": "Retain message",
"type": "bool",
"defaultValue": false
}
]}
],
{
"id": "ae3b1c67-7219-4768-a1c7-55c3b9a610cb" ,
"name": "open",
"displayName": "Open"
},
{
"id": "56a9e131-b65e-4622-9a9b-f5b42d0021ef" ,
"name": "close",
"displayName": "Close"
},
{
"id": "12ea84c1-0650-4ac1-a02c-de95965def92" ,
"name": "stop",
"displayName": "Stop"
}
],
"eventTypes": [
{
"id": "a42983a9-9194-458d-9e67-fc4d7ce27e40",