From 793a95636f123285aaca629022e3940a88ec55ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 22 Dec 2025 16:35:47 +0100 Subject: [PATCH] Easee: Update EV charger interface to use double --- easee/integrationplugineasee.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easee/integrationplugineasee.json b/easee/integrationplugineasee.json index 5f9a2943..1a2f3f63 100644 --- a/easee/integrationplugineasee.json +++ b/easee/integrationplugineasee.json @@ -54,10 +54,11 @@ "name": "maxChargingCurrent", "displayName": "Maximum charging current", "displayNameAction": "Set maximum charging current", - "type": "uint", + "type": "double", "unit": "Ampere", "minValue": 6, "maxValue": 16, + "stepSize": 1.0, "defaultValue": 6, "writable": true },