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:
parent
46458d585f
commit
0d2d860838
@ -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' ) {
|
||||
|
@ -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($@) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user