mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 23:00:21 +02:00
Add preset for emergency=fire_service_inlet and fields for fire_mains and fire_sprinkler (#806)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "fire_mains",
|
||||
"type": "combo",
|
||||
"label": "Network-Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"dry": "Dedicated Network (Normally Dry)",
|
||||
"wet": "Connected to Mains (Permanently Filled)",
|
||||
"yes": "Unknown Type",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "fire_service_inlet",
|
||||
"type": "combo",
|
||||
"label": "Shape",
|
||||
"strings": {
|
||||
"options": {
|
||||
"pillar": "Pillar/Aboveground",
|
||||
"underground": "Underground",
|
||||
"wall": "Wall",
|
||||
"pipe": "Capped Pipe"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "fire_sprinkler",
|
||||
"type": "combo",
|
||||
"label": "Fire Sprinkler Inlet",
|
||||
"strings": {
|
||||
"options": {
|
||||
"dry": "Dedicated Network (Normally Dry)",
|
||||
"wet": "Connected to Mains (Permanently Filled)",
|
||||
"pre-action": "Connected to Mains (Pre-Action System)",
|
||||
"yes": "Unknown Type",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user