mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "cables",
|
||||
"type": "number",
|
||||
"label": "Cables",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "devices",
|
||||
"type": "number",
|
||||
"label": "Number of Devices",
|
||||
"label": "Devices",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "phases",
|
||||
"type": "number",
|
||||
"label": "Number of Phases",
|
||||
"label": "Phases",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "switch",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"mechanical": "Mechanical",
|
||||
"circuit_breaker": "Circuit Breaker",
|
||||
"disconnector": "Disconnector",
|
||||
"earthing": "Earthing"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "transformer",
|
||||
"type": "combo",
|
||||
"label": "Type of Transformer",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"distribution": "Distribution",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "voltage",
|
||||
"type": "combo",
|
||||
"label": "Voltage"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "windings",
|
||||
"type": "number",
|
||||
"label": "Number of Windings",
|
||||
"label": "Windings",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user