Difference between revisions of "NETIO Lua Reference"

From wiki.netio-products.com
Jump to navigation Jump to search
(Miscellaneous)
(Socket Communication)
Line 21: Line 21:
 
* function [[Function mail()|mail()]] - sends e-mail
 
* function [[Function mail()|mail()]] - sends e-mail
 
* function [[Function devices.system.CustomCGI()|devices.system.CustomCGI()]] - send HTTP request
 
* function [[Function devices.system.CustomCGI()|devices.system.CustomCGI()]] - send HTTP request
* function [[Function cgiGet()|cgiGet()]] - send HTTP request and receive response
+
* function [[Function cgiGet()|cgiGet()]] <sup><code>2.3.5</code></sup> - send HTTP request and receive response
  
 
== Miscellaneous ==
 
== Miscellaneous ==

Revision as of 22:59, 19 April 2017

Outlet Management

devices.system

Socket System Management

devices.system

Socket Communication

Miscellaneous

  • function log() - insert a record to the socket's event log
  • function logf() - insert a formated record (incl. numbers) to the socket's event log
  • function delay() - execute function with delay (seconds)
  • function milliDelay() - execute function with delay (milliseconds)
  • function toboolean() - converts any variable to boolean type