Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating to final standards gem but may be ext gem update #185

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Version 0.11.0
- Support for OpenStudio 3.9 (upgrade to standards gem 0.7.0, extension gem 0.8.1)
- Fixed [#160]( https://github.com/NREL/openstudio-common-measures-gem/issues/160 ), ServerDirectoryCleanup test doesn't test whether the measure does what it's supposed to do
- Fixed [#174]( https://github.com/NREL/openstudio-common-measures-gem/issues/174 ), ChangeBuildingLocation CSV encoding
- Fixed [#133]( https://github.com/NREL/openstudio-common-measures-gem/pull/133 ), add measure for SimulationControl
- Fixed [#134]( https://github.com/NREL/openstudio-common-measures-gem/pull/134 ), add customization for revit to openstudio results
- Fixed [#156]( https://github.com/NREL/openstudio-common-measures-gem/pull/156 ), view_model / view_data: improve maintainability by using separate jS files + add new geometry diagnostics feature
- Fixed [#166]( https://github.com/NREL/openstudio-common-measures-gem/pull/166 ), fix not applicable message in AddOutputDiagnostics
- Fixed [#170]( https://github.com/NREL/openstudio-common-measures-gem/pull/170 ), add input_value_at_50_pa argument to set_space_infiltration_per_exterior_area
- Fixed [#172]( https://github.com/NREL/openstudio-common-measures-gem/pull/172 ), Os results enhancements
- Fixed [#173]( https://github.com/NREL/openstudio-common-measures-gem/pull/173 ), ChangeBuildingLocation EPW file encoding
- Fixed [#182]( https://github.com/NREL/openstudio-common-measures-gem/pull/182 ), View model geometry diag and split js

## Version 0.10.0
- Support for OpenStudio 3.8 (upgrade to standards gem 0.6.0, extension gem 0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion doc_templates/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddCostPerAreaToConstruction/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddCostPerAreaToConstruction/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_area_to_construction</name>
<uid>bf6ac5d5-6348-4012-b7b4-1200a672e377</uid>
<version_id>860086a0-4eb3-4290-af42-1ebdadb94125</version_id>
<version_modified>2024-07-11T14:32:03Z</version_modified>
<version_id>fd2fe78c-74ea-4117-a56f-cdb69130fcee</version_id>
<version_modified>2024-11-16T23:54:13Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerAreaToConstruction</class_name>
<display_name>Add Cost per Area to Construction</display_name>
Expand Down Expand Up @@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddCostPerFloorAreaToBuilding/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddCostPerFloorAreaToBuilding/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_floor_area_to_building</name>
<uid>153992bb-0202-424b-9fbb-57fcf0285e65</uid>
<version_id>763c9857-93fa-4049-a8c0-6161c30eb541</version_id>
<version_modified>2024-07-11T14:32:06Z</version_modified>
<version_id>a89cf6e0-e57a-4bdc-ac4a-75f34ce298c3</version_id>
<version_modified>2024-11-16T23:54:15Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerFloorAreaToBuilding</class_name>
<display_name>Add Cost per Floor Area to Building</display_name>
Expand Down Expand Up @@ -144,7 +144,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_floor_area_to_electric_equipment</name>
<uid>42cf1acc-c0bc-46cd-af67-8a17cadaab7b</uid>
<version_id>e584d703-1f79-47dc-9940-126d4927a992</version_id>
<version_modified>2024-07-11T14:32:01Z</version_modified>
<version_id>82439a8d-e528-40bd-9151-736c35e2917f</version_id>
<version_modified>2024-11-16T23:54:12Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerFloorAreaToElectricEquipment</class_name>
<display_name>Add Cost per Floor Area to Electric Equipment</display_name>
Expand Down Expand Up @@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddCostPerFloorAreaToLights/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddCostPerFloorAreaToLights/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_floor_area_to_lights</name>
<uid>eeec5adf-b3a8-498a-b0d1-eabd81ca0620</uid>
<version_id>585d2977-848a-421c-9da0-e798d70f8c2c</version_id>
<version_modified>2024-07-11T14:32:04Z</version_modified>
<version_id>a27526a8-0f4a-427f-bb60-530b2d04ce45</version_id>
<version_modified>2024-11-16T23:54:14Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerFloorAreaToLights</class_name>
<display_name>Add Cost per FloorArea to Lights</display_name>
Expand Down Expand Up @@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddCostPerFloorAreaUnusedToLights/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddCostPerFloorAreaUnusedToLights/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_floor_area_to_unused_lights</name>
<uid>a5f5ddcf-48bb-413a-a712-0ee22f0b40a4</uid>
<version_id>1b346f2e-67d4-4041-b3b3-db02c92c91dc</version_id>
<version_modified>2024-07-11T14:32:11Z</version_modified>
<version_id>01c854f9-16b6-44fa-bf98-52352d426101</version_id>
<version_modified>2024-11-16T23:54:18Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerFloorAreaToUnusedLights</class_name>
<display_name>Add Cost per Floor Area to Unused Lights</display_name>
Expand Down Expand Up @@ -141,7 +141,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_to_supply_side_hvac_component_by_air_loop</name>
<uid>a667a52f-aa04-4997-9292-c81671d75f84</uid>
<version_id>3add3271-7d23-4c60-8262-496b8ce3c8d9</version_id>
<version_modified>2024-07-11T14:32:03Z</version_modified>
<version_id>0954521a-df5e-4233-8f93-5493f83c69c0</version_id>
<version_modified>2024-11-16T23:54:14Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostToSupplySideHVACComponentByAirLoop</class_name>
<display_name>Add Cost to Supply Side HVAC Component by Air Loop</display_name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<model_dependent>false</model_dependent>
<choices>
<choice>
<value>{e082ca35-10c9-4d99-9639-c6fa18a6d270}</value>
<value>{53352c37-0e9c-4a72-ae03-9345a60f1e60}</value>
<display_name>*All Air Loops*</display_name>
</choice>
</choices>
Expand Down Expand Up @@ -208,7 +208,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddCostperAreatoUnusedConstruction/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddCostperAreatoUnusedConstruction/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_cost_per_area_to_unused_construction</name>
<uid>ad632782-125f-45c8-a9cf-516e184b418a</uid>
<version_id>0ef0fe11-89d7-4d04-96fd-4e7d683637f1</version_id>
<version_modified>2024-07-11T14:32:06Z</version_modified>
<version_id>6f9fd9e6-48aa-4e11-aa20-b7d4f2facb95</version_id>
<version_modified>2024-11-16T23:54:15Z</version_modified>
<xml_checksum>35DA4ED3</xml_checksum>
<class_name>AddCostPerAreaToUnusedConstruction</class_name>
<display_name>Add Cost per Area to Unused Construction</display_name>
Expand Down Expand Up @@ -141,7 +141,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddExteriorLights/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddExteriorLights/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_exterior_lights</name>
<uid>34f9050c-5f8f-4d10-8e46-30ca8333114d</uid>
<version_id>5424f31c-13ac-438e-a802-98c69979c130</version_id>
<version_modified>2024-07-11T14:32:02Z</version_modified>
<version_id>b7da8ea0-0fc4-4519-8ff0-fc52bef46190</version_id>
<version_modified>2024-11-16T23:54:13Z</version_modified>
<xml_checksum>293730A7</xml_checksum>
<class_name>AddExteriorLights</class_name>
<display_name>Add Exterior Lights</display_name>
Expand Down Expand Up @@ -151,7 +151,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddMeter/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddMeter/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_meter</name>
<uid>ad4015f2-6d1d-4bb2-84b1-db47bc67a5b2</uid>
<version_id>288e248e-aedf-4c6b-ac7b-1077444b6a59</version_id>
<version_modified>2024-07-11T14:32:07Z</version_modified>
<version_id>3ef806d0-a2b9-4673-9ac0-bbfe838dae7e</version_id>
<version_modified>2024-11-16T23:54:16Z</version_modified>
<xml_checksum>0CA4D54C</xml_checksum>
<class_name>AddMeter</class_name>
<display_name>Add Meter</display_name>
Expand Down Expand Up @@ -82,7 +82,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddOutputDiagnostics/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddOutputDiagnostics/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_output_diagnostics</name>
<uid>cb957503-4a01-42c4-a918-a44df4ea759c</uid>
<version_id>8138aec6-0182-4778-a02e-1194d553e7f3</version_id>
<version_modified>2024-04-29T14:26:44Z</version_modified>
<version_id>1ba94e70-fa6c-4cf7-bd9d-5b0735b2300e</version_id>
<version_modified>2024-11-16T23:54:12Z</version_modified>
<xml_checksum>AA6ADD14</xml_checksum>
<class_name>AddOutputDiagnostics</class_name>
<display_name>Add Output Diagnostics</display_name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddOutputVariable/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddOutputVariable/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_output_variable</name>
<uid>2a058afb-e349-49ae-a4bf-2c56a42b4352</uid>
<version_id>72ed5e71-ec1d-4f48-b3f9-844048dde9ae</version_id>
<version_modified>2024-07-11T14:32:11Z</version_modified>
<version_id>27d01112-66bb-41ca-97a7-4b1dd74c83c7</version_id>
<version_modified>2024-11-16T23:54:18Z</version_modified>
<xml_checksum>0CA4D54C</xml_checksum>
<class_name>AddOutputVariable</class_name>
<display_name>Add Output Variable</display_name>
Expand Down Expand Up @@ -94,7 +94,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddSimplePvToShadingSurfacesByType/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddSimplePvToShadingSurfacesByType/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_simple_pv_to_shading_surfaces_by_type</name>
<uid>27627c16-75d4-4fc3-add9-2d7d538c0130</uid>
<version_id>a6476df6-8fac-48df-9065-6d2dc7f1c382</version_id>
<version_modified>2024-07-11T14:32:08Z</version_modified>
<version_id>17051d34-b75e-442a-9901-d5c81f4cf54b</version_id>
<version_modified>2024-11-16T23:54:16Z</version_modified>
<xml_checksum>92C8C204</xml_checksum>
<class_name>AddSimplePvToShadingSurfacesByType</class_name>
<display_name>Add Simple PV to Specified Shading Surfaces</display_name>
Expand Down Expand Up @@ -118,7 +118,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AddThermalComfortModelTypes/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AddThermalComfortModelTypes/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>add_thermal_comfort_model_types</name>
<uid>5ae7b6b3-58d0-40b4-9899-a7cf0e0d36d2</uid>
<version_id>4df1a3ab-2368-464d-8ade-28a0b26601fd</version_id>
<version_modified>2024-07-11T14:32:12Z</version_modified>
<version_id>e4859508-750e-4c5f-b1fd-f9053d734101</version_id>
<version_modified>2024-11-16T23:54:18Z</version_modified>
<xml_checksum>F0C3F749</xml_checksum>
<class_name>AddThermalComfortModelTypes</class_name>
<display_name>AddThermalComfortModelTypes</display_name>
Expand Down Expand Up @@ -197,7 +197,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/AdjustSystemEfficiencies/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
6 changes: 3 additions & 3 deletions lib/measures/AdjustSystemEfficiencies/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>adjust_system_efficiencies</name>
<uid>edeaff3d-3ae4-4487-b4a4-5cf08ea14510</uid>
<version_id>c1b9b6df-bd86-4d3b-b545-7c5e6577bc46</version_id>
<version_modified>2024-07-11T14:32:02Z</version_modified>
<version_id>20f08d3a-55c5-404b-b5a8-a760ced39fd8</version_id>
<version_modified>2024-11-16T23:54:13Z</version_modified>
<xml_checksum>4435983D</xml_checksum>
<class_name>AdjustSystemEfficiencies</class_name>
<display_name>AdjustSystemEfficiencies</display_name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<filename>LICENSE.md</filename>
<filetype>md</filetype>
<usage_type>license</usage_type>
<checksum>BFFB1AA6</checksum>
<checksum>8696A072</checksum>
</file>
<file>
<filename>README.md</filename>
Expand Down
Loading