get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetNetworkTypes.py
index eab232b..dbddd9f 100644 (file)
@@ -9,7 +9,7 @@ class GetNetworkTypes(Method):
     Returns a list of all valid network types.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth()