Alert based in setting historical values
Hello Community :),
My question is the next:
My use case: I have one temperature sensor that send to me data each hour and I receive 4 measures (1 each 15 minutes) in order to have a correct implementation I use the fuction AddNumberValueStreamEntry to record the historical values (the measures in the moment that the device record they) with the correct timestamp.
How I can generate one alert if from the sensor I receive historical values?
One of the methods that I thougth is uncheck the logged type property and to have only persist checked, set the data 2 times:
1. Things[deviceName].property = valueProperty; (JUST TO GENERATE THE ALERT)
2. Use AddNumberValueStreamEntry (To record the values with a correct timestamp)
but the problem is that the alert is not going to have the correct timestamp.
Exist any solution in thingworx to do this? Anybody had this problem and can help me?
Thank you in advance :), Greetings.
Luis.

