go-e: Update EV charger interface to use double
parent
d3bfa39aee
commit
9fd389002d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue