- if the appropriate message template doesn't exist log error and exit without throwi...
[plcapi.git] / PLC / Methods / AdmAddSitePowerControlUnit.py
1 from PLC.Methods.AddPCU import AddPCU
2
3 class AdmAddSitePowerControlUnit(AddPCU):
4     """
5     Deprecated. See AddPCU.
6     """
7
8     status = "deprecated"