<< Click to Display Table of Contents >> Push notifications |
|
If you want to notify users by Push notifications messages you have to setup Push notifications and install TeslaSCADA2 Runtime mobile version on your Android or iOS devices.
Property |
Description |
---|---|
Use push notifications |
Check if you want to use push notifications. All event messages that have priority less then Notifications(priority<=) will be sent as push notifications on mobile devices. |
Topic |
Topic is used to subscribe mobile devices and send to this subscription by PC. |
Notifications (priority<=) |
If priority of the event message below this value push notification will be sent. |
Title |
Title of the push notification. You can use keywords: {name} - name of the tag that send an alarm message. {server} - name of the PV input server. {message} - message is sent by tag's alarm. {group} - name of the tag's group. {subgroup} - name of tag's subgroup. {description} - tag's description. {value} - tag's value. {priority} - tag's message priority. {datetime} - current date and time (when alarm is happened). {projectname} - project name. {projectdescription} - project description. |
Message |
Message of the push notification You can use keywords: {name} - name of the tag that send an alarm message. {server} - name of the PV input server. {message} - message is sent by tag's alarm. {group} - name of the tag's group. {subgroup} - name of tag's subgroup. {description} - tag's description. {value} - tag's value. {priority} - tag's message priority. {datetime} - current date and time (when alarm is happened). {projectname} - project name. {projectdescription} - project description. |