Skip to content

Commit 38ce81e

Browse files
authored
Update Web Tools to Support Air Handler and Furnace HVAC Installs (#7)
* Adding Furnace and AirHandler options to Web Tools install * Reverting test path
1 parent ac4fd94 commit 38ce81e

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.1)
4+
activesupport (7.1.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -13,7 +13,7 @@ GEM
1313
tzinfo (~> 2.0)
1414
addressable (2.8.5)
1515
public_suffix (>= 2.0.2, < 6.0)
16-
base64 (0.1.1)
16+
base64 (0.2.0)
1717
bigdecimal (3.1.4)
1818
coffee-script (2.4.1)
1919
coffee-script-source
@@ -25,7 +25,7 @@ GEM
2525
connection_pool (2.4.1)
2626
dnsruby (1.70.0)
2727
simpleidn (~> 0.2.1)
28-
drb (2.1.1)
28+
drb (2.2.0)
2929
ruby2_keywords
3030
em-websocket (0.5.3)
3131
eventmachine (>= 0.12.9)
@@ -34,7 +34,7 @@ GEM
3434
ffi (>= 1.15.0)
3535
eventmachine (1.2.7)
3636
execjs (2.9.1)
37-
faraday (2.7.11)
37+
faraday (2.7.12)
3838
base64
3939
faraday-net_http (>= 2.0, < 3.1)
4040
ruby2_keywords (>= 0.0.4)
@@ -221,16 +221,16 @@ GEM
221221
jekyll-feed (~> 0.9)
222222
jekyll-seo-tag (~> 2.1)
223223
minitest (5.20.0)
224-
mutex_m (0.1.2)
225-
nokogiri (1.15.4-x86_64-linux)
224+
mutex_m (0.2.0)
225+
nokogiri (1.15.5-x86_64-linux)
226226
racc (~> 1.4)
227227
octokit (4.25.1)
228228
faraday (>= 1, < 3)
229229
sawyer (~> 0.9)
230230
pathutil (0.16.2)
231231
forwardable-extended (~> 2.6)
232232
public_suffix (4.0.7)
233-
racc (1.7.1)
233+
racc (1.7.3)
234234
rb-fsevent (0.11.2)
235235
rb-inotify (0.10.1)
236236
ffi (~> 1.0)
@@ -251,13 +251,13 @@ GEM
251251
unf (~> 0.1.4)
252252
terminal-table (1.8.0)
253253
unicode-display_width (~> 1.1, >= 1.1.1)
254-
typhoeus (1.4.0)
254+
typhoeus (1.4.1)
255255
ethon (>= 0.9.0)
256256
tzinfo (2.0.6)
257257
concurrent-ruby (~> 1.0)
258258
unf (0.1.4)
259259
unf_ext
260-
unf_ext (0.0.8.2)
260+
unf_ext (0.0.9.1)
261261
unicode-display_width (1.8.0)
262262
webrick (1.8.1)
263263

_includes/improvSerialButton.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
<label><input type="radio" name="type" value="hpwh" />Heatpump Water Heater</label>
3030
</li>
3131
<li>
32-
<label><input type="radio" name="type" value="hvac" />HVAC System</label>
32+
<label><input type="radio" name="type" value="hvac_furnace" />HVAC - Furnace</label>
33+
</li>
34+
<li>
35+
<label><input type="radio" name="type" value="hvac_air_handler" />HVAC - Air Handler</label>
3336
</li>
3437
<li>
3538
<label><input type="radio" name="type" value="tlwh" />Tankless Water Heater</label>

0 commit comments

Comments
 (0)