lib/from_openstudio/construction/shade.rb in honeybee-openstudio-2.28.0 vs lib/from_openstudio/construction/shade.rb in honeybee-openstudio-2.28.1

- old
+ new

@@ -38,10 +38,10 @@ def self.from_construction(construction) # create an empty hash hash = {} hash[:type] = 'ShadeConstruction' # set hash values from OpenStudio Object - hash[:identifier] = clean_name(construction.nameString) + hash[:identifier] = clean_name(construction.nameString) + ' Shade' unless construction.displayName.empty? hash[:display_name] = (construction.displayName.get).force_encoding("UTF-8") end # get outermost construction layers layer = construction.layers[0]