Hello,
I'm looking for a way to use our in-room touch monitor (connected to a Cisco Spark Codec Plus) to display our guest wlan password that's being changed every day. It is possible to load this password from a company internal http endpoint (e.g. http://some-ip-adress/wlanPassword).
I added a button with in-Room Control editor and connected it with a javascript macro. In the macro, I wanted to execute a http request to display the password with an UserInterface Message Alert Display command. But XmlHTTPRequest isn't available and I found absolute nothing in the api spec. I saw a lot about webhook integration but I don't understand if I can leverage them for what I'm trying to do.
Can anyone shed some light into the dark?
Thanks
Johannes