Add preset for emergency=fire_service_inlet and fields for fire_mains and fire_sprinkler (#806)

This commit is contained in:
tiptoptom 2023-03-14 18:01:15 +01:00 committed by GitHub
parent 5a75ce9458
commit 29130c5665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 81 additions and 0 deletions

View file

@ -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
}

View file

@ -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
}

View file

@ -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
}