svn keywords
[plcapi.git] / PLC / Methods / AddMessage.py
index 7de64cb..20f74c1 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter
@@ -21,8 +23,6 @@ class AddMessage(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'Message'
 
     def call(self, auth, message_fields):
         message = Message(self.api, message_fields)