From 2ec16ade8ea617688ff7110c533674ce2cdd572b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 22 Oct 2021 16:19:35 +0200 Subject: [PATCH] Update max value of minimal charging current according to interface --- genericthings/integrationplugingenericthings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genericthings/integrationplugingenericthings.json b/genericthings/integrationplugingenericthings.json index 17f58df..b8298e1 100644 --- a/genericthings/integrationplugingenericthings.json +++ b/genericthings/integrationplugingenericthings.json @@ -1824,7 +1824,7 @@ "unit": "Ampere", "writable": true, "minValue": 6, - "maxValue": 20, + "maxValue": 16, "defaultValue": 6 } ]