Add phase count state to the evcharger interface

pull/474/head
Simon Stürz 2021-10-22 12:20:56 +02:00
parent aec7400ad0
commit 4ac016396a
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@
"type": "bool",
"logged": true,
"optional": true
},
{
"name": "phaseCount",
"type": "uint",
"minValue": 1,
"maxValue": 3,
"optional": true
}
]
}