37_harmony.pm: disbale unused config link

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18146 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2019-01-05 18:55:02 +00:00
parent 66e36b1b01
commit d681d73e2f

View File

@ -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";
}
#####################################