Closed danyill closed 8 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 } ) );
We need: https://github.com/OpenEnergyTools/scl-lib/issues/77
This is in fact, done -- hurrah!
A reminder before I forget: