harmony: show deviceOverview

git-svn-id: https://svn.fhem.de/fhem/trunk@11638 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-06-09 18:14:26 +00:00
parent 20d4fe2d08
commit ad04afd640

View File

@ -41,6 +41,8 @@ harmony_Initialize($)
$hash->{AttrList} = "disable:1 nossl:1 $readingFnAttributes"; $hash->{AttrList} = "disable:1 nossl:1 $readingFnAttributes";
$hash->{FW_detailFn} = "harmony_detailFn"; $hash->{FW_detailFn} = "harmony_detailFn";
$hash->{FW_showStatus} = 1;
} }
##################################### #####################################