Skip to content

Commit

Permalink
Changed Weather Sensor configuration according to modification of Pay…
Browse files Browse the repository at this point in the history
…loadBresser
  • Loading branch information
matthias-bs committed Jun 10, 2024
1 parent 4993b52 commit 050c252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extras/confighelper/confighelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
// 20240531 Fixed getLightningconfig()
// 20240606 Changed lightning signal names
// 20240607 Added maximum payload size input, info and modified check for size limit
// 20240610 Changed Weather Sensor configuration according to modification
// of PayloadBresser (assign to configArray[1])
//
// ToDo:
// -
Expand Down Expand Up @@ -449,7 +451,7 @@
// Update the size field
document.getElementById('size').value = totalSize;

configArray[0] = weatherValue;
configArray[1] = weatherValue;

// Get the current JSON output
let jsonOutput = JSON.parse(document.getElementById('jsonOutput').value);
Expand Down

0 comments on commit 050c252

Please sign in to comment.