Add desiredPhaseCount state to evcharger interface

pull/632/head
Michael Zanetti 2023-02-23 13:31:23 +01:00
parent b409fbe3be
commit 0e4226b568
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@
"maxValue": 3,
"optional": true
},
{
"name": "desiredPhaseCount",
"type": "uint",
"minValue": 1,
"maxValue": 3,
"possibleValues": "any",
"writable": true,
"optional": true
},
{
"name": "sessionEnergy",
"type": "double",