Skip to content

Commit

Permalink
Adjust naimng of ethernetip-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Aug 12, 2024
1 parent ca0b187 commit 21d1437
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ protected EtherIpProtocolAdapterInformation() {

@Override
public @NotNull String getProtocolName() {
return "Ethernet/IP CIP 2";
return "Ethernet/IP CIP";
}

@Override
public @NotNull String getProtocolId() {
return "ethernet-ip-2";
return "ethernet-ip";
}

@Override
Expand Down

0 comments on commit 21d1437

Please sign in to comment.