Easee: Update EV charger interface to use double

master
Simon Stürz 2025-12-22 16:35:47 +01:00
parent 41c13f2503
commit 793a95636f
1 changed files with 2 additions and 1 deletions

View File

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