From e2b8aea8a11eb13b679abfce879b8b19a3bb95f3 Mon Sep 17 00:00:00 2001 From: Tester23 Date: Mon, 15 Jan 2024 12:40:44 +0100 Subject: [PATCH] sendget demo --- docs/json/autoexecExamples.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/json/autoexecExamples.json b/docs/json/autoexecExamples.json index fc1d31bd0..9105ee17b 100644 --- a/docs/json/autoexecExamples.json +++ b/docs/json/autoexecExamples.json @@ -52,6 +52,10 @@ "file": "autoexecs/ping_watchdog.bat" }, { +"title": "HTTP-only control of Tasmota/OBK device from OBK.", +"file": "autoexecs/http_calls.bat" +}, +{ "title": "NTP and 'waitFor' command example. You can use 'waitFor NTPState 1' in autoexec.bat to wait for NTP sync. After that, you can be sure that correct time is set. 'waitFor' will block execution until given event.", "file": "autoexecs/waiting_for_NTP_sync.bat" },