- added logging variable 'object_type'
[plcapi.git] / PLC / Methods / AdmAddNode.py
index dda5c99..5ef210c 100644 (file)
@@ -16,6 +16,8 @@ class AdmAddNode(AddNode):
 
     status = "deprecated"
 
+    object_type = 'Node'
+
     node_fields = dict(filter(can_update, Node.fields.items()))
 
     accepts = [