From ad04afd6402ed3e7b3533b41fa437ec4cf9ef9f1 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Thu, 9 Jun 2016 18:14:26 +0000 Subject: [PATCH] harmony: show deviceOverview git-svn-id: https://svn.fhem.de/fhem/trunk@11638 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/37_harmony.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index 8ce192aaf..9ca55ff4e 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -41,6 +41,8 @@ harmony_Initialize($) $hash->{AttrList} = "disable:1 nossl:1 $readingFnAttributes"; $hash->{FW_detailFn} = "harmony_detailFn"; + + $hash->{FW_showStatus} = 1; } #####################################