- - added logging variable 'object_type'
[plcapi.git] / PLC / Methods / RebootNode.py
index a3796d2..bffa3da 100644 (file)
@@ -30,6 +30,8 @@ class RebootNode(Method):
 
     returns = Parameter(int, '1 if successful')
 
+    object_type = 'Node'
+
     def call(self, auth, node_id_or_hostname):
         # Get account information
         nodes = Nodes(self.api, [node_id_or_hostname])