mirror of https://github.com/nymea/nymea.git
Add phaseCount state to electricvehicle interface
parent
d8c86c5767
commit
8d50955bcc
|
|
@ -14,6 +14,13 @@
|
|||
"minValue": 6,
|
||||
"maxValue": 16,
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "phaseCount",
|
||||
"type": "uint",
|
||||
"minValue": 1,
|
||||
"maxValue": 3,
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue