Require: IP-Symcon >= 2.2
boolean WFC_SwitchPage (int $InstanceID, string $PageName)
InstanceID | ID of the WebFront configurator |
PageName | Name of tab (e.g. item1234) |
If the command succeeds, it returns TRUE, otherwise FALSE.
Changes in WebFront, that is reassigned to the configurator with the ID InstanceID, to the tab with the ID PageName.
WFC_SwitchPage(12345, "item1234");