Skip to content

Commit 61be05e

Browse files
author
Nemer Daud
committed
[lgthinq] fixing bridge properties to advanced and changing channel and types description
Signed-off-by: Nemer Daud <[email protected]>
1 parent 7237cd3 commit 61be05e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ addon.lgthinq.description = Controlling LG ThinQ enabled devices
77

88
thing-type.lgthinq.air-conditioner-401.label = LG ThinQ Air Conditioner
99
thing-type.lgthinq.air-conditioner-401.description = LG ThinQ Air Conditioner
10-
thing-type.lgthinq.bridge.label = LGThinQ GW Bridge
11-
thing-type.lgthinq.bridge.description = A connection to a LGThinQ Gateway
10+
thing-type.lgthinq.bridge.label = LG ThinQ Gateway
11+
thing-type.lgthinq.bridge.description = A connection to a LG ThinQ Gateway
1212
thing-type.lgthinq.dishwasher-204.label = LGThinQ Dish Washer
1313
thing-type.lgthinq.dishwasher-204.description = LG ThinQ Dish Washer
1414
thing-type.lgthinq.dryer-202.label = LGThinQ Dryer

bundles/org.openhab.binding.lgthinq/src/main/resources/OH-INF/thing/bridge.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
66

77
<bridge-type id="bridge">
8-
<label>LGThinQ GW Bridge</label>
9-
<description>A connection to a LGThinQ Gateway</description>
8+
<label>LG ThinQ Gateway</label>
9+
<description>A connection to a LG ThinQ Gateway</description>
1010

1111
<config-description>
1212
<parameter name="language" type="text" required="true">
@@ -69,6 +69,7 @@
6969
<default>86400</default>
7070
</parameter>
7171
<parameter name="alternativeServer" type="text">
72+
<advanced>true</advanced>
7273
<label>Alt Gateway Server</label>
7374
<description>Only used for proxy/test gateway server.</description>
7475
</parameter>

bundles/org.openhab.binding.lgthinq/src/main/resources/OH-INF/thing/channels.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<channel-type id="hp-air-water-switch">
2424
<item-type>Number</item-type>
2525
<label>Air/Water</label>
26-
<description>Define the Temperature Selector based on Water/Air.</description>
26+
<description>Define the temperature selector based on water or air.</description>
2727
<state readOnly="true">
2828
<options>
2929
<option value="0.0">Air Temperature</option>

0 commit comments

Comments
 (0)