From 00f16e70d089e1d8357036c047322e1b8a42eb74 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Sat, 12 Mar 2022 19:16:48 +0100 Subject: [PATCH] Fixing help text for battery capacity --- lib/obp60task/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/obp60task/config.json b/lib/obp60task/config.json index aa43391..e08006d 100644 --- a/lib/obp60task/config.json +++ b/lib/obp60task/config.json @@ -114,7 +114,7 @@ "label": "Battery Type", "type": "list", "default": "Pb", - "description": "Type of battery", + "description": "Type of battery [Pb|Gel|AGM|LiFePo4]", "list": [ "Pb", "Gel", @@ -134,7 +134,7 @@ "check": "checkMinMax", "min": 0, "max": 10000, - "description": "Fuel tank capacity [0...10000Ah]", + "description": "Battery capacity [0...10000Ah]", "category": "OBP60 Settings", "capabilities": { "obp60":"true"