-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathph.point_pressure.xeto
More file actions
49 lines (42 loc) · 1.1 KB
/
ph.point_pressure.xeto
File metadata and controls
49 lines (42 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//
// Copyright (c) 2025, HPBS
// Licensed under the Academic Free License version 3.0
//
// History:
// 22 Jan 2025 Creation
//
// Placeholder Air Pressure Point Specs
//
// These specs are intended to be contributed upstream to ph.points.
// ph.points/air-pressure.xeto has Discharge and Return but not Zone or Building.
//
//////////////////////////////////////////////////////////////////////////
// Zone Air Pressure Points
//////////////////////////////////////////////////////////////////////////
// Zone air pressure sensor
ZoneAirPressureSensor: NumberPoint & SensorPoint {
zone
air
pressure
}
// Zone air pressure setpoint
ZoneAirPressureSp: NumberPoint & SpPoint {
zone
air
pressure
}
//////////////////////////////////////////////////////////////////////////
// Building Air Pressure Points
//////////////////////////////////////////////////////////////////////////
// Building air pressure sensor
BuildingAirPressureSensor: NumberPoint & SensorPoint {
building
air
pressure
}
// Building air pressure setpoint
BuildingAirPressureSp: NumberPoint & SpPoint {
building
air
pressure
}