mirror of https://github.com/nymea/nymea.git
Add phase count state to the evcharger interface
parent
aec7400ad0
commit
4ac016396a
|
|
@ -18,6 +18,13 @@
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"logged": true,
|
"logged": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "phaseCount",
|
||||||
|
"type": "uint",
|
||||||
|
"minValue": 1,
|
||||||
|
"maxValue": 3,
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue