-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathph.point_air-flow.xeto
More file actions
43 lines (37 loc) · 980 Bytes
/
ph.point_air-flow.xeto
File metadata and controls
43 lines (37 loc) · 980 Bytes
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
//
// Copyright (c) 2025, HPBS
// Licensed under the Academic Free License version 3.0
//
// History:
// 22 Jan 2025 Creation
//
// Placeholder Air Flow Point Specs
//
// These specs are intended to be contributed upstream to ph.points.
// ph.points/air-flow.xeto has Discharge, Exhaust, Outside, Return, Ventilation
// but not Zone or Mixed.
//
//////////////////////////////////////////////////////////////////////////
// Zone Air Flow Points
//////////////////////////////////////////////////////////////////////////
// Zone air flow sensor
ZoneAirFlowSensor: NumberPoint & SensorPoint {
zone
air
flow
}
// Zone air flow setpoint
ZoneAirFlowSp: NumberPoint & SpPoint {
zone
air
flow
}
//////////////////////////////////////////////////////////////////////////
// Mixed Air Flow Points
//////////////////////////////////////////////////////////////////////////
// Mixed air flow sensor
MixedAirFlowSensor: NumberPoint & SensorPoint {
mixed
air
flow
}