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 73c3629c47
commit 51f9c9d557

View File

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