Merge PR #539: Add phaseCount state to electricvehicle interface

pull/542/head
jenkins 2022-06-30 15:04:39 +02:00
commit eb32e2274a
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
"minValue": 6,
"maxValue": 16,
"optional": true
},
{
"name": "phaseCount",
"type": "uint",
"minValue": 1,
"maxValue": 3,
"optional": true
}
]
}