child device detected now returns created device.

Depends on commit: https://gerrit.opencord.org/#/c/14474/


Change-Id: I4db3191ee7916cac1a15eb8cf82cff4efa2d2fda
diff --git a/pyvoltha/adapters/kafka/core_proxy.py b/pyvoltha/adapters/kafka/core_proxy.py
index e99d00f..88cf278 100644
--- a/pyvoltha/adapters/kafka/core_proxy.py
+++ b/pyvoltha/adapters/kafka/core_proxy.py
@@ -178,7 +178,7 @@
                 encoded[k] = b_proto
         return encoded
 
-    @ContainerProxy.wrap_request(None)
+    @ContainerProxy.wrap_request(Device)
     @inlineCallbacks
     def child_device_detected(self,
                               parent_device_id,