mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-21 09:13:21 +00:00
Fixed spelling mistake in UDP Sender.
This commit is contained in:
@@ -28,7 +28,7 @@ public class UDPDatagramSender {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean initializeSocket(int port) {
|
private boolean initializeSocket(int port) {
|
||||||
log.info("Initializing UDP response Seocket...");
|
log.info("Initializing UDP response Socket...");
|
||||||
udpResponsePort = port;
|
udpResponsePort = port;
|
||||||
boolean portLoopControl = true;
|
boolean portLoopControl = true;
|
||||||
int retryCount = 0;
|
int retryCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user