2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

59_Netzfrequenz.pm: stop timer added

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

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) = @_;