00_MYSENOSRS: add timeRequest response for gw's, forum #108784

git-svn-id: https://svn.fhem.de/fhem/trunk@21300 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User
2020-02-28 07:24:35 +00:00
parent 20f14f7846
commit a69783ec17

View File

@@ -423,6 +423,11 @@ sub onInternalMsg($$) {
} }
last; last;
}; };
$type == I_TIME and do {
if (my $client = matchClient($hash,$msg)){ MYSENSORS::DEVICE::onInternalMessage($client,$msg) }
last;
};
} }
} elsif (my $client = matchClient($hash,$msg)) { } elsif (my $client = matchClient($hash,$msg)) {
MYSENSORS::DEVICE::onInternalMessage($client,$msg); MYSENSORS::DEVICE::onInternalMessage($client,$msg);