start topic show datetime #347 #348

This commit is contained in:
Paul
2020-03-12 14:35:08 +01:00
parent f5f2791bcf
commit 9321b53e40
5 changed files with 46 additions and 21 deletions

View File

@@ -953,6 +953,7 @@ void _checkActive() {
if (EMS_Boiler.selFlowTemp != EMS_VALUE_INT_NOTSET && EMS_Boiler.burnGas != EMS_VALUE_INT_NOTSET) {
EMS_Boiler.heatingActive = ((EMS_Boiler.selFlowTemp >= EMS_BOILER_SELFLOWTEMP_HEATING) && (EMS_Boiler.burnGas == EMS_VALUE_BOOL_ON));
}
}
/**