From d3bfa39aee3af49cedc1f2d960974988a9fc0e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 22 Dec 2025 16:44:21 +0100 Subject: [PATCH] EVerest: Update EV charger interface to use double --- everest/integrationplugineverest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/everest/integrationplugineverest.json b/everest/integrationplugineverest.json index 09bd27c8..f7e00737 100644 --- a/everest/integrationplugineverest.json +++ b/everest/integrationplugineverest.json @@ -62,11 +62,12 @@ "name": "maxChargingCurrent", "displayName": "Maximum charging current", "displayNameAction": "Set maximum charging current", - "type": "uint", + "type": "double", "unit": "Ampere", "defaultValue": 6, "minValue": 6, "maxValue": 32, + "stepSize": 0.01, "writable": true }, { @@ -286,11 +287,12 @@ "name": "maxChargingCurrent", "displayName": "Maximum charging current", "displayNameAction": "Set maximum charging current", - "type": "uint", + "type": "double", "unit": "Ampere", "defaultValue": 6, "minValue": 6, "maxValue": 32, + "stepSize": 0.01, "writable": true }, {