mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 19:54:28 +05:00
add parameter for max modulation
This commit is contained in:
@@ -79,7 +79,7 @@ protected:
|
||||
vars.states.fault = ot->isFault(localResponse);
|
||||
vars.states.diagnostic = ot->isDiagnostic(localResponse);
|
||||
|
||||
setMaxModulationLevel(heatingEnabled ? 100 : 0);
|
||||
setMaxModulationLevel(heatingEnabled ? settings.heating.maxModulation : 0);
|
||||
yield();
|
||||
|
||||
// Команды чтения данных котла
|
||||
|
||||
Reference in New Issue
Block a user