embed svn Id keyword
[plcapi.git] / PLC / Methods / GetPeerName.py
index ba5a5a7..7b0bbe1 100644 (file)
@@ -1,3 +1,4 @@
+# $Id#
 from PLC.Method import Method
 from PLC.Parameter import Parameter
 from PLC.Auth import Auth
@@ -9,7 +10,7 @@ class GetPeerName (Method):
     Returns this peer's name, as defined in the config as PLC_NAME
     """
 
-    roles = ['admin', 'peer']
+    roles = ['admin', 'peer', 'node']
 
     accepts = [Auth()]