Merge PR #632: Add desiredPhaseCount state to evcharger interface
This commit is contained in:
commit
50921e0fa5
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user