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