Difference between revisions of "NETIO Lua Reference"

From wiki.netio-products.com
Jump to navigation Jump to search
(Miscellaneous)
(Miscellaneous)
Line 26: Line 26:
 
* function [[Function log()|log()]] - insert a record to the socket's event log
 
* function [[Function log()|log()]] - insert a record to the socket's event log
 
* function [[Function logf()|logf()]] - insert a formated record (incl. numbers) to the socket's event log
 
* function [[Function logf()|logf()]] - insert a formated record (incl. numbers) to the socket's event log
* function [[Function delay()|delay()]] - delays script's execution by specified seconds
+
* function [[Function delay()|delay()]] - execute function with delay (seconds)
* function [[Function milliDelay()|milliDelay()]] - delays script's execution by specified milliseconds
+
* function [[Function milliDelay()|milliDelay()]] - execute function with delay (milliseconds)
 
* function [[Function toboolean()|toboolean()]] - converts any variable to boolean type
 
* function [[Function toboolean()|toboolean()]] - converts any variable to boolean type

Revision as of 20:04, 18 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