2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-26 16:19:32 +00:00

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 1792acbb6c
commit 5349de7b23

View File

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