Skip to content

Commit

Permalink
Update plc4x, pull socketcan transport into can bindings.
Browse files Browse the repository at this point in the history
Since CAN bindings need some transport and by default they assume socketcan/linux this assumption have to be reflected in feature set.

Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed May 12, 2024
1 parent 4e71a1e commit e283b18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<feature>co7io-network-can</feature>

<feature>co7io-bittpl</feature>
<feature>plc4j-transport-socketcan</feature>
<feature>plc4j-can-driver</feature>
<feature>co7io-binding-plc4x</feature>
<feature>co7io-plc4j-decorator-phase</feature>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<feature>openhab-runtime-base</feature>
<feature>co7io-network-can</feature>

<feature>plc4j-transport-socketcan</feature>
<feature>plc4j-canopen-driver</feature>
<feature>co7io-binding-plc4x</feature>
<feature>co7io-plc4j-decorator-phase</feature>
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.13.0-connectorio-1</plc4x-extras.version>
<plc4x-extras.version>0.13.0-connectorio-2</plc4x-extras.version>
<bacnet4j-wrapper.version>1.3.0-beta3</bacnet4j-wrapper.version>

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

0 comments on commit e283b18

Please sign in to comment.