From 69f924f13ff50dab0c0e26b54a4e10a7062d1afd Mon Sep 17 00:00:00 2001 From: Bruce Eckstein Date: Mon, 1 Nov 2021 06:16:26 -0400 Subject: [PATCH] Removed inappropiate outtrigger which was not supported in execute action --- garadget/integrationplugingaradget.json | 70 ++++++------------------- 1 file changed, 17 insertions(+), 53 deletions(-) diff --git a/garadget/integrationplugingaradget.json b/garadget/integrationplugingaradget.json index 2ca08ce0..168faff5 100644 --- a/garadget/integrationplugingaradget.json +++ b/garadget/integrationplugingaradget.json @@ -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",