embed svn Id keyword
[plcapi.git] / PLC / Methods / UpdateConfFile.py
index 7f9b8fc..e25b610 100644 (file)
@@ -1,3 +1,4 @@
+# $Id#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -37,5 +38,6 @@ class UpdateConfFile(Method):
         conf_file = conf_files[0]
         conf_file.update(conf_file_fields)
         conf_file.sync()
+       self.event_objects = {'ConfFile': [conf_file['conf_file_id']]}  
 
         return 1