Skip to content

Commit

Permalink
Merge branch 'webui/switch-typo' of https://github.com/mcspr/espurna
Browse files Browse the repository at this point in the history
…into mcspr-webui/switch-typo
  • Loading branch information
xoseperez committed Mar 25, 2019
2 parents 8f47981 + 920c205 commit 9c3a6e6
Show file tree
Hide file tree
Showing 19 changed files with 4,227 additions and 4,224 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8285/ESP8266 based smar
It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.

[![version](https://img.shields.io/badge/version-1.13.6--dev-brightgreen.svg)](CHANGELOG.md)
[![branch](https://img.shields.io/badge/branch-foxel--sync_first-orange.svg)](https://github.com/xoseperez/espurna/tree/foxel-sync_first/)
[![branch](https://img.shields.io/badge/branch-mcspr--webui/switch--typo-orange.svg)](https://github.com/xoseperez/espurna/tree/mcspr-webui/switch-typo/)
[![license](https://img.shields.io/github/license/xoseperez/espurna.svg)](LICENSE)
[![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=foxel-sync_first)](https://travis-ci.org/xoseperez/espurna)
[![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=mcspr-webui/switch-typo)](https://travis-ci.org/xoseperez/espurna)
[![codacy](https://api.codacy.com/project/badge/Grade/c9496e25cf07434cba786b462cb15f49)](https://www.codacy.com/app/xoseperez/espurna/dashboard)
[![downloads](https://img.shields.io/github/downloads/xoseperez/espurna/total.svg)](https://github.com/xoseperez/espurna/releases)
<br />
Expand Down
Binary file modified code/espurna/data/index.all.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.light.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.lightfox.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfbridge.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfm69.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.sensor.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.small.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.thermostat.html.gz
Binary file not shown.
942 changes: 471 additions & 471 deletions code/espurna/static/index.all.html.gz.h

Large diffs are not rendered by default.

3,479 changes: 1,740 additions & 1,739 deletions code/espurna/static/index.light.html.gz.h

Large diffs are not rendered by default.

209 changes: 105 additions & 104 deletions code/espurna/static/index.lightfox.html.gz.h

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions code/espurna/static/index.rfbridge.html.gz.h

Large diffs are not rendered by default.

2,912 changes: 1,456 additions & 1,456 deletions code/espurna/static/index.rfm69.html.gz.h

Large diffs are not rendered by default.

228 changes: 114 additions & 114 deletions code/espurna/static/index.sensor.html.gz.h

Large diffs are not rendered by default.

209 changes: 105 additions & 104 deletions code/espurna/static/index.small.html.gz.h

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions code/espurna/static/index.thermostat.html.gz.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions code/html/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -984,10 +984,10 @@ function initRelayConfig(data) {
$("input[name='mqttGroup']", line).val(data.group[i]);
}
if ("group_sync" in data) {
$("input[name='mqttGroupSync']", line).val(data.group_sync[i]);
$("select[name='mqttGroupSync']", line).val(data.group_sync[i]);
}
if ("on_disc" in data) {
$("input[name='relayOnDisc']", line).val(data.on_disc[i]);
$("select[name='relayOnDisc']", line).val(data.on_disc[i]);
}

line.appendTo("#relayConfig");
Expand Down
4 changes: 2 additions & 2 deletions code/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>Before using this device you have to change the default password for the use
<li class="pure-menu-item module module-led">
<a href="#" class="pure-menu-link" data="panel-led">LED</a>
</li>

<!-- removeIf(!light) -->
<li class="pure-menu-item module module-color">
<a href="#" class="pure-menu-link" data="panel-color">LIGHTS</a>
Expand Down Expand Up @@ -427,7 +427,7 @@ <h2>Notification LED configuration</h2>
</div>
</div>
</form>

<form id="form-relay" class="pure-form form-settings">
<div class="panel" id="panel-relay">

Expand Down

0 comments on commit 9c3a6e6

Please sign in to comment.