This commit is contained in:
Yurii
2022-07-02 01:23:11 +03:00
parent a952b8f771
commit 0b887a8400
7 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
extern PubSubClient client;
class HomeAssistantHelper {

View File

@@ -1,3 +1,5 @@
#pragma once
#include <Arduino.h>
#include <OpenTherm.h>
extern SchedulerClass Scheduler;
@@ -19,7 +21,6 @@ public:
Scheduler.yield();
}
//unsigned long response = OpenTherm::sendRequest(request);
unsigned long _response;
if (!sendRequestAync(request)) {
_response = 0;

View File

@@ -1,3 +1,4 @@
#pragma once
#include <Arduino.h>
#if defined(EQUITHERM_INTEGER)

View File

@@ -67,4 +67,4 @@ void setup() {
Scheduler.begin();
}
void loop() {}
void loop() {}