Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / omf / node.py
index 048da19..cfd0e51 100644 (file)
@@ -43,8 +43,8 @@ class OMFNode(OMFResource):
         :type creds: dict
 
     """
-    _rtype = "OMFNode"
-    _authorized_connections = ["OMFApplication" , "OMFWifiInterface"]
+    _rtype = "omf::Node"
+    _authorized_connections = ["omf::Application" , "omf::WifiInterface"]
 
     @classmethod
     def _register_attributes(cls):