id-tagging-schema/data/fields/switch.json
2022-01-25 14:28:05 +01:00

15 lines
347 B
JSON

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