honeybee-openstudio 2.38.3 → 2.38.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c725de760579ff3e3e9c39e5cb00113eeea0ce377de1b02ad059a2235cb324c6
4
- data.tar.gz: 2e6901f0ec7d255ab78f6d2f8fc2a4b85cefbfacc97409bf6a75a206648cf788
3
+ metadata.gz: 7252e988aa38e388e24ee6c11090cc4fa28418d16d43dc1904eddad7b38db73e
4
+ data.tar.gz: 6a4ced4602be3c14f86ee8bd0cb10089f49d102994b6de494c0292da3ac21e9c
5
5
  SHA512:
6
- metadata.gz: 8893e14df5a0adf85d02e96f37a2cfd8777c6ca40a52f00e13aadeda17d18ca081e62d839723cd36b7e1ed86a4b91c13431eb3360696b930934081c3ef1424ca
7
- data.tar.gz: 37c0e766b7a9b74f0ebc6ce33a1f7a41489016b04ac5f634690f3f396a1dca6d4472075870108c93e1b4d6128c77de9465ffdbb73915b11b8dd0c543bb7872ae
6
+ metadata.gz: 26b98e1b641d68a719048f22e81a2144cc8190f5be2970227a24a9d4c6bcb9a197b66ad42972e77b7c93d54276ada5eb575524f0a09703d1887a551b9a000488
7
+ data.tar.gz: d96992c03121e846a5989c3ea461e9ab0202108a1a415807957030bd2d77c0059672375a74047da5bdba4b0b1d172ef72c9be55d0cf0c0975de3d10d4085bb74
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.38.3'
7
+ spec.version = '2.38.4'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -59,6 +59,11 @@ module Honeybee
59
59
  os_thermostat.setCoolingSetpointTemperatureSchedule(cool_sch_object)
60
60
  end
61
61
 
62
+ # assign the setpoint_cutout_difference
63
+ unless @hash[:setpoint_cutout_difference].nil?
64
+ os_thermostat.setTemperatureDifferenceBetweenCutoutAndSetpoint(@hash[:setpoint_cutout_difference])
65
+ end
66
+
62
67
  os_thermostat
63
68
  end
64
69
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.38.3
4
+ version: 2.38.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2024-02-24 00:00:00.000000000 Z
14
+ date: 2024-03-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json_pure