2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

10_RHASSPY: fixed another small bug

git-svn-id: https://svn.fhem.de/fhem/trunk@24348 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
drhirn 2021-04-28 09:24:57 +00:00
parent 6f4b060d11
commit 9c4280a19f

View File

@ -450,6 +450,9 @@ sub Delete {
my $prefix = $hash->{prefix} // return;
RemoveInternalTimer($hash);
# DELETE POD AFTER TESTS ARE COMPLETED
=begin comment
#Beta-User: globale Attribute löschen
for (devspec2array("${prefix}Mapping=.+")) {
delFromDevAttrList($_,"${prefix}Mapping:textField-long");
@ -472,7 +475,8 @@ sub Delete {
for (devspec2array("${prefix}Group=.+")) {
delFromDevAttrList($_,"${prefix}Group");
}
=end comment
=cut
return;
}