mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-23 17:46:35 +00:00
Update Harmonhy connection handling on disconnect. Add Route Parse
This commit is contained in:
@@ -110,7 +110,7 @@ public class HarmonyServer {
|
||||
});
|
||||
harmonyClient.connect(myNameAndIP.getIp());
|
||||
}
|
||||
myHarmony = new HarmonyHandler(harmonyClient, noopCalls, devResponse);
|
||||
myHarmony = new HarmonyHandler(harmonyClient, noopCalls, devResponse, myNameAndIP);
|
||||
}
|
||||
|
||||
public HarmonyHandler getMyHarmony() {
|
||||
|
||||
Reference in New Issue
Block a user