From d681d73e2f4a24f8231a578617a0f729aedc4a70 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Sat, 5 Jan 2019 18:55:02 +0000 Subject: [PATCH] 37_harmony.pm: disbale unused config link git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18146 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/37_harmony.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FHEM/37_harmony.pm b/FHEM/37_harmony.pm index df4762dd7..3bc9ce807 100644 --- a/FHEM/37_harmony.pm +++ b/FHEM/37_harmony.pm @@ -49,9 +49,11 @@ harmony_Initialize($) $hash->{AttrFn} = "harmony_Attr"; $hash->{AttrList} = "disable:1 nossl:1 forceWebSocket:1 $readingFnAttributes"; - $hash->{FW_detailFn} = "harmony_detailFn"; + #$hash->{FW_detailFn} = "harmony_detailFn"; - $hash->{FW_showStatus} = 1; + $hash->{FW_deviceOverview} = 1; + + $hash->{startDiscovery} = "harmony_startDiscovery"; } #####################################