[lgwebos] Fix a setting description (#11461)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/11476/head
parent
cc6bc1b962
commit
5ee3a08d42
|
@ -19,8 +19,8 @@
|
|||
<parameter name="macAddress" type="text" required="false">
|
||||
<label>MAC Address</label>
|
||||
<description>If MAC Address of TV is entered here, the binding will attempt to power on the device via Wake On Lan
|
||||
(WOL), when it receives command ON on channel power. Accepted value is six groups of two hexadecimal digits,
|
||||
separated by hyphens or colons, e.g '3c:cd:93:c2:20:e0'.)</description>
|
||||
(WOL) when it receives command ON on channel power. Accepted value is six groups of two hexadecimal digits,
|
||||
separated by hyphens or colons, e.g '3c:cd:93:c2:20:e0'.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ thing-type.config.lgwebos.WebOSTV.host.description = Hostname or IP address of T
|
|||
thing-type.config.lgwebos.WebOSTV.key.label = Access Key
|
||||
thing-type.config.lgwebos.WebOSTV.key.description = Key exchanged with TV after pairing.
|
||||
thing-type.config.lgwebos.WebOSTV.macAddress.label = MAC Address
|
||||
thing-type.config.lgwebos.WebOSTV.macAddress.description = If MAC Address of TV is entered here, the binding will attempt to power on the device via Wake On Lan (WOL), when it receives command ON on channel power. Accepted value is six groups of two hexadecimal digits, separated by hyphens or colons, e.g '3c:cd:93:c2:20:e0'.)
|
||||
thing-type.config.lgwebos.WebOSTV.macAddress.description = If MAC Address of TV is entered here, the binding will attempt to power on the device via Wake On Lan (WOL) when it receives command ON on channel power. Accepted value is six groups of two hexadecimal digits, separated by hyphens or colons, e.g '3c:cd:93:c2:20:e0'.
|
||||
|
||||
# channel types
|
||||
|
||||
|
|
Loading…
Reference in New Issue