Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Oct 12, 2024
1 parent 2b4fe99 commit 9fa6856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigTransfer.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function uctBtnReset(device, online, progress, context) {
for (var i = 0; i < channels.length; i++) {
var channelNumber = channels[i];
Log.info("OpenKNX ConfigTransfer: Reset Channel " + channelNumber);
result.push(uctResetModuleChannel(device, module, channels[i]));
result.push(uctResetModuleChannel(device, module, channelNumber));
Log.info("OpenKNX ConfigTransfer: Reset Channel " + channelNumber + " [DONE]");
}
param_messageOutput.value = result.join("\n");
Expand Down

0 comments on commit 9fa6856

Please sign in to comment.