einmal fehler ?! #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beim ersten Mal verwenden (setzen eines Passwords), nach dem Reboot von FHEM ...
PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 77.
Beim ersten nach FHEM start ... löschen des Devices ....
PERL WARNING: Use of uninitialized value in concatenation (.) or string at lib/FHEM/Core/Authentication/Passwords.pm line 110.
Genutzt:
im Define Modul
$hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new();
im Undef
$hash->{helper}->{passObj}->setDeletePassword($name);
im setter
$hash->{helper}->{passObj}->setStorePassword($name,$aArg->[0])
Im Define des Modules