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 9362c5cd27
commit e386ac3622

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};