59_Netzfrequenz.pm: stop timer added

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2021-06-18 00:18:40 +00:00
parent 638527333f
commit 74dba82a67

View File

@ -153,6 +153,12 @@ sub Netzfrequenz_StartTimer {
return;
};
sub Netzfrequenz_StopTimer {
my ($hash) = @_;
RemoveInternalTimer($hash, \&Netzfrequenz_ApiRequest);
return;
};
sub Netzfrequenz_ApiRequest {
my ($hash) = @_;