mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Continuation of refactoring hueMulator
This commit is contained in:
@@ -193,4 +193,14 @@ public class HomeAssistant {
|
||||
}
|
||||
return theContent;
|
||||
}
|
||||
|
||||
protected void closeClient() {
|
||||
httpClient = null;
|
||||
try {
|
||||
httpclientSSL.close();
|
||||
} catch (IOException e) {
|
||||
// noop
|
||||
}
|
||||
httpclientSSL = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user