Fixing help text for battery capacity
This commit is contained in:
parent
dc283813b1
commit
00f16e70d0
|
@ -114,7 +114,7 @@
|
||||||
"label": "Battery Type",
|
"label": "Battery Type",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"default": "Pb",
|
"default": "Pb",
|
||||||
"description": "Type of battery",
|
"description": "Type of battery [Pb|Gel|AGM|LiFePo4]",
|
||||||
"list": [
|
"list": [
|
||||||
"Pb",
|
"Pb",
|
||||||
"Gel",
|
"Gel",
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 10000,
|
"max": 10000,
|
||||||
"description": "Fuel tank capacity [0...10000Ah]",
|
"description": "Battery capacity [0...10000Ah]",
|
||||||
"category": "OBP60 Settings",
|
"category": "OBP60 Settings",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp60":"true"
|
"obp60":"true"
|
||||||
|
|
Loading…
Reference in New Issue