- added logging vars
[plcapi.git] / PLC / Methods / GetKeys.py
index fcbd2b1..b9cf110 100644 (file)
@@ -28,6 +28,9 @@ class GetKeys(Method):
 
     returns = [Key.fields]
 
+    event_type = 'Get'
+    object_type = 'Key'
+
     def call(self, auth, key_filter = None, return_fields = None):
        keys = Keys(self.api, key_filter, return_fields)