EVerest: Update EV charger interface to use double

update-evcharger-interface
Simon Stürz 2025-12-22 16:44:21 +01:00
parent d9b9a4a8bf
commit d3bfa39aee
1 changed files with 4 additions and 2 deletions

View File

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