Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello friends, I am a user of Thingworx platform.
How can I get multiple alerts to a mashup?
for example
Amplitude> 6 "High"
Amplitude> = 6 "Regular"
Amplitude <= 3 "Low"
Solved! Go to Solution.
I hope I have understood your requirement.
You can add alerts for a property, from Alerts section of Properties and Alerts section. When >= or <= is required ensure the include limit checkbox is checked.
In the mashup, you could use one of the Alerts services such as GetAlertSummaryForProperty and may be bind it to a grid widget to view the details.
I hope I have understood your requirement.
You can add alerts for a property, from Alerts section of Properties and Alerts section. When >= or <= is required ensure the include limit checkbox is checked.
In the mashup, you could use one of the Alerts services such as GetAlertSummaryForProperty and may be bind it to a grid widget to view the details.