Skip to content

Commit

Permalink
Merge pull request #78 from pbrunier/feature/66_67
Browse files Browse the repository at this point in the history
#66 #67 Fixed icons in the config node
  • Loading branch information
pbrunier authored Jan 2, 2024
2 parents 79440a7 + 4c11223 commit 4491f15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dyson-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<div class="form-row">
<label for="node-config-input-country" style="width:160px !important">
<i class="fas fa-flag"></i>
<i class="fa fa-flag"></i>
<span>Country:</span></label>
<input type="text" id="node-config-input-country" placeholder="US" style="width:280px !important">
</div>
Expand All @@ -81,7 +81,7 @@
</div>
<div class="form-row">
<label for="node-config-input-otp" style="width:160px !important">
<i class="fas fa-flag"></i>
<i class="fa fa-key"></i>
<span>one time password (otp code via e-Mail):</span></label>
<input type="text" id="node-config-input-otp" placeholder="" style="width:280px !important">
</div>
Expand All @@ -91,7 +91,7 @@


<div class="form-tips">
<i class="fas fa-exclamation"></i>
<i class="fa fa-exclamation"></i>
<b>IMPORTANT:</b> Deploy the node, <b>before</b> searching for devices.
</div>
</script>
Expand Down
3 changes: 2 additions & 1 deletion src/dyson-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</a>
</div>
<div class="form-tips">
<i class="fas fa-exclamation"></i>
<i class="fa fa-exclamation"></i>
<b>INFO:</b> IF you know the IP address of the device, it better to use this. Instead bonjour auto-discovery will be used. Sometimes this is magically not working correctly.
</div>
<div class="form-row">
Expand All @@ -122,6 +122,7 @@
<div class="form-row">
<label for="node-input-action"><i class="fa fa-tag"></i> Action</label>
<select type="text" id="node-input-action" style="display: inline-block; width: 70%;" >
<option value="">no action selected</option>
<option value="getTemperature">get Temperature</option>
<option value="getAirQuality">get Air Quality</option>
<option value="getRelativeHumidity">get Relative Humidity</option>
Expand Down

0 comments on commit 4491f15

Please sign in to comment.