testing #10

Merged
marko merged 18 commits from testing into master 2021-07-10 05:47:53 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a56755ffe9 - Show all commits

View File

@ -1,2 +1,2 @@
UPD 2021-04-20_21:40:31 6866 FHEM/46_TeslaPowerwall2AC.pm UPD 2021-04-20_21:40:31 6866 FHEM/46_TeslaPowerwall2AC.pm
UPD 2021-04-20_21:55:17 30201 lib/FHEM/Tesla/Powerwall.pm UPD 2021-04-20_21:56:45 30203 lib/FHEM/Tesla/Powerwall.pm

View File

@ -1035,12 +1035,12 @@ sub Rename {
($passResp,$passErr) = $hash->{helper}->{passObj}->setRename($new,$old); ($passResp,$passErr) = $hash->{helper}->{passObj}->setRename($new,$old);
::Log3($new, 1, ::Log3($new, 1,
qq(TeslaPowerwall2AC \(${new}\) - error while change the password hash after rename - $passErr) qq(TeslaPowerwall2AC \(${new}\) - error while change the password hash after rename - $passErr))
if ( !defined($passResp) if ( !defined($passResp)
and defined($passErr) ); and defined($passErr) );
::Log3($new, 1, ::Log3($new, 1,
qq(TeslaPowerwall2AC \(${new}\) - change password hash after rename successfully) qq(TeslaPowerwall2AC \(${new}\) - change password hash after rename successfully))
if ( defined($passResp) if ( defined($passResp)
and !defined($passErr) ); and !defined($passErr) );