mirror of https://github.com/nymea/nymea.git
Update the extended evcharger interface
parent
309240ed47
commit
b49efd4687
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue