Not sure how to use nuki api node

Hi,

at the moment i try to create flows with the nuki bridge Nodes. I filled out token, web token, all runned fine.

On the Site are only the Variables, but no example, how i can add before.

i already tried inject with topic msg with "info" for Bridge Infos, payload msg also not work.

image

image
image

Link: node-red-contrib-nuki (node) - Node-RED

Do anyone know what i have to add?

Thanks

Based on a view into the repo, it looks like the node expects the presence of msg.topic - even if it's just an empty string.
It's definitely not the best design - but once you're aware, you can setup your msg properly

Yes it works now. thanks.

image