- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddBootState.py
index 9572332..fc75254 100644 (file)
@@ -20,8 +20,6 @@ class AddBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'BootState'
     
     def call(self, auth, name):
         boot_state = BootState(self.api)