Merge PR #206: Schrack: Default to 3-phase connection
commit
1d3c3d2d6e
|
|
@ -39,7 +39,7 @@
|
||||||
"displayName": "Phases connected",
|
"displayName": "Phases connected",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"allowedValues": ["A", "B", "C", "AB", "BC", "AC", "ABC"],
|
"allowedValues": ["A", "B", "C", "AB", "BC", "AC", "ABC"],
|
||||||
"defaultValue": "A"
|
"defaultValue": "ABC"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stateTypes": [
|
"stateTypes": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue