lib/openstudio/templates/static_variable.json.erb in openstudio-analysis-0.1.12 vs lib/openstudio/templates/static_variable.json.erb in openstudio-analysis-0.1.13
- old
+ new
@@ -8,9 +8,10 @@
},
"display_name": "<%= @variable['display_name'] %>",
"machine_name": "<%= @variable['machine_name'] %>",
"name": "<%= @variable['machine_name'] %>",
"units": "<%= @variable['units'] %>",
+ "value_type": "<%= @variable['type'] %>",
"static": true,
"static_ADDME": true,
"relation_to_output": "<%= @variable['relation_to_eui'] %>",
"relation_to_output_ADDME": "<%= @variable['relation_to_eui'] %>",
"static_value": <%= @variable['distribution']['static_value'].inspect %>,