Skip to content

Commit 26ee999

Browse files
committed
Add more script update
1 parent 1d1a22c commit 26ee999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FunctionBlocks.script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function fcbAddChannel(device, online, progress, context) {
1313
else
1414
{
1515
notAllowed.value = 0;
16-
numberOfChannelds.value = numberOfChannelds.value + 1;
16+
numberOfChannelds.value = newNumberOfChannels;
1717
}
1818
}
1919

0 commit comments

Comments
 (0)