File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,19 @@ COC:
399
399
- high_zone_air_co_concentration_alarm
400
400
- failed_zone_air_co_concentration_alarm
401
401
402
+ COCMAX :
403
+ guid : " 5d8f0f34-247b-4a2d-bbcf-c0ae84019489"
404
+ description : " Multi-zone carbon monoxide control to the maximum zone concentration."
405
+ is_abstract : true
406
+ implements :
407
+ - OPERATIONAL
408
+ uses :
409
+ - max_zone_air_co_concentration_sensor
410
+ - zone_air_co_concentration_setpoint
411
+ opt_uses :
412
+ - high_zone_air_co_concentration_alarm
413
+ - failed_zone_air_co_concentration_alarm
414
+
402
415
COM :
403
416
guid : " bd9a1e2d-0710-4c58-8a56-3890af55f6b3"
404
417
description : " Carbon monoxide monitoring."
Original file line number Diff line number Diff line change @@ -343,6 +343,16 @@ FAN_SS_VSC_COC:
343
343
- VSC
344
344
- COC
345
345
346
+ FAN_SS_VSC_COCMAX :
347
+ guid : " d7c1b80c-e982-4ce5-9fc4-2bf59d0f9d4e"
348
+ description : " Variable speed ventilation fan (for controlling to maximum carbon monoxide concentration)."
349
+ is_canonical : true
350
+ implements :
351
+ - FAN
352
+ - SS
353
+ - VSC
354
+ - COCMAX
355
+
346
356
FAN_SS_VSC_ETM :
347
357
guid : " 506ff5b9-c55a-4d4e-8c91-a040871a9b40"
348
358
description : " Fan with exhaust air temp sensor."
Original file line number Diff line number Diff line change @@ -569,6 +569,9 @@ literals:
569
569
- max_zone_air_co2_concentration_sensor :
570
570
flexible_min : 0.00005
571
571
flexible_max : 0.005
572
+ - max_zone_air_co_concentration_sensor :
573
+ flexible_min : 0.00035
574
+ flexible_max : 0.0015
572
575
- average_zone_air_co2_concentration_sensor :
573
576
flexible_min : 0.00005
574
577
flexible_max : 0.005
You can’t perform that action at this time.
0 commit comments