Skip to content

Commit

Permalink
Fix initialisation test (#570)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <[email protected]>
  • Loading branch information
cdjackson authored Apr 29, 2020
1 parent bd264c6 commit 2032178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public void handleConfigurationUpdate(Map<String, Object> configurationParameter
coordinatorHandler.leave(nodeIeeeAddress, false);
break;
case ZigBeeBindingConstants.CONFIGURATION_INITIALIZE_DEVICE:
doInitializeDevice = true;
doInitializeDevice |= (Boolean) configurationParameter.getValue();
break;
default:
break;
Expand Down

0 comments on commit 2032178

Please sign in to comment.