File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
modules/hivemq-edge-module-s7/src/main/java/com/hivemq/edge/adapters/s7 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,17 @@ public class S7ProtocolAdapterInformation implements ProtocolAdapterInformation
4242 public static final ProtocolAdapterInformation INSTANCE = new S7ProtocolAdapterInformation ();
4343 private static final @ NotNull Logger log = LoggerFactory .getLogger (S7ProtocolAdapterInformation .class );
4444 public static final String PROTOCOL_ID = "s7-new" ;
45+ private static final int CURRENT_CONFIG_VERSION = 1 ;
4546
4647
4748 protected S7ProtocolAdapterInformation () {
4849 }
4950
51+ @ Override
52+ public int getCurrentConfigVersion () {
53+ return CURRENT_CONFIG_VERSION ;
54+ }
55+
5056 @ Override
5157 public @ NotNull String getProtocolName () {
5258 return "S7" ;
You can’t perform that action at this time.
0 commit comments