mabunixda / node-red-contrib-nuki

node for nuki
MIT License
6 stars 9 forks source link

Every new deployment of the flow reset all the Nuki callbacks #49

Open tyanai opened 1 year ago

tyanai commented 1 year ago

Hi,

I have 3 different callbacks on my Nuki among them is the one the plugin register ({"callbacks": [{"id": 0, "url": "http://192.168.1.200/nuki-bridge/callback-node"}]})

Problem is each time I deploy the flow (either by restarting Node-Red or modifying the flow) the plugin reset all the callbacks. The checkbox for "clear callbacks" is not checked.

Thanks,

Tal.