adding boiler upgrade enum

This commit is contained in:
Khalim Conn-Kowlessar 2025-11-29 07:59:37 +00:00
parent 10642d236a
commit 53422d6aa7
4 changed files with 4707 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."type" ADD VALUE 'boiler_upgrade' BEFORE 'roomstat_programmer_trvs';

File diff suppressed because it is too large Load diff

View file

@ -932,6 +932,13 @@
"when": 1764401779805,
"tag": "0132_cynical_ikaris",
"breakpoints": true
},
{
"idx": 133,
"version": "7",
"when": 1764403077454,
"tag": "0133_calm_talkback",
"breakpoints": true
}
]
}

View file

@ -55,6 +55,8 @@ export const MaterialType: [string, ...string[]] = [
// heating systems
"high_heat_retention_storage_heaters",
"air_source_heat_pump",
// Upgrade an exiting heating system
"boiler_upgrade",
// heating controls
"roomstat_programmer_trvs",
"time_temperature_zone_control",