Skip to content

Commit

Permalink
webui: rebuild blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Sep 10, 2024
1 parent 9dd1ced commit 9427286
Show file tree
Hide file tree
Showing 11 changed files with 4,385 additions and 4,351 deletions.
2,146 changes: 1,075 additions & 1,071 deletions code/espurna/static/index.all.html.gz.h

Large diffs are not rendered by default.

373 changes: 188 additions & 185 deletions code/espurna/static/index.curtain.html.gz.h

Large diffs are not rendered by default.

3,079 changes: 1,541 additions & 1,538 deletions code/espurna/static/index.garland.html.gz.h

Large diffs are not rendered by default.

603 changes: 303 additions & 300 deletions code/espurna/static/index.light.html.gz.h

Large diffs are not rendered by default.

346 changes: 175 additions & 171 deletions code/espurna/static/index.lightfox.html.gz.h

Large diffs are not rendered by default.

416 changes: 210 additions & 206 deletions code/espurna/static/index.rfbridge.html.gz.h

Large diffs are not rendered by default.

400 changes: 202 additions & 198 deletions code/espurna/static/index.rfm69.html.gz.h

Large diffs are not rendered by default.

623 changes: 313 additions & 310 deletions code/espurna/static/index.sensor.html.gz.h

Large diffs are not rendered by default.

347 changes: 176 additions & 171 deletions code/espurna/static/index.small.html.gz.h

Large diffs are not rendered by default.

395 changes: 199 additions & 196 deletions code/espurna/static/index.thermostat.html.gz.h

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions code/html/src/panel-mqtt.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece

<div class="pure-control-group">
<label>Topic</label>
<input name="mqttWill" type="text" >
<input name="mqttWill" type="text">
<span class="pure-form-message">
Status payload will be sent to this topic. When empty, defaults to <strong>&lt;root&gt;/&lt;status&gt;</strong>
</span>
Expand All @@ -133,12 +133,12 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece

<div class="pure-control-group">
<label>Online payload</label>
<input name="mqttPayloadOnline" type="text" required >
<input name="mqttPayloadOnline" type="text">
</div>

<div class="pure-control-group">
<label>Offline payload</label>
<input name="mqttPayloadOffline" type="text" required >
<input name="mqttPayloadOffline" type="text">
</div>
</fieldset>

Expand All @@ -162,8 +162,6 @@ <h2>Configure <strong>message broker</strong> that will be used to send and rece
JSON message will be sent to this topic. When empty, defaults to <strong>&lt;root&gt;/&lt;data&gt;</strong>
</span>
</div>


</fieldset>
</div>

Expand Down

0 comments on commit 9427286

Please sign in to comment.