• Remove link between sending IED data to receiving IED external references - unsubscribing.

    1. Unsubscribes external references itself:
    -Update `ExtRef` in case later binding is used (existing `intAddr` attribute)
    -Remove `ExtRef` in case `intAddr` is missing

    2. Removes leaf `Input` elements as well
    3. Removes subscription supervision (can be disabled through options.ignoreSupervision)
    - when all external references of one control block are unsubscribed
    - when `valKind` RO|Conf and `valImport` true

    In case the external reference

    Parameters

    Returns (Update | Remove)[]

    An array of update and/or remove edit representing changes required to unsubscribe.

Generated using TypeDoc