This commit is contained in:
Paul
2019-07-26 12:52:00 +02:00
parent 2740866dc4
commit 05a11f7c31

View File

@@ -1038,7 +1038,7 @@ void do_systemCheck() {
// force calls to get data from EMS for the types that aren't sent as broadcasts // force calls to get data from EMS for the types that aren't sent as broadcasts
// only if we have a EMS connection // only if we have a EMS connection
void do_regularUpdates() { void do_regularUpdates() {
if (ems_getBusConnected() & !ems_getTxDisabled()) { if (ems_getBusConnected() && !ems_getTxDisabled()) {
myDebugLog("Requesting scheduled EMS device data"); myDebugLog("Requesting scheduled EMS device data");
ems_getThermostatValues(); ems_getThermostatValues();
ems_getBoilerValues(); ems_getBoilerValues();