Skip to content

Commit

Permalink
Merge pull request #132 from openbase/feature/126-openhab-device-mana…
Browse files Browse the repository at this point in the history
…ger-reconnection-issues

Feature/126 openhab device manager reconnection issues
  • Loading branch information
lhuxohl authored Mar 26, 2024
2 parents 96de5b6 + 67cbf7d commit 81b0618
Show file tree
Hide file tree
Showing 22 changed files with 922 additions and 1,104 deletions.
103 changes: 0 additions & 103 deletions .github/workflows/detekt-analysis.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

public class OpenHABDeviceManagerLauncher extends AbstractLauncher<OpenHABDeviceManager> {

public OpenHABDeviceManagerLauncher() throws org.openbase.jul.exception.InstantiationException {
public OpenHABDeviceManagerLauncher() {
super(OpenHABDeviceManagerLauncher.class, OpenHABDeviceManager.class);
}

Expand All @@ -45,9 +45,14 @@ public OpenHABDeviceManagerLauncher() throws org.openbase.jul.exception.Instanti
*/
public static void main(final String[] args) {
BCO.printLogo();
AbstractLauncher.main(BCO.class, OpenHABDeviceManagerLauncher.class, args, OpenHABDeviceManagerLauncher.class,
AbstractLauncher.main(
BCO.class,
OpenHABDeviceManagerLauncher.class,
args,
OpenHABDeviceManagerLauncher.class,
OpenHABConfigSynchronizerLauncher.class,
OpenHABSitemapSynchronizerLauncher.class);
OpenHABSitemapSynchronizerLauncher.class
);
}

@Override
Expand Down
Loading

0 comments on commit 81b0618

Please sign in to comment.