Fixing help text for battery capacity

This commit is contained in:
norbert-walter 2022-03-12 19:16:48 +01:00
parent dc283813b1
commit 00f16e70d0
1 changed files with 2 additions and 2 deletions

View File

@ -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"