- remove object_ids as class variable declaration
[plcapi.git] / PLC / Methods / AddBootState.py
index 080c2be..9572332 100644 (file)
@@ -22,7 +22,6 @@ class AddBootState(Method):
 
     event_type = 'Add'
     object_type = 'BootState'
-    object_ids = []
     
     def call(self, auth, name):
         boot_state = BootState(self.api)