go-e: Update EV charger interface to use double

master
Simon Stürz 2025-12-22 16:48:52 +01:00
parent d3bfa39aee
commit 9fd389002d
1 changed files with 2 additions and 1 deletions

View File

@ -143,10 +143,11 @@
"displayName": "Charging current", "displayName": "Charging current",
"displayNameEvent": "Charging current changed", "displayNameEvent": "Charging current changed",
"displayNameAction": "Set charging current", "displayNameAction": "Set charging current",
"type": "uint", "type": "double",
"unit": "Ampere", "unit": "Ampere",
"minValue": 6, "minValue": 6,
"maxValue": 32, "maxValue": 32,
"stepSize": 1.0,
"defaultValue": 16, "defaultValue": 16,
"writable": true, "writable": true,
"suggestLogging": true "suggestLogging": true