QNimbus / node-red-contrib-openhab-v2

MIT License
9 stars 3 forks source link

get node does not provide object information when object as input #24

Closed roswennen closed 3 years ago

roswennen commented 3 years ago

When the get node is triggered with an inject node it will behave as expected and provide all objects that are configured. However when the get node is triggered by a node passing an object (e.g. an openhab in node) the get node will not provide the object information of the item configured in the get node but just pass through the triggering node object.
An expected behaviour would be the get node would still fetch the item info it is configured for and preferably add an object to the output (output like when 2 items are selected in get node) or alternatively overwrite the input object with the fetched item object.