Skip to content

Commit

Permalink
Vergessen eine Zeile anzupassen
Browse files Browse the repository at this point in the history
Nun geht es auch bei anderen FHEM Installationen :)
  • Loading branch information
bismosa authored Aug 30, 2019
1 parent 30d75e4 commit b16e77e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 14_SD_Keeloq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,8 @@ function SD_Keeloq_updateAll(html) {
xhr.responseType = 'text';
xhr.send();
};
getHTML( 'http://192.168.204.128:8083/fhem?XHR=1&cmd.Rollo=get%20Rollo%20html', function (response) {
getHTML( '$FW_ME$FW_subdir?XHR=1&cmd.$name=get%20$name%20html', function (response) {
document.getElementById('SD_Keeloq_ALLHTML').innerHTML = response;
});
Expand Down

0 comments on commit b16e77e

Please sign in to comment.