Update max charging current data type to uint
parent
0b57fb32e8
commit
ee30d86f94
|
|
@ -106,7 +106,7 @@
|
|||
"displayName": "Charging current",
|
||||
"displayNameEvent": "Charging current changed",
|
||||
"displayNameAction": "Set charging current",
|
||||
"type": "double",
|
||||
"type": "uint",
|
||||
"unit": "Ampere",
|
||||
"minValue": 6,
|
||||
"maxValue": 32,
|
||||
|
|
|
|||
Loading…
Reference in New Issue