2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

10_ZWave.pm/01_FHEMWEB.pm: rename FW_showStatus to FW_deviceOverview (Forum #53012)

git-svn-id: https://svn.fhem.de/fhem/trunk@11554 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-05-29 15:53:30 +00:00
parent 46458d585f
commit 0d2d860838
2 changed files with 2 additions and 2 deletions

View File

@ -1185,7 +1185,7 @@ FW_doDetail($)
}
FW_pO "<table><tr><td>";
if(!$modules{$t}{FW_detailFn} || $modules{$t}{FW_showStatus}) {
if(!$modules{$t}{FW_detailFn} || $modules{$t}{FW_deviceOverview}) {
my $show = AttrVal($FW_wname, "deviceOverview", "always");
if( $show ne 'never' ) {

View File

@ -578,7 +578,7 @@ ZWave_Initialize($)
map { $zwave_id2class{lc($zwave_class{$_}{id})} = $_ } keys %zwave_class;
$hash->{FW_detailFn} = "ZWave_fhemwebFn";
$hash->{FW_showStatus} = 1;
$hash->{FW_deviceOverview} = 1;
eval { require Crypt::Rijndael; };
if($@) {