mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
00_FBAHAHTTP.pm: fix delete (Forum #80998)
git-svn-id: https://svn.fhem.de/fhem/trunk@17023 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e969362be7
commit
f7245fb4e2
@ -62,6 +62,7 @@ FBAHAHTTP_Delete($)
|
||||
my ($hash) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
my ($err, $fb_pw) = setKeyValue("FBAHAHTTP_PASSWORD_$name", undef);
|
||||
return $err;
|
||||
}
|
||||
|
||||
sub
|
||||
|
Loading…
Reference in New Issue
Block a user