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", "id": "e808b8ae-7608-41ce-8444-892f0648a4d3",
"setupMethod": "JustAdd", "setupMethod": "JustAdd",
"createMethods": ["User"], "createMethods": ["User"],
"interfaces": ["statefulgaragedoor", "inputtrigger", "outputtrigger"], "interfaces": ["statefulgaragedoor", "inputtrigger"],
"paramTypes": [ "paramTypes": [
{ {
"id": "54a11a17-fc37-4316-891f-001c55e38220", "id": "54a11a17-fc37-4316-891f-001c55e38220",
@ -117,43 +117,7 @@
"id": "12ea84c1-0650-4ac1-a02c-de95965def92" , "id": "12ea84c1-0650-4ac1-a02c-de95965def92" ,
"name": "stop", "name": "stop",
"displayName": "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
} }
]}
], ],
"eventTypes": [ "eventTypes": [
{ {