Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -42,7 +42,8 @@ public class DeviceUpdateMsgConstructor { |
42 | 42 | builder.setLabel(device.getLabel()); |
43 | 43 | } |
44 | 44 | if (msgType.equals(UpdateMsgType.ENTITY_CREATED_RPC_MESSAGE) || |
45 | - msgType.equals(UpdateMsgType.ENTITY_UPDATED_RPC_MESSAGE)) { | |
45 | + msgType.equals(UpdateMsgType.ENTITY_UPDATED_RPC_MESSAGE) || | |
46 | + msgType.equals(UpdateMsgType.DEVICE_CONFLICT_RPC_MESSAGE)) { | |
46 | 47 | DeviceCredentials deviceCredentials |
47 | 48 | = deviceCredentialsService.findDeviceCredentialsByDeviceId(device.getTenantId(), device.getId()); |
48 | 49 | if (deviceCredentials != null) { | ... | ... |