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