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