File tree 3 files changed +6
-5
lines changed
bundles/org.openhab.binding.lgthinq/src/main/resources/OH-INF
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ addon.lgthinq.description = Controlling LG ThinQ enabled devices
7
7
8
8
thing-type.lgthinq.air-conditioner-401.label = LG ThinQ Air Conditioner
9
9
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
12
12
thing-type.lgthinq.dishwasher-204.label = LGThinQ Dish Washer
13
13
thing-type.lgthinq.dishwasher-204.description = LG ThinQ Dish Washer
14
14
thing-type.lgthinq.dryer-202.label = LGThinQ Dryer
Original file line number Diff line number Diff line change 5
5
xsi:schemaLocation=" https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd" >
6
6
7
7
<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 >
10
10
11
11
<config-description >
12
12
<parameter name =" language" type =" text" required =" true" >
69
69
<default >86400</default >
70
70
</parameter >
71
71
<parameter name =" alternativeServer" type =" text" >
72
+ <advanced >true</advanced >
72
73
<label >Alt Gateway Server</label >
73
74
<description >Only used for proxy/test gateway server.</description >
74
75
</parameter >
Original file line number Diff line number Diff line change 23
23
<channel-type id =" hp-air-water-switch" >
24
24
<item-type >Number</item-type >
25
25
<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 >
27
27
<state readOnly =" true" >
28
28
<options >
29
29
<option value =" 0.0" >Air Temperature</option >
You can’t perform that action at this time.
0 commit comments