Skip to content

Commit

Permalink
also return uuidAction (#34)
Browse files Browse the repository at this point in the history
provides uuidAction from the structure, which is particularly useful when used with the Webservice node
  • Loading branch information
emes authored and codmpm committed Dec 11, 2019
1 parent 89e605d commit f77e56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loxone/loxone.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit f77e56d

Please sign in to comment.