Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithLEDs committed Jan 30, 2025
1 parent 71badfe commit 807969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wb-rules-modules/moduleButtonLight.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function reloadDeviceArray( source , target , targetError ) {
}
});
} else {
if ( deviceExists(item) ) {
if ( deviceExists(source) ) {
targetError.push( source + "#error" );
target.push( source );
}
Expand Down

0 comments on commit 807969e

Please sign in to comment.