function devices.system.CustomCGI()

From wiki.netio-products.com
Revision as of 13:49, 18 April 2017 by Jturon (talk | contribs) (Založena nová stránka s textem „{{DISPLAYTITLE:function devices.system.CustomCGI()}} Execute HTTP GET call to given url. The call is one-way only. To read the HTTP response, use cgiGet().…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Execute HTTP GET call to given url. The call is one-way only. To read the HTTP response, use cgiGet().

nil devices.system.CustomCGI{config}

Parameters

table config
  • string url address to call


Return value

nil

Usage

-- sends HTTP GET request
devices.system.CustomCGI{url="http://192.168.0.1/handler.cgi?outlet=1&state=0"}

See also