Skip to content

Commit

Permalink
Correct device delimiter for Prot1 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
danyill committed Nov 6, 2023
1 parent 1a4a419 commit 96e26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscd-tp-multicast-naming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ export default class TPMulticastNaming extends LitElement {
smvIDFunction = control
.getAttribute('smvID')
?.replace(`${iedName}`, '')
.replace('/', '');
.replace('_', '');

const controlName = control.getAttribute('name')!;

Expand Down

0 comments on commit 96e26a1

Please sign in to comment.