Files
iD/data/presets/fields/switch.json
Bryan Housel 512ee67374 Add power=switch preset
(closes #4441)
2017-11-02 14:53:32 -04:00

14 lines
290 B
JSON

{
"key": "switch",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"mechanical": "Mechanical",
"circuit_breaker": "Circuit Breaker",
"disconnector": "Disconnector",
"earthing": "Earthing"
}
}
}