mirror of https://github.com/nymea/nymea.git
Add desiredPhaseCount state to evcharger interface
parent
b409fbe3be
commit
0e4226b568
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue