From 7e070aeccb9caa5a88b59d663dfd21a20a751a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 22 Dec 2025 13:40:04 +0100 Subject: [PATCH] Update evcharger interface and change maxChargingCurrent to double for precise energy adjustments if possible --- libnymea/interfaces/evcharger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnymea/interfaces/evcharger.json b/libnymea/interfaces/evcharger.json index 680f166b..3157a821 100644 --- a/libnymea/interfaces/evcharger.json +++ b/libnymea/interfaces/evcharger.json @@ -1,10 +1,10 @@ { - "description": "An EV-charger. Extends the power interface for charging/not charging an electric vehicle. Supports regulation of the max. charging current in addition to be powered on or off.", + "description": "An electric vehicle charger. Extends the power interface to report plug/charge state and session energy, and to optionally control charging current and phase count in addition to on/off power control.", "extends": ["power"], "states": [ { "name": "maxChargingCurrent", - "type": "uint", + "type": "double", "writable": true, "unit": "Ampere", "minValue": "any",