danyill / oscd-subscriber-later-binding

IEC 61850 Ed 2 subscription for GOOSE and SV in OpenSCD
Apache License 2.0
3 stars 4 forks source link

Remove force option for subscription on next scl-lib release #47

Closed danyill closed 8 months ago

danyill commented 11 months ago

A reminder before I forget:

subscribeEdits.push(
      subscribe(
        { sink: extRef, source: { fcda, controlBlock } },
        // TODO: Update to use specific basic type option
        // see https://github.com/danyill/oscd-subscriber-later-binding/issues/10
        //
        // { checkOnlyBType: this.checkOnlyPreferredBasicType }
        this.checkOnlyPreferredBasicType ? { force: true } : { force: false }
      )
    );
danyill commented 9 months ago

We need: https://github.com/OpenEnergyTools/scl-lib/issues/77

danyill commented 8 months ago

This is in fact, done -- hurrah!