From 1f1e47c122044c1067d433b3d1d111f50d3c9dd7 Mon Sep 17 00:00:00 2001 From: Beta-User <> Date: Fri, 28 Feb 2020 07:24:35 +0000 Subject: [PATCH] 00_MYSENOSRS: add timeRequest response for gw's, forum #108784 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21300 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/00_MYSENSORS.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FHEM/00_MYSENSORS.pm b/FHEM/00_MYSENSORS.pm index 4339dae7b..202e629d6 100644 --- a/FHEM/00_MYSENSORS.pm +++ b/FHEM/00_MYSENSORS.pm @@ -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);