2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_monitoring: missing return added

git-svn-id: https://svn.fhem.de/fhem/trunk@13765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
igami 2017-03-21 20:53:25 +00:00
parent dc3163f984
commit c57d59f8c7

View File

@ -202,6 +202,8 @@ sub monitoring_Attr(@) {
Log3($SELF, 3, "$hash->{TYPE} ($SELF) attr $SELF disabled");
}
}
return;
}
sub monitoring_Notify($$) {