mabunixda / node-red-contrib-nuki

node for nuki
MIT License
6 stars 9 forks source link

feat: web api + bridge callbacks #40

Closed mabunixda closed 2 years ago

mabunixda commented 2 years ago

feat: web api is now implemented to fetch the actual status periodically feat: bridge nuki callback - when setting the callback host ( = actual URL of the node-red installation ) the callbacks are also coming now from the bridge into node-red. it must be a HTTP connection - https is not able with the bridge! feat: bridge itself callback - callbacks on the bridge are enabled, but just piped into the console because the data was not sent at the current test setup(s)

this fixxes #38, #37, #36 ... some side effects also on #13