2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 01:06:04 +00:00

37_harmony.pm: disbale unused config link

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

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