2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

00_MYSENSORS.pm: Bugfix smartSleep+Ack, forum # 103789

git-svn-id: https://svn.fhem.de/fhem/trunk@20188 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2019-09-18 14:21:36 +00:00
parent 38c841e4b4
commit ac5e098953

View File

@ -555,7 +555,7 @@ sub sendMessage($%) {
sub _scheduleTimer($) {
my ($hash) = @_;
$hash->{outstandingAck} = 0;
RemoveInternalTimer($hash);
RemoveInternalTimer($hash,"MYSENSORS::Timer");
my $next;
foreach my $radioid (keys %{$hash->{messagesForRadioId}}) {
my $msgsForId = $hash->{messagesForRadioId}->{$radioid};