Skip to content

Commit

Permalink
Update to plc4x dependency to 0.12.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Mar 5, 2024
1 parent 0a69fcd commit 0a51711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ public void run() {
}
}

String target = "targetAmsNetId=" + config.targetAmsId + "&targetAmsPort=" + config.targetAmsPort;
String source = "&sourceAmsNetId=" + amsAds.sourceAmsId + "&sourceAmsPort=" + amsAds.sourceAmsPort;
String target = "target-ams-net-id=" + config.targetAmsId + "&target-ams-port=" + config.targetAmsPort;
String source = "&source-ams-net-id=" + amsAds.sourceAmsId + "&source-ams-port=" + amsAds.sourceAmsPort;
String extraOpts = "&load-symbol-and-data-type-tables=false";

PlcConnection connection = driverManager.getConnectionManager().getConnection("ads:tcp://" + config.host + "?" + target + source + extraOpts);
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<compiler.source>11</compiler.source>
<compiler.target>11</compiler.target>

<plc4x-extras.version>0.11.1-connectorio-1</plc4x-extras.version>
<plc4x-extras.version>0.12.0</plc4x-extras.version>
<bacnet4j-wrapper.version>1.3.0-beta1</bacnet4j-wrapper.version>

<openhab.version>3.0.4</openhab.version>
Expand Down

0 comments on commit 0a51711

Please sign in to comment.