mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 11:14:28 +05:00
feat: added correction coeff. settings for pressure and dhw flow rate
This commit is contained in:
@@ -54,6 +54,8 @@ struct Settings {
|
||||
byte faultStateGpio = DEFAULT_OT_FAULT_STATE_GPIO;
|
||||
byte invertFaultState = false;
|
||||
unsigned int memberIdCode = 0;
|
||||
int8_t pressureMultiplier = 1;
|
||||
int8_t dhwFlowRateMultiplier = 1;
|
||||
bool dhwPresent = true;
|
||||
bool summerWinterMode = false;
|
||||
bool heatingCh2Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user