diff --git a/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/ColdDeckInletAirDamperPositionActuator.json b/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/ColdDeckInletAirDamperPositionActuator.json new file mode 100644 index 00000000..e4b8a465 --- /dev/null +++ b/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/ColdDeckInletAirDamperPositionActuator.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckInletAirDamperPositionActuator;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The percent command which sets the position of the inlet air damper to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirDamperPositionActuator;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/HotDeckInletAirDamperPositionActuator.json b/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/HotDeckInletAirDamperPositionActuator.json new file mode 100644 index 00000000..97137c1e --- /dev/null +++ b/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/HotDeckInletAirDamperPositionActuator.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckInletAirDamperPositionActuator;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The percent command which sets the position of the inlet air damper to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirDamperPositionActuator;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/InletAirDamperPositionActuator.json b/Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/InletAirDamperPositionActuator.json similarity index 100% rename from Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/InletAirDamperPositionActuator.json rename to Ontology/Willow/Capability/Actuator/Percent Actuator/Position Actuator/DamperPositionActuator/Inlet/InletAirDamperPositionActuator.json diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/ColdDeckDischargeAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/ColdDeckDischargeAirFlowSetpoint.json new file mode 100644 index 00000000..23cac663 --- /dev/null +++ b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/ColdDeckDischargeAirFlowSetpoint.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckDischargeAirFlowSetpoint;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Discharge Air Flow Setpoint" + }, + "description": {"en": "The desired value associated with discharge (supply) air flow to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirFlowSetpoint;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/DischargeAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/DischargeAirFlowSetpoint.json similarity index 100% rename from Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/DischargeAirFlowSetpoint.json rename to Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/DischargeAirFlowSetpoint.json diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/HotDeckDischargeAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/HotDeckDischargeAirFlowSetpoint.json new file mode 100644 index 00000000..34698cae --- /dev/null +++ b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Discharge/HotDeckDischargeAirFlowSetpoint.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckDischargeAirFlowSetpoint;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Discharge Air Flow Setpoint" + }, + "description": {"en": "The desired value associated with discharge (supply) air flow to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirFlowSetpoint;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/ColdDeckInletAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/ColdDeckInletAirFlowSetpoint.json new file mode 100644 index 00000000..17c1e2ec --- /dev/null +++ b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/ColdDeckInletAirFlowSetpoint.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckInletAirFlowSetpoint;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Inlet Air Flow Setpoint" + }, + "description": {"en": "The desired value associated with inlet (supply) air flow to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirFlowSetpoint;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/HotDeckInletAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/HotDeckInletAirFlowSetpoint.json new file mode 100644 index 00000000..0d3ebdb5 --- /dev/null +++ b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/HotDeckInletAirFlowSetpoint.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckInletAirFlowSetpoint;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Inlet Air Flow Setpoint" + }, + "description": {"en": "The desired value associated with inlet (supply) air flow to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirFlowSetpoint;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/InletAirFlowSetpoint.json b/Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/InletAirFlowSetpoint.json similarity index 100% rename from Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/InletAirFlowSetpoint.json rename to Ontology/Willow/Capability/Parameter/Setpoint/Quantity/FlowSetpoint/VolumeFlowSetpoint/AirFlowSetpoint/Inlet/InletAirFlowSetpoint.json diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/ColdDeckDischargeAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/ColdDeckDischargeAirFlowSensor.json new file mode 100644 index 00000000..8270b62d --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/ColdDeckDischargeAirFlowSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckDischargeAirFlowSensor;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Discharge Air Flow Sensor" + }, + "description": {"en": "The flow feedback from a sensor associated with discharge air to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirFlowSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/DischargeAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/DischargeAirFlowSensor.json similarity index 100% rename from Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/DischargeAirFlowSensor.json rename to Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/DischargeAirFlowSensor.json diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/HotDeckDischargeAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/HotDeckDischargeAirFlowSensor.json new file mode 100644 index 00000000..5c09ad07 --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Discharge/HotDeckDischargeAirFlowSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckDischargeAirFlowSensor;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Discharge Air Flow Sensor" + }, + "description": {"en": "The flow feedback from a sensor associated with discharge air to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirFlowSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/ColdDeckInletAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/ColdDeckInletAirFlowSensor.json new file mode 100644 index 00000000..5d441ee3 --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/ColdDeckInletAirFlowSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckInletAirFlowSensor;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Inlet Air Flow Sensor" + }, + "description": {"en": "The flow feedback from a sensor associated with inlet air to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirFlowSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/HotDeckInletAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/HotDeckInletAirFlowSensor.json new file mode 100644 index 00000000..01d42da9 --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/HotDeckInletAirFlowSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckInletAirFlowSensor;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Inlet Air Flow Sensor" + }, + "description": {"en": "The flow feedback from a sensor associated with inlet air to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirFlowSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/InletAirFlowSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/InletAirFlowSensor.json similarity index 100% rename from Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/InletAirFlowSensor.json rename to Ontology/Willow/Capability/Sensor/QuantitySensor/FlowSensor/VolumeFlowSensor/AirFlowSensor/Inlet/InletAirFlowSensor.json diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/ColdDeckDischargeAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/ColdDeckDischargeAirTemperatureSensor.json new file mode 100644 index 00000000..28f383d4 --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/ColdDeckDischargeAirTemperatureSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckDischargeAirTemperatureSensor;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Discharge Air Temperature Sensor" + }, + "description": {"en": "The temperature feedback from a sensor associated with discharge air to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirTemperatureSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/DischargeAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/DischargeAirTemperatureSensor.json similarity index 100% rename from Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/DischargeAirTemperatureSensor.json rename to Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/DischargeAirTemperatureSensor.json diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/HotDeckDischargeAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/HotDeckDischargeAirTemperatureSensor.json new file mode 100644 index 00000000..30cdd28c --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Discharge/HotDeckDischargeAirTemperatureSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckDischargeAirTemperatureSensor;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Discharge Air Temperature Sensor" + }, + "description": {"en": "The temperature feedback from a sensor associated with discharge air to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:DischargeAirTemperatureSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/ColdDeckInletAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/ColdDeckInletAirTemperatureSensor.json new file mode 100644 index 00000000..3c4061da --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/ColdDeckInletAirTemperatureSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckInletAirTemperatureSensor;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The temperature feedback from a sensor associated with inlet air to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirTemperatureSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/HotDeckInletAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/HotDeckInletAirTemperatureSensor.json new file mode 100644 index 00000000..5fad5915 --- /dev/null +++ b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/HotDeckInletAirTemperatureSensor.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckInletAirTemperatureSensor;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The temperature feedback from a sensor associated with inlet air to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirTemperatureSensor;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/InletAirTemperatureSensor.json b/Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/InletAirTemperatureSensor.json similarity index 100% rename from Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/InletAirTemperatureSensor.json rename to Ontology/Willow/Capability/Sensor/QuantitySensor/TemperatureSensor/Air/Inlet/InletAirTemperatureSensor.json diff --git a/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/ColdDeckInletAirDamperPositionState.json b/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/ColdDeckInletAirDamperPositionState.json new file mode 100644 index 00000000..d1ae29d8 --- /dev/null +++ b/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/ColdDeckInletAirDamperPositionState.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:ColdDeckInletAirDamperPositionState;1", + "@type": "Interface", + "displayName": { + "en": "Cold Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The percent position state of the inlet air damper to a terminal unit from the cold deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirDamperPositionState;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/HotDeckInletAirDamperPositionState.json b/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/HotDeckInletAirDamperPositionState.json new file mode 100644 index 00000000..338f809f --- /dev/null +++ b/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/HotDeckInletAirDamperPositionState.json @@ -0,0 +1,16 @@ +{ + "@id": "dtmi:com:willowinc:HotDeckInletAirDamperPositionState;1", + "@type": "Interface", + "displayName": { + "en": "Hot Deck Inlet Air Temperature Sensor" + }, + "description": {"en": "The percent position state of the inlet air damper to a terminal unit from the hot deck of an air handling unit"}, + "extends" : [ + "dtmi:com:willowinc:InletAirDamperPositionState;1" + ], + "contents": [ + ], + "@context": [ + "dtmi:dtdl:context;3" + ] +} diff --git a/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/InletAirDamperPositionState.json b/Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/InletAirDamperPositionState.json similarity index 100% rename from Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/InletAirDamperPositionState.json rename to Ontology/Willow/Capability/State/Percent State/Position State/DamperPositionState/Inlet/InletAirDamperPositionState.json