I am doing one demo project.
In this, I need to print some alert message on debug window, if temperature increases 5 degree within 10 minutes.
At the place of temperature data, I am using random node for generating temperature events.
Please suggest me any possible way to generate alert if temperature increases 5 degree within 10 minutes.
Instead of telling you what I think you should do, how do you think you should do it?
list out the steps you imagine would need to happen. Then we can work on how to actually do it.