FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-14-2022 05:41 PM
Is it possible to do a export of the entries of the alarm manager?
Solved! Go to Solution.
03-15-2022 08:30 AM
Hello LunatiX,
you can export/read alarm definitions (which are shown inside the Alarm Manager in WebIQ Designer) using the Server API (Websocket API).
Regards,
Sascha
03-15-2022 11:45 AM
Hi Sascha
I tried it out with Postman, but I'm not able to establish a WebSocket communication:
I tried it out also with a chrome extension "Simple WebSocket Client" but also without success.
Additional infos:
03-15-2022 12:51 PM
The error message you are getting is correct. You are not requesting the correct subprotocol "smarthmi-connect" that is sent in the response headers.
03-15-2022 05:58 PM
Thanks. With the following settings it works fine:
After a successfull established communication, I used the user.login function and after that I'm able to use other function.