I want to create a dashboard or maybe widgets where a user can add custom setpoints. These setpoints should be stored for later use creating streaming analytics with CEP.
What would be the (best) approach for this?
Thanks
I want to create a dashboard or maybe widgets where a user can add custom setpoints. These setpoints should be stored for later use creating streaming analytics with CEP.
What would be the (best) approach for this?
Thanks
If these setpoints are related to a device a good approach would be to store them in the device object. Maybe have a dedicated fragment in the device that is managed by your dashboard widget that will allow the configuration of these setpoints.
From CEP you then can check those fragments by querying the device