Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Nov 16, 2024
1 parent 91145ab commit 5a524f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ConfigTransfer.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ function _uctBtnCopy(device, online, progress, context) {
// hide for disjoint only!
device.getParameterByName(context.p_showButton).value = uctIsDisjoint(sourceChannels, targetChannels) ? 1 : 0;
}
var param_messageOutput = device.getParameterByName(context.p_messageOutput);
param_messageOutput.value = result.join("\n");
device.getParameterByName(context.p_messageOutput).value = result.join("\n");
uctProgress(progress, 100);
uctProgressText(progress, "Kanalkopie " + module + "/" + sourceChannel + " -> " + targetChannels.join(",") + " [OK]");
Log.info("OpenKNX ConfigTransfer: Handle Channel Copy [DONE]");
Expand Down

0 comments on commit 5a524f2

Please sign in to comment.