- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetBootStates.py
index 1c9afc3..85540ff 100644 (file)
@@ -17,8 +17,6 @@ class GetBootStates(Method):
 
     returns = [BootState.fields['boot_state']]
     
-    event_type = 'Get'
-    object_type = 'BootState'
 
     def call(self, auth):
         return [boot_state['boot_state'] for boot_state in BootStates(self.api)]