kuzzleio / kuzzle-device-manager

IoT Devices & Assets Management providing digital twins, payload decoding, normalized measures, provisioning. Multi-Tenant ready for white labelled and B2B2C applications.
https://docs.kuzzle.io/official-plugins/device-manager/1
Apache License 2.0
14 stars 7 forks source link

How to handle devices online via MQTT #324

Closed xdien closed 9 months ago

xdien commented 10 months ago

Hello kuzzle

Thank you

Juiced66 commented 10 months ago

Hello !

Where do I start in kuzzle to gradually process it as a measure or another definition to handle this?

You could use memoryStorage to keep track of devices that have polled and ask whenever you want

It could be triggered by a pipe on "device-manager:measures:process:after"

xdien commented 9 months ago

Thank you. I will try it