started knx integration

This commit is contained in:
John
2022-05-01 12:13:13 +02:00
parent ac7654e14d
commit 232164c866
12 changed files with 1335 additions and 0 deletions
+4
View File
@@ -327,6 +327,10 @@ void MainLoop::run() {
if (m_messages->sizeConditions() > 0 && !m_polling) {
logError(lf_main, "conditions require a poll interval > 0");
}
// notify data sinks to make them update the messages
for (const auto dataSink : dataSinks) {
dataSink->notifyScanStatus(SCAN_STATUS_FINISHED);
}
}
if (m_runUpdateCheck && !m_shutdown && now > nextCheckRun) {
if (!m_httpClient.connect("upd.ebusd.eu",