Skip to content

Commit

Permalink
Fixed thing status when config is pending at startup
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard Riegler <[email protected]>
  • Loading branch information
gerrieg authored and tratho committed May 5, 2017
1 parent 24fc7d2 commit 578b6ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ private void updateStatus(HmDevice device) throws BridgeHandlerNotAvailableExcep
newStatus = ThingStatus.OFFLINE;
newDetail = ThingStatusDetail.COMMUNICATION_ERROR;
} else if (device.isConfigPending() || device.isUpdatePending()) {
newStatus = thing.getStatus();
newDetail = ThingStatusDetail.CONFIGURATION_PENDING;
}

Expand Down

0 comments on commit 578b6ed

Please sign in to comment.