Skip to content

Commit

Permalink
Mark the access key as a password in the thing configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed May 25, 2020
1 parent 7c4b814 commit afd533d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public String getKey() {
@Override
public void storeKey(@Nullable String key) {
if (!getKey().equals(key)) {
logger.debug("store new key");
logger.debug("Store {} as access Key in the thing configuration", key);
// store it current configuration and avoiding complete re-initialization via handleConfigurationUpdate
getLGWebOSConfig().key = key;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<parameter name="key" type="text" required="false">
<label>Access Key</label>
<description>Key exchanged with TV after pairing.</description>
<context>password</context>
</parameter>
<parameter name="macAddress" type="text" required="false">
<label>MAC Address</label>
Expand Down

0 comments on commit afd533d

Please sign in to comment.