- added logging vars
[plcapi.git] / PLC / Methods / GetNodes.py
index 6206a7a..92f0111 100644 (file)
@@ -28,6 +28,9 @@ class GetNodes(Method):
 
     returns = [Node.fields]
 
+    event_type = 'Get'
+    object_type = 'Node'
+
     def call(self, auth, node_filter = None, return_fields = None):
         # Get node information
         nodes = Nodes(self.api, node_filter, return_fields)