Update the extended evcharger interface

This commit is contained in:
Michael Zanetti 2019-02-15 16:39:34 +01:00
parent 309240ed47
commit b49efd4687

View File

@ -3,11 +3,10 @@
"extends": "evcharger", "extends": "evcharger",
"states": [ "states": [
{ {
"name": "percentage", "name": "maxChargingCurrent",
"type": "int", "type": "uint",
"min": 0, "writable": true,
"max": 100, "unit": "MilliAmpere"
"writable": true
} }
] ]
} }