diff --git a/bricksrc/deprecations.py b/bricksrc/deprecations.py index ea5281bc..e9a43bdf 100644 --- a/bricksrc/deprecations.py +++ b/bricksrc/deprecations.py @@ -1,6 +1,11 @@ from .namespaces import BRICK, RDFS, SKOS, A deprecations = { + BRICK.Condenser: { + "version": "1.3.0", + "mitigation_message": "'Condenser' and 'Condensing Unit' are interchangable terms. Renaming class to 'Condensing_Unit' to further aligns with ASHRAE's terminology.", + "replace_with": BRICK.Condensing_Unit, + }, BRICK.Solar_Radiance_Sensor: { "version": "1.3.0", "mitigation_message": "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications.", diff --git a/bricksrc/equipment.py b/bricksrc/equipment.py index dc0e8276..f0b028ac 100644 --- a/bricksrc/equipment.py +++ b/bricksrc/equipment.py @@ -683,7 +683,7 @@ "Relief_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Relief]}, }, }, - "Condenser": {"tags": [TAG.Equipment, TAG.Condenser]}, + "Condensing_Unit": {"tags": [TAG.Equipment, TAG.Condenser, TAG.Condensing, TAG.Unit]}, "Computer_Room_Air_Conditioning": { "tags": [ TAG.Equipment,