mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 16:41:53 +00:00
refactoring....
This commit is contained in:
@@ -74,7 +74,7 @@ public class UDPHome implements Home {
|
||||
sendData = theUrlBody.getBytes();
|
||||
}
|
||||
try {
|
||||
theUDPDatagramSender.sendUDPResponse(new String(sendData), IPAddress,
|
||||
theUDPDatagramSender.sendUDPResponse(sendData, IPAddress,
|
||||
Integer.parseInt(port));
|
||||
} catch (NumberFormatException e) {
|
||||
// noop
|
||||
|
||||
Reference in New Issue
Block a user