Merge PR #539: Add phaseCount state to electricvehicle interface

This commit is contained in:
jenkins 2022-06-30 15:04:39 +02:00
commit eb32e2274a

View File

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