From f449d7da048199897fc74100dd992f8f44bac5d3 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 20 Jun 2020 11:37:04 +0000 Subject: [PATCH] 76_SMAPortal: contrib 3.1.0 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22207 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DS_Starter/76_SMAPortal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/DS_Starter/76_SMAPortal.pm b/contrib/DS_Starter/76_SMAPortal.pm index df7a9f3ef..a3fe29185 100644 --- a/contrib/DS_Starter/76_SMAPortal.pm +++ b/contrib/DS_Starter/76_SMAPortal.pm @@ -623,7 +623,7 @@ sub getcredentials { ($username, $passwd) = split(":",decode_base64($credstr)); - my $logpw = AttrVal($name, "showPassInLog", "0") == 1 ? $passwd : "********"; + my $logpw = AttrVal($name, "showPassInLog", 0) ? $passwd : "********"; Log3($name, 4, "$name - Credentials read from RAM: $username $logpw");