From cafe497b729be7772096f543380abc5e990e3383 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 12 Apr 2022 20:12:31 +0200 Subject: [PATCH] Update autoexec.be --- tasmota/autoexec.be | 1 + 1 file changed, 1 insertion(+) 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")