Update max charging current data type to uint

master
Simon Stürz 2021-10-28 08:09:21 +02:00
parent 0b57fb32e8
commit ee30d86f94
1 changed files with 1 additions and 1 deletions

View File

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