Skip to content

Commit 03b726f

Browse files
authored
[modbus] Fix addon.xml (#20222)
* Restore addon.xml for Modbus binding This reverts commit 7df6238.
1 parent e731d52 commit 03b726f

File tree

2 files changed

+2
-7
lines changed
  • bundles
    • org.openhab.binding.modbus.lambda/src/main/resources/OH-INF/i18n
    • org.openhab.binding.modbus/src/main/resources/OH-INF/addon

2 files changed

+2
-7
lines changed

bundles/org.openhab.binding.modbus.lambda/src/main/resources/OH-INF/i18n/lambda.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# add-on
2-
3-
addon.modbus.lambda.name = Lambda Heat Pump Binding
4-
addon.modbus.lambda.description = The Lambda Heat Pump binding supports the different parts of a Lambda Heat Pump heating.
5-
61
# thing types
72

83
thing-type.modbus.general.label = Lambda General Sections

bundles/org.openhab.binding.modbus.lambda/src/main/resources/OH-INF/addon/addon.xml renamed to bundles/org.openhab.binding.modbus/src/main/resources/OH-INF/addon/addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
44
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
55
<type>binding</type>
6-
<name>Lambda Heat Pump Binding</name>
7-
<description>Lambda heat pump binding via Modbus TCP/IP.</description>
6+
<name>Modbus Binding</name>
7+
<description>Binding for Modbus</description>
88
<connection>local</connection>
99

1010
</addon:addon>

0 commit comments

Comments
 (0)