Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aploese committed Dec 28, 2023
1 parent 8f9bbbd commit 041ec95
Show file tree
Hide file tree
Showing 24 changed files with 934 additions and 942 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
*
* @author aploese@gmx.de - Initial contribution
*/
@Component(service = ThingHandlerFactory.class)
@Component(service = ThingHandlerFactory.class, immediate = true, configurationPid = "binding.fhz4j")
public class FHZ4JHandlerFactory extends BaseThingHandlerFactory {

private static final Logger logger = Logger.getLogger("d.i.e.f.h.FHZ4JHandlerFactory");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
*/
package de.ibapl.openhab.fhz4j.internal.discovery;

import de.ibapl.openhab.fhz4j.FHZ4JBindingConstants;
import de.ibapl.openhab.fhz4j.handler.SpswBridgeHandler;
import de.ibapl.openhab.fhz4j.internal.FHZ4JHandlerFactory;
import de.ibapl.fhz4j.api.Protocol;
import de.ibapl.fhz4j.cul.CulMessage;
import de.ibapl.fhz4j.cul.CulMessageListener;
Expand All @@ -35,6 +32,9 @@
import de.ibapl.fhz4j.protocol.fs20.FS20Message;
import de.ibapl.fhz4j.protocol.hms.HmsMessage;
import de.ibapl.fhz4j.protocol.lacrosse.tx2.LaCrosseTx2Message;
import de.ibapl.openhab.fhz4j.FHZ4JBindingConstants;
import de.ibapl.openhab.fhz4j.handler.SpswBridgeHandler;
import de.ibapl.openhab.fhz4j.internal.FHZ4JHandlerFactory;
import java.io.IOException;
import java.util.Set;
import java.util.logging.Logger;
Expand Down
15 changes: 7 additions & 8 deletions de.ibapl.openhab.fhz4j/src/main/resources/OH-INF/addon/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon:addon id="fhz4j"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<addon:addon id="fhz4j" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>Fhz4J Binding</name>
<description>The Fhz binding integrates the Fhz and EvoHome systems via the CUL RF-receiver.</description>
<connection>local</connection>
<type>binding</type>
<name>Fhz4J Binding</name>
<description>The Fhz binding integrates the Fhz and EvoHome systems via the CUL RF-receiver.</description>
<connection>local</connection>

</addon:addon>

This file was deleted.

Loading

0 comments on commit 041ec95

Please sign in to comment.