Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / omf / interface.py
index 472672c..d7142d1 100644 (file)
@@ -40,8 +40,8 @@ class OMFWifiInterface(OMFResource):
         :type guid: int
 
     """
-    _rtype = "OMFWifiInterface"
-    _authorized_connections = ["OMFNode" , "OMFChannel", "WilabtSfaNode"]
+    _rtype = "omf::WifiInterface"
+    _authorized_connections = ["omf::Node" , "omf::Channel", "wilabt::sfa::Node"]
 
     @classmethod
     def _register_attributes(cls):