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:
rudolfkoenig
2022-03-21 10:38:18 +00:00
parent 9538d72f9f
commit d546b02a91
3 changed files with 8 additions and 0 deletions

View File

@@ -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;

View File

@@ -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"/>