Difference between revisions of "Function devices.system.Reboot()"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:function devices.system.Reboot()}} | {{DISPLAYTITLE:function devices.system.Reboot()}} | ||
− | Reboots the socket. The reboot is immediate and acts like turning the socket off and on. | + | 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> <b>devices.system.Reboot</b>() |
=== Return Value === | === Return Value === |
Latest revision as of 19:47, 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()