- added 'message' instance variable (high level description of this event)
[plcapi.git] / PLC / Methods / AdmGetAllAddressTypes.py
1 from PLC.Methods.GetAddressTypes import GetAddressTypes
2
3 class AdmGetAllAddressTypes(GetAddressTypes):
4     """
5     Deprecated. See GetAddressTypes.
6     """
7
8     status = "deprecated"