mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
feat: added correction coeff. settings for pressure and dhw flow rate
This commit is contained in:
@@ -261,6 +261,14 @@
|
||||
"outGpio": "Out GPIO",
|
||||
"ledGpio": "RX LED GPIO",
|
||||
"memberIdCode": "Master MemberID code",
|
||||
"pressureMultiplier": {
|
||||
"title": "Coeff. pressure correction",
|
||||
"note": "If the pressure displayed is <b>X10</b> from the real one, set the <b>10</b>."
|
||||
},
|
||||
"dhwFlowRateMultiplier": {
|
||||
"title": "Coeff. DHW flow rate correction",
|
||||
"note": "If the DHW flow rate displayed is <b>X10</b> from the real one, set the <b>10</b>."
|
||||
},
|
||||
|
||||
"options": {
|
||||
"dhwPresent": "DHW present",
|
||||
|
||||
@@ -261,6 +261,14 @@
|
||||
"outGpio": "Выход GPIO",
|
||||
"ledGpio": "RX LED GPIO",
|
||||
"memberIdCode": "Master MemberID код",
|
||||
"pressureMultiplier": {
|
||||
"title": "Коэфф. коррекции давления",
|
||||
"note": "Если давление отображается <b>Х10</b> от реального, установите значение <b>10</b>."
|
||||
},
|
||||
"dhwFlowRateMultiplier": {
|
||||
"title": "Коэфф. коррекции потока ГВС",
|
||||
"note": "Если поток ГВС отображается <b>Х10</b> от реального, установите значение <b>10</b>."
|
||||
},
|
||||
|
||||
"options": {
|
||||
"dhwPresent": "Контур ГВС",
|
||||
|
||||
Reference in New Issue
Block a user