mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
Apply spotless
Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
parent
e12876ba11
commit
3320dd39fc
@ -218,5 +218,4 @@ public class Ipx800DeviceConnector extends Thread {
|
||||
public void resetPLC() {
|
||||
send("Reset");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -136,7 +136,6 @@ public class Ipx800v3Handler extends BaseThingHandler implements Ipx800EventList
|
||||
(portNum, value) -> dataReceived("%s%d".formatted(portDefinition.portName, portNum), value)));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void updateChannels(@Nullable StatusFile status) {
|
||||
|
Loading…
Reference in New Issue
Block a user