Skip to content

Commit

Permalink
Fix Multi-Channel-Copy: Not Supported Should be Error / No Copy Btn
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Sep 29, 2024
1 parent 7734159 commit 44a6bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigTransfer.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ function uctParamCopyCheck(input, output, context) {
copyType = 4;
Log.error("OpenKNX ConfigTransfer: N to N copy not supported!");
overview = "(NICHT unterstützt: N auf M)";
error = true;
} else /* if (sourceChCount > 1 && targetChCount == 1) */ {
copyType = 3;
Log.info("OpenKNX ConfigTransfer: Multi channel source " + sourceChannels.join(","));
Expand Down

0 comments on commit 44a6bd6

Please sign in to comment.