This commit is contained in:
Your Name
2025-06-27 10:42:57 +02:00
parent 5adc814e1b
commit 943243f769

View File

@@ -1045,6 +1045,12 @@ try:
# print("Modem successfully rebooted and reinitialized") # print("Modem successfully rebooted and reinitialized")
#else: #else:
# print("There were issues with the modem reboot/reinitialize process") # print("There were issues with the modem reboot/reinitialize process")
#Hardware Reboot
hardware_reboot_success = modem_hardware_reboot()
if hardware_reboot_success:
print("✅Modem successfully rebooted and reinitialized")
else:
print("⛔There were issues with the modem reboot/reinitialize process")
#5. empty json #5. empty json