QNimbus/node-red-contrib-openhab-v2

Get node after In node

Closed this issue · 0 comments

A [get node] after an [in node] it returns the item delivered by the [in node] even if another item was specified in the [get node].

Seems like the [get node] uses the value provided by the [in node] (payload.item).

Maybe it should just use this value if no item is specified in the [get node]?