From f77e56d231a2eca8a1c6a1d057789cc8f0be65ca Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 11 Dec 2019 17:46:58 -0500 Subject: [PATCH] also return uuidAction (#34) provides uuidAction from the structure, which is particularly useful when used with the Webservice node --- loxone/loxone.js | 1 + 1 file changed, 1 insertion(+) diff --git a/loxone/loxone.js b/loxone/loxone.js index 7085a5e..4b17a93 100644 --- a/loxone/loxone.js +++ b/loxone/loxone.js @@ -498,6 +498,7 @@ module.exports = function (RED) { isFavorite: controlStructure.isFavorite || null, isSecured: controlStructure.isSecured || null, uuid: uuid || null, + uuidAction: controlStructure.uuidAction || null, msInfo: this.structureData.msInfo, lastModified: this.structureData.lastModified };