Difference between revisions of "Function devices.system.Reboot()"

From wiki.netio-products.com
Jump to navigation Jump to search
Line 2: Line 2:
 
Reboots the socket. The reboot is immediate and acts like turning the socket off and on. This action is noted in the system log.
 
Reboots the socket. The reboot is immediate and acts like turning the socket off and on. This action is noted in the system log.
  
  nil devices.system.Reboot()
+
  <i>nil</i> devices.system.Reboot()
  
 
=== Return Value ===
 
=== Return Value ===

Revision as of 20:37, 18 April 2017

Reboots the socket. The reboot is immediate and acts like turning the socket off and on. This action is noted in the system log.

nil devices.system.Reboot()

Return Value

nil

Usage

-- reboot the socket
devices.system.Reboot()