QNimbus / node-red-contrib-openhab-v2

MIT License
9 stars 3 forks source link

Get node after In node #32

Closed WhiteSockedDancer closed 3 years ago

WhiteSockedDancer commented 3 years ago

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]?