mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Bill title-cased dual-fuel secondary heaters at Table 32 code 10 🟩
#1628: fixture 500796700868 re-blocks on a later label (first-exception-hit); metrics unchanged, ratchets hold. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4af086112a
commit
6262f6594d
1 changed files with 5 additions and 0 deletions
|
|
@ -7890,6 +7890,11 @@ _PASHUB_SECONDARY_FUEL_TO_SAP10: Dict[str, int] = {
|
|||
# Solid-fuel secondary heater burning house coal → Table 32 code 11 (House
|
||||
# coal), the same code the solid-fuel main-heating path pins (SAP 631 → 11).
|
||||
"House Coal": 11,
|
||||
# Dual-fuel (mineral + wood) secondary heater, e.g. an open fire in grate.
|
||||
# Same fuel, same Table 32 code as the main-fuel path pins for the
|
||||
# sentence-case label (10 — see `_PASHUB_MAIN_FUEL_TO_SAP10`); the
|
||||
# secondary-heating survey field lodges it title-cased.
|
||||
"Dual Fuel Appliance (Mineral and Wood)": 10,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue