Alert configuration for remote values streaming in from the device.
Hello,
I have multiple devices of same type where 2 sensor parameters which are streaming in from the device to the platform lets say T1 and P1
Based on that i have created multiple remote things to access those parameter values.
Now i need to create a UI where i need to allow the user to configure the threshold for T1 and P1 with lolo,lo,hi and hihi.
Whenever the streaming value crosses configured threshold value, i need to run a default service for lolo,lo,hi and hihi respectively.
To achieve it, what should be my approach in saving those threshold for each device, and how should i make the configuration for properties such that when it crosses certain threshold, it runs the service automatically.
Thanks
Sunay

