This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Alert Manager
#81
You can check the structure of the Alerts manager data using the Storage viewer app. But if you modify this data via a script the client won't see these changes unless a reload is performed.
Reply
#82
It's only possible when the alert manager is loaded into an frame in the visu by using this custom JS:
Code:
$(function(){
   $(document).ready(function() {
      var f= $('iframe');
      f.load(function(){
         if (typeof grp != 'undefined') {
            grp.listen('1/1/1', function(object, state) {
               if (state == 'value' && object.value == true ){
                  f.contents().find('#AcknowledgeButton').click();
               }
            }, true);
          }
      });
   });
});
Reply
#83
Hi, I have used this app in the past but I have noticed that I have no more access to this alert manager in Schneider Spacelynk.

Where could I find the latest version of this app ?

Thank you
Reply
#84
https://forum.logicmachine.net/showthrea...3#pid22783
------------------------------
Ctrl+F5
Reply


Forum Jump: