Button added and input

This commit is contained in:
Dmitry Borisenko
2020-08-02 01:54:26 +02:00
parent b2496bbc9f
commit 8df3ab8946
9 changed files with 133 additions and 119 deletions

View File

@@ -4,6 +4,7 @@
#include "HttpServer.h"
#include "Bus/BusScannerFactory.h"
#include "Utils/Timings.h"
#include "Class/Switch.h"
void not_async_actions();
@@ -94,7 +95,7 @@ void loop() {
loopCmd();
loopButton();
mySwitch->loop();
loopScenario();