diff --git a/tasmota/autoexec.be b/tasmota/autoexec.be index c3d7e6d8..e3e64279 100644 --- a/tasmota/autoexec.be +++ b/tasmota/autoexec.be @@ -336,6 +336,7 @@ def update_berry_driver(cmd, idx, payload, payload_json) if s == true var jm = string.format("{\"nlui_driver_update\":\"%s\"}", "succeeded") tasmota.publish_result(jm, "RESULT") + tasmota.cmd("Restart 1") else var jm = string.format("{\"nlui_driver_update\":\"%s\"}", "failed") tasmota.publish_result(jm, "RESULT")