mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
10_ZWave.pm: readd pepper (Forum #60424)
git-svn-id: https://svn.fhem.de/fhem/trunk@14943 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87db142518
commit
996bd70f08
@ -661,7 +661,7 @@ our %zwave_deviceSpecial;
|
||||
my $zwave_cryptRijndael = 0;
|
||||
my $zwave_lastHashSent;
|
||||
my (%zwave_link, %zwave_img);
|
||||
my $zwave_activeHelpSites = "alliance"; # "pepper is dead";
|
||||
my $zwave_activeHelpSites = "alliance,pepper"; # pepper alive again (aka zobie)
|
||||
my $zwave_allHelpSites = "alliance,pepper";
|
||||
|
||||
# standard definitions for regular expression
|
||||
@ -5108,7 +5108,7 @@ ZWave_fhemwebFn($$$$)
|
||||
$pl .= "<div class='detLink ZWPepper'>";
|
||||
my $url = ($n eq "alliance" ?
|
||||
"http://products.z-wavealliance.org/products/" :
|
||||
"http://www.pepper1.net/zwavedb/device/");
|
||||
"http://devel.pepper1.net/zwavedb/device/");
|
||||
$pl .= "<a target='_blank' href='$url/$link'>Details in $n DB</a>";
|
||||
$pl .= "</div>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user