Example #1
0
 /**
  * Reboot the device
  *
  * @return null;
  */
 public function reboot()
 {
     $response = $this->Client->execute('reboot now');
     return $response;
 }
Example #2
0
 /**
  * Reboot the device
  *
  * @return null;
  */
 public function reboot()
 {
     $this->Client->execute('/system reboot');
 }