lib/openstudio/templates/argument.json.erb in openstudio-analysis-0.3.2 vs lib/openstudio/templates/argument.json.erb in openstudio-analysis-0.3.3
- old
+ new
@@ -1,6 +1,7 @@
{
"display_name": "<%= @variable['display_name'] %>",
+ "display_name_short": "<%= @variable['display_name_short'] %>",
"machine_name": "<%= @variable['machine_name'] %>",
"name": "<%= @variable['name'] %>",
"value": <%= @static_value %>,
"value_type": "<%= @variable['type'] %>",
"uuid": "<%= UUID.new.generate %>",