docs, waitfor autoexec examples, fix for no drivers define

This commit is contained in:
openshwprojects
2023-04-18 17:16:12 +02:00
parent b825ca1455
commit 61826c2e25
13 changed files with 147 additions and 18 deletions

View File

@@ -38,5 +38,13 @@
{
"title": "Basic Ping Watchdog usage. Ping given IP with given interval and run script if there was no ping reply within given time.",
"file": "autoexecs/ping_watchdog.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"
},
{
"title": "MQTT and 'waitFor' command example. You can use 'waitFor MQTTState 1' in autoexec.bat to wait for MQTT connection. After that, you can be sure that MATT is online. 'waitFor' will block execution until given event.",
"file": "autoexecs/waiting_for_MQTT_connect.bat"
}
]