mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-26 10:15:48 +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:
parent
1792acbb6c
commit
5349de7b23
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user