svn keywords
[plcapi.git] / PLC / Methods / UpdateAddressType.py
index a6309a6..6110de2 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -37,5 +39,6 @@ class UpdateAddressType(Method):
 
         address_type.update(address_type_fields)
         address_type.sync()
+       self.event_objects = {'AddressType': [address_type['address_type_id']]}
 
         return 1