COOLING: Cooling System
The COOLING entity stores cooling systems. Building-level cooling system types (e.g. chilled water, DX, evaporative, free cooling).
Default definition. This article describes the default
COOLING definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches COOLING.Entity properties
| Property | Value |
|---|---|
| Entity code | COOLING |
| Display name | Cooling System |
| Plural | Cooling Systems |
| Level | 250 |
Use cases
COOLING is a lookup entity referenced by BUILDING (as coolingSystemType and backupCoolingType) to classify the primary cooling technology at the building level. Values include chilled water, direct expansion (DX), evaporative, adiabatic, free cooling, and hybrid systems.
Fields
Cooling System
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (multi-line) | Description |
Relationships
- No declared relationships in the default definition.
Creating a Cooling System via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "COOLING",
"level": 250,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example value",
"description": "Example value"
}
Listing Cooling Systems
GET /v1/entities/COOLING/SUB