Commit 07c1e680fe102dfc5aa1af79b94d5885d31859e2

Authored by Andrii Shvaika
1 parent 32f27926

Build fix

@@ -120,7 +120,7 @@ public class DeviceController extends BaseController { @@ -120,7 +120,7 @@ public class DeviceController extends BaseController {
120 120
121 tbClusterService.pushMsgToCore(new DeviceNameOrTypeUpdateMsg(savedDevice.getTenantId(), 121 tbClusterService.pushMsgToCore(new DeviceNameOrTypeUpdateMsg(savedDevice.getTenantId(),
122 savedDevice.getId(), savedDevice.getName(), savedDevice.getType()), null); 122 savedDevice.getId(), savedDevice.getName(), savedDevice.getType()), null);
123 - tbClusterService.onEntityStateChange(savedDevice.getTenantId(), device.getId(), 123 + tbClusterService.onEntityStateChange(savedDevice.getTenantId(), savedDevice.getId(),
124 device.getId() == null ? ComponentLifecycleEvent.CREATED : ComponentLifecycleEvent.UPDATED); 124 device.getId() == null ? ComponentLifecycleEvent.CREATED : ComponentLifecycleEvent.UPDATED);
125 125
126 logEntityAction(savedDevice.getId(), savedDevice, 126 logEntityAction(savedDevice.getId(), savedDevice,