mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Adding additional description to wall maps
This commit is contained in:
parent
54b6761803
commit
1c77c0801d
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class WallRecommendations(Definitions):
|
|||
EXTERNALLY_INSULATED_WALL_DESCRIPTIONS = {
|
||||
"Cavity wall, as built, insulated": "Cavity wall, filled cavity and external insulation",
|
||||
"Solid brick, as built, no insulation": "Solid brick, with external insulation",
|
||||
"Solid brick, as built, insulated": "Solid brick, with external insulation",
|
||||
"Cob, as built": "Cob, with external insulation",
|
||||
"System built, as built, no insulation": "System built, with external insulation",
|
||||
"Granite or whinstone, as built, no insulation": 'Granite or whinstone, with external insulation',
|
||||
|
|
@ -69,6 +70,7 @@ class WallRecommendations(Definitions):
|
|||
INTERNALLY_INSULATED_WALL_DESCRIPTIONS = {
|
||||
"Cavity wall, as built, insulated": "Cavity wall, filled cavity and internal insulation",
|
||||
"Solid brick, as built, no insulation": "Solid brick, with internal insulation",
|
||||
"Solid brick, as built, insulated": "Solid brick, with internal insulation",
|
||||
"Cob, as built": "Cob, with internal insulation",
|
||||
"System built, as built, no insulation": "System built, with internal insulation",
|
||||
"Granite or whinstone, as built, no insulation": 'Granite or whinstone, with internal insulation',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue