Requires: IP-Symcon >= 2.2
boolean WFC_SendPopup (integer $InstanceID, string $Title, string $Text)
InstanceID | ID of the WebFront configurator |
Title | Title to be displayed |
Text | Text to be displayed (HTML is filtered!) |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sends a large message to the WebFront that is reassigned to the configurator with the ID InstanceID assigned. The content Text and Titel will appear.
WFC_SendPopup(12345, "Test", "A nice message");