Add phase count state to the evcharger interface
This commit is contained in:
parent
aec7400ad0
commit
4ac016396a
@ -18,6 +18,13 @@
|
||||
"type": "bool",
|
||||
"logged": true,
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "phaseCount",
|
||||
"type": "uint",
|
||||
"minValue": 1,
|
||||
"maxValue": 3,
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user