Update the extended evcharger interface

pull/135/head
Michael Zanetti 2019-02-15 16:39:34 +01:00
parent 309240ed47
commit b49efd4687
1 changed files with 4 additions and 5 deletions

View File

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