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:
parent
38c841e4b4
commit
ac5e098953
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user