mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
fix: fix types
This commit is contained in:
@@ -54,8 +54,8 @@ struct Settings {
|
|||||||
byte faultStateGpio = DEFAULT_OT_FAULT_STATE_GPIO;
|
byte faultStateGpio = DEFAULT_OT_FAULT_STATE_GPIO;
|
||||||
byte invertFaultState = false;
|
byte invertFaultState = false;
|
||||||
unsigned int memberIdCode = 0;
|
unsigned int memberIdCode = 0;
|
||||||
int8_t pressureMultiplier = 1;
|
float pressureMultiplier = 1.0f;
|
||||||
int8_t dhwFlowRateMultiplier = 1;
|
float dhwFlowRateMultiplier = 1.0f;
|
||||||
bool dhwPresent = true;
|
bool dhwPresent = true;
|
||||||
bool summerWinterMode = false;
|
bool summerWinterMode = false;
|
||||||
bool heatingCh2Enabled = true;
|
bool heatingCh2Enabled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user