From eeb5bb23a3a7c434546fca957f4515bb07b77e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 22 Oct 2021 12:07:19 +0200 Subject: [PATCH] GenericThings: add minimal charging current for generic car. --- genericthings/integrationplugingenericthings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/genericthings/integrationplugingenericthings.json b/genericthings/integrationplugingenericthings.json index 7638099..d19058c 100644 --- a/genericthings/integrationplugingenericthings.json +++ b/genericthings/integrationplugingenericthings.json @@ -1813,6 +1813,18 @@ "minValue": 0, "maxValue": 100, "defaultValue": 100 + }, + { + "id": "20faf2b8-2b40-4bee-b228-97dbaf0cdffc", + "name": "minimalChargingCurrent", + "displayName": "Minimal charging current", + "displayNameEvent": "Minimal charging current changed", + "type": "uint", + "unit": "Ampere", + "writable": true, + "minValue": 6, + "maxValue": 20, + "defaultValue": 6 } ] }