File tree Expand file tree Collapse file tree
bundles/org.openhab.binding.knx
src/main/java/org/openhab/binding/knx/internal/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >io.calimero</groupId >
3030 <artifactId >calimero-core</artifactId >
31- <version >3.0-M1 </version >
31+ <version >3.0-M2 </version >
3232 <scope >compile</scope >
3333 <exclusions >
3434 <exclusion >
4040 <dependency >
4141 <groupId >io.calimero</groupId >
4242 <artifactId >calimero-device</artifactId >
43- <version >3.0-M1 </version >
43+ <version >3.0-M2 </version >
4444 <scope >compile</scope >
4545 <exclusions >
4646 <exclusion >
Original file line number Diff line number Diff line change 2929
3030import io .calimero .Connection .BlockingMode ;
3131import io .calimero .KNXException ;
32+ import io .calimero .KNXIllegalArgumentException ;
3233import io .calimero .link .KNXNetworkLink ;
3334import io .calimero .link .KNXNetworkLinkFT12 ;
3435import io .calimero .link .medium .TPSettings ;
@@ -100,7 +101,7 @@ protected boolean detectCemi() throws InterruptedException {
100101 return true ;
101102 }
102103 }
103- } catch (final ExecutionException | TimeoutException | KNXException na ) {
104+ } catch (final ExecutionException | TimeoutException | KNXException | KNXIllegalArgumentException na ) {
104105 if (logger .isTraceEnabled ()) {
105106 logger .trace ("Exception detecting cEMI: " , na );
106107 }
You can’t perform that action at this time.
0 commit comments