Add power=switch preset

(closes #4441)
This commit is contained in:
Bryan Housel
2017-11-02 14:53:32 -04:00
parent a0a197a69e
commit 512ee67374
13 changed files with 152 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"key": "cables",
"type": "number",
"label": "Cables",
"placeholder": "1, 2, 3..."
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "devices",
"type": "number",
"label": "Number of Devices",
"label": "Devices",
"placeholder": "1, 2, 3..."
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "phases",
"type": "number",
"label": "Number of Phases",
"label": "Phases",
"placeholder": "1, 2, 3..."
}
+13
View File
@@ -0,0 +1,13 @@
{
"key": "switch",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"mechanical": "Mechanical",
"circuit_breaker": "Circuit Breaker",
"disconnector": "Disconnector",
"earthing": "Earthing"
}
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"key": "transformer",
"type": "combo",
"label": "Type of Transformer",
"label": "Type",
"strings": {
"options": {
"distribution": "Distribution",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "voltage",
"type": "combo",
"label": "Voltage"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "windings",
"type": "number",
"label": "Number of Windings",
"label": "Windings",
"placeholder": "1, 2, 3..."
}