Add phaseCount state to electricvehicle interface

pull/539/head
Michael Zanetti 2022-06-27 12:37:44 +02:00
parent d8c86c5767
commit 8d50955bcc
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
}
]
}