mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
fhem_zwave_deviceconfig.xml.gz: add Aeotec Door/Window Sensor 7 (Forum #126705)
git-svn-id: https://svn.fhem.de/fhem/trunk@25869 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e6a6c9b7e0
commit
d393494791
@ -2997,7 +2997,9 @@ FW_dev2image($;$)
|
||||
|
||||
my ($icon, $rlink);
|
||||
if(defined($devStateIcon) && $devStateIcon =~ m/^{.*}$/s) {
|
||||
$cmdFromAnalyze = $devStateIcon; # help the __WARN__ sub
|
||||
my ($html, $link) = eval $devStateIcon;
|
||||
$cmdFromAnalyze = undef;
|
||||
Log3 $FW_wname, 1, "devStateIcon $name: $@" if($@);
|
||||
return ($html, $link, 1) if(defined($html) && $html =~ m/^<.*>$/s);
|
||||
$devStateIcon = $html;
|
||||
|
Binary file not shown.
@ -202,6 +202,12 @@
|
||||
<Product config="aeotec/zwa005.xml" id="0005" name="ZWA005 TriSensor" type="0002"/>
|
||||
<Product config="aeotec/zwa005.xml" id="0005" name="ZWA005 TriSensor" type="0102"/>
|
||||
<Product config="aeotec/zwa005.xml" id="0005" name="ZWA005 TriSensor" type="0202"/>
|
||||
<Product config="aeotec/zwa011.xml" id="000b" name="ZWA011 Door/Windows Sensor 7" type="0002"/>
|
||||
<Product config="aeotec/zwa011.xml" id="000b" name="ZWA011 Door/Windows Sensor 7" type="0102"/>
|
||||
<Product config="aeotec/zwa011.xml" id="000b" name="ZWA011 Door/Windows Sensor 7" type="0202"/>
|
||||
<Product config="aeotec/zwa011.xml" id="0029" name="ZWA011 Door/Windows Sensor 7" type="0002"/>
|
||||
<Product config="aeotec/zwa011.xml" id="0029" name="ZWA011 Door/Windows Sensor 7" type="0102"/>
|
||||
<Product config="aeotec/zwa011.xml" id="0029" name="ZWA011 Door/Windows Sensor 7" type="0202"/>
|
||||
<Product config="aeotec/zwa021.xml" id="0015" name="ZWA021 Thermostatic Valve" type="0002"/>
|
||||
<Product config="aeotec/zw162.xml" id="00a2" name="ZW162 Doorbell 6" type="0003"/>
|
||||
<Product config="aeotec/zw162.xml" id="00a2" name="ZW162 Doorbell 6" type="0103"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user