Update evcharger interface and change maxChargingCurrent to double

for precise energy adjustments if possible
This commit is contained in:
Simon Stürz 2025-12-22 13:40:04 +01:00
parent 8ca1bca75d
commit 7e070aeccb

View File

@ -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",