mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
66e36b1b01
commit
d681d73e2f
@ -49,9 +49,11 @@ harmony_Initialize($)
|
|||||||
$hash->{AttrFn} = "harmony_Attr";
|
$hash->{AttrFn} = "harmony_Attr";
|
||||||
$hash->{AttrList} = "disable:1 nossl:1 forceWebSocket:1 $readingFnAttributes";
|
$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";
|
||||||
}
|
}
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user