1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

CUL_HM: add repeater to internals

git-svn-id: https://svn.fhem.de/fhem/trunk@11534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2016-05-27 19:43:23 +00:00
parent 2693ba7a0e
commit 4fab37f3a9

View File

@ -7829,6 +7829,7 @@ sub CUL_HM_repReadings($) { # parse repeater
.((!$pS[$fNo] || $pS[$fNo] ne $sName)?"-":$pD[$fNo])
.":".($pB[$fNo]?$pB[$fNo]:"-");
my $dName = CUL_HM_getDeviceName($sName);
$defs{$dName}{repeater} = $hash->{NAME} if ($defs{$dName});
push @retL,$eS;