NRCHKB / node-red-contrib-unifi-os

Nodes to access UniFi data using endpoints and websockets
Apache License 2.0
28 stars 1 forks source link

Adds a self contained `unifi-protect` node #47

Closed marcus-j-davies closed 2 years ago

marcus-j-davies commented 2 years ago

unifi-protect will call into

const I: Interest = {
    deviceId: this.config.cameraId,
    callback: handleUpdate,
}