2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

contrib/97_SB_SERVER.pm: fixed AttrFn return value

git-svn-id: https://svn.fhem.de/fhem/trunk@13658 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ChrisD 2017-03-09 19:36:35 +00:00
parent 9ea801f776
commit cb1e1621b8

View File

@ -508,6 +508,7 @@ sub SB_SERVER_Attr( @ ) {
$args[ 1 ] );
}
}
return; # 0032 betateilchen/mahowi
}