Browse Source

Bug: MQTT disconnection reaction setting incorrectly displayed on web interface after reboot

rfm69
a-tom-s 6 years ago
parent
commit
0bbf7e0453
3 changed files with 536 additions and 535 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +535
    -535
      code/espurna/static/index.html.gz.h
  3. +1
    -0
      code/html/custom.js

BIN
code/espurna/data/index.html.gz View File


+ 535
- 535
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 0
code/html/custom.js View File

@ -652,6 +652,7 @@ function initRelayConfig(data) {
$("input[name='relayTime']", line).val(data[i].pulse_ms);
$("input[name='mqttGroup']", line).val(data[i].group);
$("select[name='mqttGroupInv']", line).val(data[i].group_inv);
$("select[name='mqttDisconnectReaction']", line).val(data[i].disc_react);
line.appendTo("#relayConfig");
}


Loading…
Cancel
Save