mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-22 08:48:34 +00:00
extend enum
This commit is contained in:
parent
861bf144ae
commit
8789c9bab0
1 changed files with 11 additions and 0 deletions
|
|
@ -213,6 +213,17 @@ export const MainHeatingSystemValues: [string, ...string[]] = [
|
|||
"Electric storage heaters, convector",
|
||||
"Electric storage heaters, fan",
|
||||
"Direct-acting electric",
|
||||
"Electric room heaters",
|
||||
"Solid fuel room heater, closed",
|
||||
"Air source heat pump",
|
||||
"Community heating, boilers",
|
||||
"Community heating, CHP and boilers",
|
||||
"Oil room heater, 2000 or later",
|
||||
"Gas room heater, condensing fire",
|
||||
"Gas room heater, decorative fuel-effect",
|
||||
"Gas room heater, flush live-effect",
|
||||
"Gas room heater, open flue 1980 or later",
|
||||
"Gas room heater, open flue pre-1980",
|
||||
"Unknown",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue