Skip to content

Commit

Permalink
feat✨: Update the reboot data
Browse files Browse the repository at this point in the history
  • Loading branch information
itscharukadeshan committed Jun 14, 2024
1 parent ad46258 commit eb0de94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));

const handleRebootRouter1 = async () => {
const data = `isTest=false&goformId=RESTORE_FACTORY_SETTINGS`;
const data = `isTest=false&goformId=REBOOT_DEVICE`;
const url = "http://192.168.1.1/goform/goform_set_cmd_process";

try {
Expand Down

0 comments on commit eb0de94

Please sign in to comment.