Documentation
WWW_UpdatePage
Require: IP-Symcon >= 2.3
boolean WWW_UpdatePage (int $InstanceID)
Parameters
InstanceID | ID of the HTTP Client to be updated |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Queries the URL of the HTTP Client with the ID InstanceID.
This function only has a function if the URL-mask is used on the configuration page.
Example
//Manual query of the configured URL of the HTTP Client with the InstanceID 12345
WWW_UpdatePage(12345);