diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-28 05:50:21 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-28 05:50:21 +0000 |
commit | 18527c0231e3f3eb7ce56a6e657632573479b8d2 (patch) | |
tree | 910156e972f56100b20cc5de9a12d08e6216a315 | |
parent | 11131816edd6617854e212ad8669757ec2f4d980 (diff) |
comms/openzwave-devel: Remove expired port
2023-12-28 comms/openzwave-devel: Upstream no longer maintained, indicates to move to openzwave JS instead
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/openzwave-devel/Makefile | 46 | ||||
-rw-r--r-- | comms/openzwave-devel/distinfo | 3 | ||||
-rw-r--r-- | comms/openzwave-devel/files/patch-cpp_build_Makefile | 26 | ||||
-rw-r--r-- | comms/openzwave-devel/files/patch-cpp_build_support.mk | 13 | ||||
-rw-r--r-- | comms/openzwave-devel/pkg-descr | 1 | ||||
-rw-r--r-- | comms/openzwave-devel/pkg-plist | 1372 |
8 files changed, 1 insertions, 1462 deletions
@@ -8184,3 +8184,4 @@ mail/cclient|mail/panda-cclient|2023-12-16|Has expired: Last upstream release wa www/yanopaste||2023-12-18|Has expired: Last upstream release was in 2011 www/py-yt-dlp-devel|www/py-yt-dlp|2023-12-22|Remove the -devel suffix math/octave-forge-statistics-bootstrap|math/octave-forge-statistics-resampling|2023-12-24|Name change upstream +comms/openzwave-devel||2023-12-28|Has expired: Upstream no longer maintained, indicates to move to openzwave JS instead diff --git a/comms/Makefile b/comms/Makefile index fa5c1ad6a465..9f72cd0a204a 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -108,7 +108,6 @@ SUBDIR += opencbm-plugin-xa1541 SUBDIR += openobex SUBDIR += openzwave - SUBDIR += openzwave-devel SUBDIR += owfs SUBDIR += p5-Cisco-UCS SUBDIR += p5-Device-Gsm diff --git a/comms/openzwave-devel/Makefile b/comms/openzwave-devel/Makefile deleted file mode 100644 index f0e11c67949e..000000000000 --- a/comms/openzwave-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= openzwave -PORTVERSION= 1.6.${VERSION_REV} -PORTREVISION= 1 -CATEGORIES= comms -PKGNAMESUFFIX= -devel - -MAINTAINER= kiwi@oav.net -COMMENT= Open-source interface to Z-Wave networks -WWW= https://code.google.com/p/open-zwave/ - -LICENSE= LGPL20 - -DEPRECATED= Upstream no longer maintained, indicates to move to openzwave JS instead -EXPIRATION_DATE=2023-12-28 - -USES= compiler:c++11-lang gmake tar:bz2 iconv pkgconfig - -# Manually update this when makefile is updated -# echo $(git describe --long --tags --dirty 2>/dev/null | sed s/^v//) | awk '{split($$0,a,"-"); print a[2]}' -VERSION_REV= 1061 - -USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= OpenZWave -GH_PROJECT= open-zwave -GH_TAGNAME= 14f2ba74 -MAKE_ARGS= VERSION_REV=${VERSION_REV} LIBDIR=${WRKSRC} docdir=${DOCSDIR} CXX=${CXX} - -CONFLICTS_INSTALL= openzwave # bin/MinOZW - -OPTIONS_DEFINE= DOXYGEN DOCS -OPTIONS_SUB= yes - -DOXYGEN_DESC= Build docs (requires doxygen + graphviz) -DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ - doxygen:devel/doxygen -DOXYGEN_PORTDOCS= * - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenzwave.so.1.6 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/MinOZW - -post-install-DOXYGEN-on: - ${RM} ${STAGEDIR}${DOCSDIR}/Doxyfile.in - -.include <bsd.port.mk> diff --git a/comms/openzwave-devel/distinfo b/comms/openzwave-devel/distinfo deleted file mode 100644 index d88d311fded7..000000000000 --- a/comms/openzwave-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1584434997 -SHA256 (OpenZWave-open-zwave-1.6.1061-14f2ba74_GH0.tar.gz) = 58fd7ead9b236f21e8876ceb5b4fd8781d25bc162daee2d6b9ab9923fdf493e5 -SIZE (OpenZWave-open-zwave-1.6.1061-14f2ba74_GH0.tar.gz) = 13252460 diff --git a/comms/openzwave-devel/files/patch-cpp_build_Makefile b/comms/openzwave-devel/files/patch-cpp_build_Makefile deleted file mode 100644 index 15d3f4c97853..000000000000 --- a/comms/openzwave-devel/files/patch-cpp_build_Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- cpp/build/Makefile.orig 2020-03-16 04:03:45 UTC -+++ cpp/build/Makefile -@@ -13,10 +13,10 @@ - - - # what flags we will use for compiling in debug mode --DEBUG_CFLAGS := -Wformat -Wall -Wno-unknown-pragmas -Wno-inline -Werror -Wno-error=sequence-point -Wno-sequence-point -ggdb -DDEBUG -fPIC -DSYSCONFDIR="\"$(PREFIX)/etc/openzwave/\"" -+DEBUG_CFLAGS := -Wformat -Wall -Wno-unknown-pragmas -Wno-inline -Wno-error=sequence-point -Wno-sequence-point -ggdb -DDEBUG -fPIC -DSYSCONFDIR="\"$(PREFIX)/etc/openzwave/\"" - DEBUG_CPPFLAGS := -std=c++11 - # what flags we will use for compiling in release mode --RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Werror -Wno-error=sequence-point -Wno-sequence-point -O3 -DNDEBUG -fPIC -DSYSCONFDIR="\"$(PREFIX)/etc/openzwave/\"" -+RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-error=sequence-point -Wno-sequence-point -O3 -DNDEBUG -fPIC -DSYSCONFDIR="\"$(PREFIX)/etc/openzwave/\"" - RELEASE_CPPFLAGS := -std=c++11 - #what flags we will use for linking in debug mode - DEBUG_LDFLAGS := -g -@@ -280,8 +280,8 @@ install: $(LIBDIR)/$(SHARED_LIB_NAME) doc $(top_buildd - @cp -r $(top_srcdir)/docs/* $(DESTDIR)/$(docdir) - @if [ -d "$(top_builddir)/docs/html/" ]; then cp -r $(top_builddir)/docs/html/* $(DESTDIR)/$(docdir); fi - @echo "Installing Pkg-config Files" -- @install -d $(DESTDIR)/$(pkgconfigdir) -- @cp $(top_builddir)/libopenzwave.pc $(DESTDIR)/$(pkgconfigdir) -+ @install -d $(DESTDIR)/$(PREFIX)/libdata/pkgconfig -+ @cp $(top_builddir)/libopenzwave.pc $(DESTDIR)/$(PREFIX)/libdata/pkgconfig - @install -d $(DESTDIR)/$(PREFIX)/bin/ - @cp $(top_builddir)/ozw_config $(DESTDIR)/$(PREFIX)/bin/ozw_config - @chmod 755 $(DESTDIR)/$(PREFIX)/bin/ozw_config diff --git a/comms/openzwave-devel/files/patch-cpp_build_support.mk b/comms/openzwave-devel/files/patch-cpp_build_support.mk deleted file mode 100644 index bff3dc0f7929..000000000000 --- a/comms/openzwave-devel/files/patch-cpp_build_support.mk +++ /dev/null @@ -1,13 +0,0 @@ ---- cpp/build/support.mk.orig 2020-02-10 15:58:14 UTC -+++ cpp/build/support.mk -@@ -67,8 +67,8 @@ endif - - ifeq ($(GITVERSION),) - $(warning git describe returned an empty result, setting GITVERSION to VERSION_MAJ.VERSION_MIN.-1 and VERSION_REV to 0) --GITVERSION := $(VERSION_MAJ).$(VERSION_MIN).-1 --VERSION_REV := 0 -+GITVERSION := $(VERSION_MAJ).$(VERSION_MIN).$(VERSION_REV) -+#VERSION_REV := 0 - else - VERSION_REV ?= $(shell echo $(GITVERSION) | awk '{split($$0,a,"-"); print a[2]}') - endif diff --git a/comms/openzwave-devel/pkg-descr b/comms/openzwave-devel/pkg-descr deleted file mode 100644 index 0d4edd9bf98f..000000000000 --- a/comms/openzwave-devel/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Open-zwave - An open-source interface to Z-Wave networks. diff --git a/comms/openzwave-devel/pkg-plist b/comms/openzwave-devel/pkg-plist deleted file mode 100644 index 3651387c049e..000000000000 --- a/comms/openzwave-devel/pkg-plist +++ /dev/null @@ -1,1372 +0,0 @@ -bin/MinOZW -bin/ozw_config -%%ETCDIR%%/2gig/ct100.xml -%%ETCDIR%%/2gig/ct101.xml -%%ETCDIR%%/2gig/ct30.xml -%%ETCDIR%%/2gig/ct32.xml -%%ETCDIR%%/2gig/ct50e.xml -%%ETCDIR%%/2gig/ct80.xml -%%ETCDIR%%/BeNext/1poleswitch.xml -%%ETCDIR%%/BeNext/2poleswitch.xml -%%ETCDIR%%/BeNext/AlarmSound.xml -%%ETCDIR%%/BeNext/BuiltinDimmer.xml -%%ETCDIR%%/BeNext/DoorSensor.xml -%%ETCDIR%%/BeNext/EnergySwitch.xml -%%ETCDIR%%/BeNext/HeatingControl.xml -%%ETCDIR%%/BeNext/Molite.xml -%%ETCDIR%%/BeNext/P1dongle.xml -%%ETCDIR%%/BeNext/PanicButton.xml -%%ETCDIR%%/BeNext/PanicWatch.xml -%%ETCDIR%%/BeNext/PluginDimmer.xml -%%ETCDIR%%/BeNext/SceneController.xml -%%ETCDIR%%/BeNext/TagReader.xml -%%ETCDIR%%/BeNext/TagReader500.xml -%%ETCDIR%%/BeNext/mydisplay.xml -%%ETCDIR%%/BeNext/mygate.xml -%%ETCDIR%%/Localization.xml -%%ETCDIR%%/Localization.xsd -%%ETCDIR%%/NotificationCCTypes.xml -%%ETCDIR%%/NotificationCCTypes.xsd -%%ETCDIR%%/SensorMultiLevelCCTypes.xml -%%ETCDIR%%/SensorMultiLevelCCTypes.xsd -%%ETCDIR%%/act/lfm20.xml -%%ETCDIR%%/act/zdm230.xml -%%ETCDIR%%/act/zdp100.xml -%%ETCDIR%%/act/zdw103.xml -%%ETCDIR%%/act/zdw232.xml -%%ETCDIR%%/act/zir010.xml -%%ETCDIR%%/act/zrm230.xml -%%ETCDIR%%/act/zrp100.xml -%%ETCDIR%%/act/zrp110.xml -%%ETCDIR%%/act/zrw103.xml -%%ETCDIR%%/act/zrw230.xml -%%ETCDIR%%/aeotec/dsa03202.xml -%%ETCDIR%%/aeotec/dsa22.xml -%%ETCDIR%%/aeotec/dsa38.xml -%%ETCDIR%%/aeotec/dsb04100.xml -%%ETCDIR%%/aeotec/dsb05.xml -%%ETCDIR%%/aeotec/dsb09104.xml -%%ETCDIR%%/aeotec/dsb28-zweu.xml -%%ETCDIR%%/aeotec/dsb28.xml -%%ETCDIR%%/aeotec/dsb29.xml -%%ETCDIR%%/aeotec/dsb45.xml -%%ETCDIR%%/aeotec/dsb54.xml -%%ETCDIR%%/aeotec/dsc06106.xml -%%ETCDIR%%/aeotec/dsc08101.xml -%%ETCDIR%%/aeotec/dsc10.xml -%%ETCDIR%%/aeotec/dsc11.xml -%%ETCDIR%%/aeotec/dsc12104.xml -%%ETCDIR%%/aeotec/dsc13104.xml -%%ETCDIR%%/aeotec/dsc14104.xml -%%ETCDIR%%/aeotec/dsc18103.xml -%%ETCDIR%%/aeotec/dsc19103.xml -%%ETCDIR%%/aeotec/dsc24.xml -%%ETCDIR%%/aeotec/dsc26103.xml -%%ETCDIR%%/aeotec/dsc27103.xml -%%ETCDIR%%/aeotec/dsc35103.xml -%%ETCDIR%%/aeotec/dsd37.xml -%%ETCDIR%%/aeotec/zw056.xml -%%ETCDIR%%/aeotec/zw062.xml -%%ETCDIR%%/aeotec/zw074.xml -%%ETCDIR%%/aeotec/zw075.xml -%%ETCDIR%%/aeotec/zw078.xml -%%ETCDIR%%/aeotec/zw080.xml -%%ETCDIR%%/aeotec/zw088.xml -%%ETCDIR%%/aeotec/zw089.xml -%%ETCDIR%%/aeotec/zw090.xml -%%ETCDIR%%/aeotec/zw095.xml -%%ETCDIR%%/aeotec/zw096.xml -%%ETCDIR%%/aeotec/zw097.xml -%%ETCDIR%%/aeotec/zw098.xml -%%ETCDIR%%/aeotec/zw099.xml -%%ETCDIR%%/aeotec/zw100.xml -%%ETCDIR%%/aeotec/zw111.xml -%%ETCDIR%%/aeotec/zw112.xml -%%ETCDIR%%/aeotec/zw116.xml -%%ETCDIR%%/aeotec/zw117.xml -%%ETCDIR%%/aeotec/zw120.xml -%%ETCDIR%%/aeotec/zw121.xml -%%ETCDIR%%/aeotec/zw122.xml -%%ETCDIR%%/aeotec/zw129.xml -%%ETCDIR%%/aeotec/zw130.xml -%%ETCDIR%%/aeotec/zw132.xml -%%ETCDIR%%/aeotec/zw139.xml -%%ETCDIR%%/aeotec/zw140.xml -%%ETCDIR%%/aeotec/zw141.xml -%%ETCDIR%%/aeotec/zw162.xml -%%ETCDIR%%/aeotec/zw164.xml -%%ETCDIR%%/aeotec/zw175.xml -%%ETCDIR%%/aeotec/zw187.xml -%%ETCDIR%%/aeotec/zw189.xml -%%ETCDIR%%/aeotec/zwa001.xml -%%ETCDIR%%/aeotec/zwa002.xml -%%ETCDIR%%/aeotec/zwa003.xml -%%ETCDIR%%/aeotec/zwa004.xml -%%ETCDIR%%/aeotec/zwa005.xml -%%ETCDIR%%/aeotec/zwa006.xml -%%ETCDIR%%/aeotec/zwa008.xml -%%ETCDIR%%/aeotec/zwa021.xml -%%ETCDIR%%/airlinemechanical/zds-ud10.xml -%%ETCDIR%%/alfred/DB2.xml -%%ETCDIR%%/assa_abloy/ConexisL1.xml -%%ETCDIR%%/assa_abloy/KeyfreeConnected-plus.xml -%%ETCDIR%%/assa_abloy/KeyfreeConnected.xml -%%ETCDIR%%/assa_abloy/PushButtonDeadbolt.xml -%%ETCDIR%%/assa_abloy/PushButtonLever.xml -%%ETCDIR%%/assa_abloy/TouchDeadbolt.xml -%%ETCDIR%%/assa_abloy/TouchLever.xml -%%ETCDIR%%/assa_abloy/nexTouch.xml -%%ETCDIR%%/august/asl-03.xml -%%ETCDIR%%/buffalo/hw-100v15a-zw.xml -%%ETCDIR%%/comfort/ucm.xml -%%ETCDIR%%/config-template.xml -%%ETCDIR%%/cooper/RF9501.xml -%%ETCDIR%%/cooper/RF9505-T.xml -%%ETCDIR%%/cooper/RF9505-T.xml.zip -%%ETCDIR%%/cooper/RF9517.xml -%%ETCDIR%%/cooper/RF9540-N.xml -%%ETCDIR%%/cooper/RF9542-Z.xml -%%ETCDIR%%/cooper/RFWC5.xml -%%ETCDIR%%/cooper/rf9534.xml -%%ETCDIR%%/danfoss/living.xml -%%ETCDIR%%/danfoss/rsroom.xml -%%ETCDIR%%/danfoss/z.xml -%%ETCDIR%%/device_classes.xml -%%ETCDIR%%/device_classes.xsd -%%ETCDIR%%/device_configuration.xsd -%%ETCDIR%%/devolo/connectz.xml -%%ETCDIR%%/devolo/mt02648.xml -%%ETCDIR%%/devolo/mt02755.xml -%%ETCDIR%%/devolo/mt02758.xml -%%ETCDIR%%/devolo/mt02792.xml -%%ETCDIR%%/devolo/mt2646.xml -%%ETCDIR%%/devolo/mt2647.xml -%%ETCDIR%%/devolo/mt2651.xml -%%ETCDIR%%/devolo/mt2652.xml -%%ETCDIR%%/devolo/mt2653.xml -%%ETCDIR%%/devolo/mt2756.xml -%%ETCDIR%%/devolo/rs014G0159.xml -%%ETCDIR%%/diehlcontrols/766366.xml -%%ETCDIR%%/dlink/dch-z110.xml -%%ETCDIR%%/dlink/dch-z120.xml -%%ETCDIR%%/dlink/dch-z510.xml -%%ETCDIR%%/dome/0002.xml -%%ETCDIR%%/dome/0083.xml -%%ETCDIR%%/dome/0085.xml -%%ETCDIR%%/dome/0086.xml -%%ETCDIR%%/dome/0087.xml -%%ETCDIR%%/dome/0088.xml -%%ETCDIR%%/dome/0101.xml -%%ETCDIR%%/dome/0201.xml -%%ETCDIR%%/domitech/zb22uk.xml -%%ETCDIR%%/domitech/ze27eu.xml -%%ETCDIR%%/domux/DX1CA-Z.xml -%%ETCDIR%%/domux/DX1CG-Z.xml -%%ETCDIR%%/domux/DX1DS-Z.xml -%%ETCDIR%%/domux/DX1HT-Z.xml -%%ETCDIR%%/domux/DX1MS-Z.xml -%%ETCDIR%%/domux/DX1SA-Z.xml -%%ETCDIR%%/domux/DX1WL-Z.xml -%%ETCDIR%%/domux/DX2SK-Z.xml -%%ETCDIR%%/dragontech/wd-100.xml -%%ETCDIR%%/duwi/05458.xml -%%ETCDIR%%/duwi/ZWES1000.xml -%%ETCDIR%%/duwi/ZWESJ300.xml -%%ETCDIR%%/duwi/zw-edan-300.xml -%%ETCDIR%%/duwi/zw-zdan-300.xml -%%ETCDIR%%/duwi/zwfb.xml -%%ETCDIR%%/duwi/zwws.xml -%%ETCDIR%%/ecolink/doorwindow.xml -%%ETCDIR%%/ecolink/firefighter.xml -%%ETCDIR%%/ecolink/floodfreeze.xml -%%ETCDIR%%/ecolink/motion.xml -%%ETCDIR%%/ecolink/sensor.xml -%%ETCDIR%%/ecolink/tiltsensor.xml -%%ETCDIR%%/electronicsolutions/dbmz.xml -%%ETCDIR%%/enblink/ss201-us-w_1308.xml -%%ETCDIR%%/enerwave/zw15rmplus.xml -%%ETCDIR%%/enerwave/zw15s.xml -%%ETCDIR%%/enerwave/zw20r.xml -%%ETCDIR%%/enerwave/zw20rm.xml -%%ETCDIR%%/enerwave/zw500d.xml -%%ETCDIR%%/enerwave/zwn-bpc.xml -%%ETCDIR%%/enerwave/zwn-sc7.xml -%%ETCDIR%%/enerwave/zwnrsm1plus.xml -%%ETCDIR%%/enerwave/zwnrsm2plus.xml -%%ETCDIR%%/eurotronic/eur_airquality.xml -%%ETCDIR%%/eurotronic/eur_cometz.xml -%%ETCDIR%%/eurotronic/eur_spiritz.xml -%%ETCDIR%%/eurotronic/eur_stellaz.xml -%%ETCDIR%%/eurotronic/eur_temphumin.xml -%%ETCDIR%%/everspring/ad146.xml -%%ETCDIR%%/everspring/ad147.xml -%%ETCDIR%%/everspring/an145.xml -%%ETCDIR%%/everspring/an157.xml -%%ETCDIR%%/everspring/an158.xml -%%ETCDIR%%/everspring/an163.xml -%%ETCDIR%%/everspring/an179.xml -%%ETCDIR%%/everspring/an180.xml -%%ETCDIR%%/everspring/an181.xml -%%ETCDIR%%/everspring/hac01.xml -%%ETCDIR%%/everspring/han01.xml -%%ETCDIR%%/everspring/han02-1.xml -%%ETCDIR%%/everspring/hsp02.xml -%%ETCDIR%%/everspring/lptdm1u.xml -%%ETCDIR%%/everspring/se812.xml -%%ETCDIR%%/everspring/sf812.xml -%%ETCDIR%%/everspring/sm103.xml -%%ETCDIR%%/everspring/sp103.xml -%%ETCDIR%%/everspring/sp814.xml -%%ETCDIR%%/everspring/sp815.xml -%%ETCDIR%%/everspring/sp816.xml -%%ETCDIR%%/everspring/st812.xml -%%ETCDIR%%/everspring/st814.xml -%%ETCDIR%%/everspring/st815.xml -%%ETCDIR%%/everspring/tse03.xml -%%ETCDIR%%/everspringct/hsm02.xml -%%ETCDIR%%/evolve/lfm-20.xml -%%ETCDIR%%/evolve/lrm-as.xml -%%ETCDIR%%/evolve/lsm-15.xml -%%ETCDIR%%/evolve/ltm-5.xml -%%ETCDIR%%/fakro/arz.xml -%%ETCDIR%%/fakro/zwp10.xml -%%ETCDIR%%/fakro/zwrs.xml -%%ETCDIR%%/fakro/zws12.xml -%%ETCDIR%%/fakro/zws230.xml -%%ETCDIR%%/fibaro/fgbs001.xml -%%ETCDIR%%/fibaro/fgbs222.xml -%%ETCDIR%%/fibaro/fgcd001.xml -%%ETCDIR%%/fibaro/fgd211.xml -%%ETCDIR%%/fibaro/fgd212.xml -%%ETCDIR%%/fibaro/fgdw2.xml -%%ETCDIR%%/fibaro/fgfs101.xml -%%ETCDIR%%/fibaro/fgfs101zw5.xml -%%ETCDIR%%/fibaro/fggc001.xml -%%ETCDIR%%/fibaro/fgk001.xml -%%ETCDIR%%/fibaro/fgk10x.xml -%%ETCDIR%%/fibaro/fgkf601.xml -%%ETCDIR%%/fibaro/fgms.xml -%%ETCDIR%%/fibaro/fgmszw5.xml -%%ETCDIR%%/fibaro/fgpb101.xml -%%ETCDIR%%/fibaro/fgr221.xml -%%ETCDIR%%/fibaro/fgr223.xml -%%ETCDIR%%/fibaro/fgrgbwm441.xml -%%ETCDIR%%/fibaro/fgrm222.xml -%%ETCDIR%%/fibaro/fgs211.xml -%%ETCDIR%%/fibaro/fgs212.xml -%%ETCDIR%%/fibaro/fgs213.xml -%%ETCDIR%%/fibaro/fgs221.xml -%%ETCDIR%%/fibaro/fgs222.xml -%%ETCDIR%%/fibaro/fgs223.xml -%%ETCDIR%%/fibaro/fgsd002.xml -%%ETCDIR%%/fibaro/fgss101.xml -%%ETCDIR%%/fibaro/fgt001.xml -%%ETCDIR%%/fibaro/fgwd111.xml -%%ETCDIR%%/fibaro/fgwds221.xml -%%ETCDIR%%/fibaro/fgwoe.xml -%%ETCDIR%%/fibaro/fgwpe.xml -%%ETCDIR%%/fibaro/fgwpfzw5.xml -%%ETCDIR%%/fibaro/fgwpg111.xml -%%ETCDIR%%/fibaro/fgwr111.xml -%%ETCDIR%%/firstalert/zcombo.xml -%%ETCDIR%%/followgood/swz-1002.xml -%%ETCDIR%%/forest/fs2z5232000002.xml -%%ETCDIR%%/fortrezz/fmi.xml -%%ETCDIR%%/fortrezz/fts05p.xml -%%ETCDIR%%/fortrezz/gdc1_fortrezz_1501.xml -%%ETCDIR%%/fortrezz/mimo2plus.xml -%%ETCDIR%%/fortrezz/mimolite.xml -%%ETCDIR%%/fortrezz/ssa2.xml -%%ETCDIR%%/fortrezz/ssa3.xml -%%ETCDIR%%/fortrezz/wv01.xml -%%ETCDIR%%/fortrezz/wwa-01aa.xml -%%ETCDIR%%/fortrezz/wwa02.xml -%%ETCDIR%%/frostdale/fdn2311.xml -%%ETCDIR%%/frostdale/fdn2nxx.xml -%%ETCDIR%%/ge/12719-plugin-switch.xml -%%ETCDIR%%/ge/12724-dimmer.xml -%%ETCDIR%%/ge/12727.xml -%%ETCDIR%%/ge/14282-plugin-switch.xml -%%ETCDIR%%/ge/14284.xml -%%ETCDIR%%/ge/14288-outlet.xml -%%ETCDIR%%/ge/14291-switch.xml -%%ETCDIR%%/ge/14292-toggle-switch.xml -%%ETCDIR%%/ge/14294-dimmer.xml -%%ETCDIR%%/ge/14295-dimmer-toggle.xml -%%ETCDIR%%/ge/26931-motion-switch.xml -%%ETCDIR%%/ge/26933-motion-dimmer.xml -%%ETCDIR%%/ge/28167-plugin-dimmer.xml -%%ETCDIR%%/ge/28169-plugin-switch.xml -%%ETCDIR%%/ge/45604.xml -%%ETCDIR%%/ge/46201-switch.xml -%%ETCDIR%%/ge/46203-dimmer.xml -%%ETCDIR%%/ge/dimmer.xml -%%ETCDIR%%/ge/dimmer_module.xml -%%ETCDIR%%/ge/hinge-pin.xml -%%ETCDIR%%/ge/receptacle.xml -%%ETCDIR%%/ge/relay.xml -%%ETCDIR%%/ge/ze26i.xml -%%ETCDIR%%/ge/zw4001-switch.xml -%%ETCDIR%%/ge/zw6302.xml -%%ETCDIR%%/gocontrol/GC-TBZ48L.xml -%%ETCDIR%%/gr/gr-302n.xml -%%ETCDIR%%/gr/gr105.xml -%%ETCDIR%%/gr/gr105n.xml -%%ETCDIR%%/gr/grb3.xml -%%ETCDIR%%/graber/brz1.xml -%%ETCDIR%%/graber/csz1.xml -%%ETCDIR%%/graber/rsz1.xml -%%ETCDIR%%/graber/vcz1.xml -%%ETCDIR%%/greenwave/gs1110-1-gr-1.xml -%%ETCDIR%%/greenwave/powernode1.xml -%%ETCDIR%%/greenwave/powernode6.xml -%%ETCDIR%%/guardtec/gkw2000d.xml -%%ETCDIR%%/hank/hkzw-dws01.xml -%%ETCDIR%%/hank/hkzw-fld01.xml -%%ETCDIR%%/hank/hkzw-ms01.xml -%%ETCDIR%%/hank/hkzw-ms02-200.xml -%%ETCDIR%%/hank/hkzw-ms02-300.xml -%%ETCDIR%%/hank/hkzw-rgb01.xml -%%ETCDIR%%/hank/hkzw-so01-smartplug.xml -%%ETCDIR%%/hank/hkzw-so03.xml -%%ETCDIR%%/hank/hkzw-so05-smartplug.xml -%%ETCDIR%%/hank/scenecontroller1.xml -%%ETCDIR%%/hank/scenecontroller4.xml -%%ETCDIR%%/heiman/HS1CA-Z.xml -%%ETCDIR%%/heiman/HS1CG-Z.xml -%%ETCDIR%%/heiman/HS1DS-Z.xml -%%ETCDIR%%/heiman/HS1HT-Z.xml -%%ETCDIR%%/heiman/HS1MS-Z.xml -%%ETCDIR%%/heiman/HS1SA-Z.xml -%%ETCDIR%%/heiman/HS1WL-Z.xml -%%ETCDIR%%/heiman/HS2SK-Z.xml -%%ETCDIR%%/heiman/HS2WD-Z.xml -%%ETCDIR%%/heltun/he-ft01.xml -%%ETCDIR%%/heltun/he-ht01.xml -%%ETCDIR%%/heltun/he-zw-sw-5a-1.xml -%%ETCDIR%%/heltun/he-zw-therm-fc1.xml -%%ETCDIR%%/heltun/he-zw-therm-fl2.xml -%%ETCDIR%%/homeseer/ezmotionplus.xml -%%ETCDIR%%/homeseer/hs-ds100plus.xml -%%ETCDIR%%/homeseer/hs-fc200plus.xml -%%ETCDIR%%/homeseer/hs-fls100plus.xml -%%ETCDIR%%/homeseer/hs-fs100plus.xml -%%ETCDIR%%/homeseer/hs-ls100plus.xml -%%ETCDIR%%/homeseer/hs-ms100plus.xml -%%ETCDIR%%/homeseer/hs-wd100plus.xml -%%ETCDIR%%/homeseer/hs-wd200plus.xml -%%ETCDIR%%/homeseer/hs-ws100plus.xml -%%ETCDIR%%/homeseer/hs-ws200plus.xml -%%ETCDIR%%/homeseer/hsm100.xml -%%ETCDIR%%/homeseer/hsm200.xml -%%ETCDIR%%/homeseer/ztroller.xml -%%ETCDIR%%/honeywell/39348-zw4008.xml -%%ETCDIR%%/honeywell/39351-ZW3005.xml -%%ETCDIR%%/honeywell/39351-ZW3010.xml -%%ETCDIR%%/honeywell/39357-ZW3004.xml -%%ETCDIR%%/honeywell/lynx-touch-l5100.xml -%%ETCDIR%%/honeywell/th6320zw2003.xml -%%ETCDIR%%/honeywell/th8320zw1000.xml -%%ETCDIR%%/horstmann/asrzw.xml -%%ETCDIR%%/horstmann/hrt4zw.xml -%%ETCDIR%%/horstmann/scsc17.xml -%%ETCDIR%%/horstmann/ses301.xml -%%ETCDIR%%/horstmann/ses302.xml -%%ETCDIR%%/horstmann/ses303.xml -%%ETCDIR%%/horstmann/sir321.xml -%%ETCDIR%%/horstmann/srt321.xml -%%ETCDIR%%/horstmann/srt323.xml -%%ETCDIR%%/horstmann/ssr302.xml -%%ETCDIR%%/horstmann/ssr303.xml -%%ETCDIR%%/icare/zw-66.xml -%%ETCDIR%%/idlock/idlock101.xml -%%ETCDIR%%/idlock/idlock150.xml -%%ETCDIR%%/images/2gig/ct100.png -%%ETCDIR%%/images/2gig/ct32.png -%%ETCDIR%%/images/BeNext/AlarmSound.png -%%ETCDIR%%/images/BeNext/DoorSensor.png -%%ETCDIR%%/images/BeNext/Molite.png -%%ETCDIR%%/images/BeNext/TagReader.png -%%ETCDIR%%/images/BeNext/TagReader500.png -%%ETCDIR%%/images/BeNext/mydisplay.png -%%ETCDIR%%/images/BeNext/mygate.png -%%ETCDIR%%/images/act/lfm20.png -%%ETCDIR%%/images/act/zdm230.png -%%ETCDIR%%/images/act/zdp100.png -%%ETCDIR%%/images/act/zir010.png -%%ETCDIR%%/images/act/zrm230.png -%%ETCDIR%%/images/act/zrp100.png -%%ETCDIR%%/images/act/zrw103.png -%%ETCDIR%%/images/act/zrw230.png -%%ETCDIR%%/images/aeotec/dsa03202.png -%%ETCDIR%%/images/aeotec/dsa38.png -%%ETCDIR%%/images/aeotec/dsb04100.png -%%ETCDIR%%/images/aeotec/dsb05.png -%%ETCDIR%%/images/aeotec/dsb09104.png -%%ETCDIR%%/images/aeotec/dsb28-zweu.png -%%ETCDIR%%/images/aeotec/dsb28.png -%%ETCDIR%%/images/aeotec/dsb29.png -%%ETCDIR%%/images/aeotec/dsc06106.png -%%ETCDIR%%/images/aeotec/dsc10.png -%%ETCDIR%%/images/aeotec/dsc11.png -%%ETCDIR%%/images/aeotec/dsc14104.png -%%ETCDIR%%/images/aeotec/dsc18103.png -%%ETCDIR%%/images/aeotec/dsc19103.png -%%ETCDIR%%/images/aeotec/dsc24.png -%%ETCDIR%%/images/aeotec/dsc26103.png -%%ETCDIR%%/images/aeotec/dsc27103.png -%%ETCDIR%%/images/aeotec/dsc35103.png -%%ETCDIR%%/images/aeotec/dsd37.png -%%ETCDIR%%/images/aeotec/zw056.png -%%ETCDIR%%/images/aeotec/zw062.png -%%ETCDIR%%/images/aeotec/zw074.png -%%ETCDIR%%/images/aeotec/zw075.png -%%ETCDIR%%/images/aeotec/zw078.png -%%ETCDIR%%/images/aeotec/zw080.png -%%ETCDIR%%/images/aeotec/zw088.png -%%ETCDIR%%/images/aeotec/zw089.png -%%ETCDIR%%/images/aeotec/zw090.png -%%ETCDIR%%/images/aeotec/zw095.png -%%ETCDIR%%/images/aeotec/zw096.png -%%ETCDIR%%/images/aeotec/zw097.png -%%ETCDIR%%/images/aeotec/zw098.png -%%ETCDIR%%/images/aeotec/zw099.png -%%ETCDIR%%/images/aeotec/zw100.png -%%ETCDIR%%/images/aeotec/zw111.png -%%ETCDIR%%/images/aeotec/zw112.png -%%ETCDIR%%/images/aeotec/zw116.png -%%ETCDIR%%/images/aeotec/zw117.png -%%ETCDIR%%/images/aeotec/zw120.png -%%ETCDIR%%/images/aeotec/zw121.png -%%ETCDIR%%/images/aeotec/zw122.png -%%ETCDIR%%/images/aeotec/zw129.png -%%ETCDIR%%/images/aeotec/zw130.png -%%ETCDIR%%/images/aeotec/zw132.png -%%ETCDIR%%/images/aeotec/zw139.png -%%ETCDIR%%/images/aeotec/zw140.png -%%ETCDIR%%/images/aeotec/zw141.png -%%ETCDIR%%/images/aeotec/zw162.png -%%ETCDIR%%/images/aeotec/zw164.png -%%ETCDIR%%/images/aeotec/zw187.png -%%ETCDIR%%/images/aeotec/zw189.png -%%ETCDIR%%/images/aeotec/zw195.png -%%ETCDIR%%/images/aeotec/zwa001.png -%%ETCDIR%%/images/aeotec/zwa002.png -%%ETCDIR%%/images/aeotec/zwa003.png -%%ETCDIR%%/images/aeotec/zwa004.png -%%ETCDIR%%/images/aeotec/zwa005.png -%%ETCDIR%%/images/aeotec/zwa006.png -%%ETCDIR%%/images/aeotec/zwa021.png -%%ETCDIR%%/images/airlinemechanical/zds-ud10.png -%%ETCDIR%%/images/alfred/DB2.png -%%ETCDIR%%/images/assa_abloy/ConexisL1.png -%%ETCDIR%%/images/assa_abloy/KeyfreeConnected-plus.png -%%ETCDIR%%/images/assa_abloy/KeyfreeConnected.png -%%ETCDIR%%/images/assa_abloy/PushButtonDeadbolt.png -%%ETCDIR%%/images/assa_abloy/TouchDeadbolt.png -%%ETCDIR%%/images/assa_abloy/TouchLever.png -%%ETCDIR%%/images/assa_abloy/nexTouch.png -%%ETCDIR%%/images/august/asl-03.png -%%ETCDIR%%/images/buffalo/hw-100v15a-zw.png -%%ETCDIR%%/images/comfort/ucm.png -%%ETCDIR%%/images/cooper/RF9501.png -%%ETCDIR%%/images/cooper/RF9505-T.png -%%ETCDIR%%/images/cooper/RF9517.png -%%ETCDIR%%/images/cooper/RF9540-N.png -%%ETCDIR%%/images/cooper/RF9542-Z.png -%%ETCDIR%%/images/cooper/rf9534.png -%%ETCDIR%%/images/danfoss/living.png -%%ETCDIR%%/images/danfoss/rsroom.png -%%ETCDIR%%/images/danfoss/z.png -%%ETCDIR%%/images/devolo/mt02648.png -%%ETCDIR%%/images/devolo/mt02755.png -%%ETCDIR%%/images/devolo/mt02758.png -%%ETCDIR%%/images/devolo/mt2646.png -%%ETCDIR%%/images/devolo/mt2647.png -%%ETCDIR%%/images/devolo/mt2652.png -%%ETCDIR%%/images/devolo/mt2756.png -%%ETCDIR%%/images/diehlcontrols/766366.png -%%ETCDIR%%/images/dlink/dch-z110.png -%%ETCDIR%%/images/dlink/dch-z120.png -%%ETCDIR%%/images/dlink/dch-z510.png -%%ETCDIR%%/images/dome/0002.png -%%ETCDIR%%/images/dome/0085.png -%%ETCDIR%%/images/dome/0086.png -%%ETCDIR%%/images/dome/0088.png -%%ETCDIR%%/images/dome/0201.png -%%ETCDIR%%/images/domitech/zb22uk.png -%%ETCDIR%%/images/domitech/ze27eu.png -%%ETCDIR%%/images/dragontech/wd-100.png -%%ETCDIR%%/images/duwi/ZWES1000.png -%%ETCDIR%%/images/duwi/zw-edan-300.png -%%ETCDIR%%/images/duwi/zw-zdan-300.png -%%ETCDIR%%/images/duwi/zwws.png -%%ETCDIR%%/images/ecolink/doorwindow.png -%%ETCDIR%%/images/ecolink/firefighter.png -%%ETCDIR%%/images/ecolink/floodfreeze.png -%%ETCDIR%%/images/ecolink/motion.png -%%ETCDIR%%/images/ecolink/sensor.png -%%ETCDIR%%/images/ecolink/tiltsensor.png -%%ETCDIR%%/images/electronicsolutions/dbmz.png -%%ETCDIR%%/images/enblink/ss201-us-w_1308.png -%%ETCDIR%%/images/enerwave/zw15rmplus.png -%%ETCDIR%%/images/enerwave/zw20r.png -%%ETCDIR%%/images/enerwave/zw20rm.png -%%ETCDIR%%/images/enerwave/zwn-bpc.png -%%ETCDIR%%/images/enerwave/zwnrsm1plus.png -%%ETCDIR%%/images/eurotronic/eur_airquality.png -%%ETCDIR%%/images/eurotronic/eur_cometz.png -%%ETCDIR%%/images/eurotronic/eur_spiritz.png -%%ETCDIR%%/images/eurotronic/eur_stellaz.png -%%ETCDIR%%/images/eurotronic/eur_temphumid.png -%%ETCDIR%%/images/everspring/ad146.png -%%ETCDIR%%/images/everspring/ad147.png -%%ETCDIR%%/images/everspring/an157.png -%%ETCDIR%%/images/everspring/an158.png -%%ETCDIR%%/images/everspring/an163.png -%%ETCDIR%%/images/everspring/an179.png -%%ETCDIR%%/images/everspring/an180.png -%%ETCDIR%%/images/everspring/an181.png -%%ETCDIR%%/images/everspring/hac01.png -%%ETCDIR%%/images/everspring/han01.png -%%ETCDIR%%/images/everspring/han02-1.png -%%ETCDIR%%/images/everspring/hsm02.png -%%ETCDIR%%/images/everspring/hsp02.png -%%ETCDIR%%/images/everspring/lptdm1u.png -%%ETCDIR%%/images/everspring/se812.png -%%ETCDIR%%/images/everspring/sf812.png -%%ETCDIR%%/images/everspring/sm103.png -%%ETCDIR%%/images/everspring/sp103.png -%%ETCDIR%%/images/everspring/sp814.png -%%ETCDIR%%/images/everspring/sp815.png -%%ETCDIR%%/images/everspring/sp816.png -%%ETCDIR%%/images/everspring/st812.png -%%ETCDIR%%/images/everspring/st814.png -%%ETCDIR%%/images/everspring/st815.png -%%ETCDIR%%/images/everspring/tse03.png -%%ETCDIR%%/images/evolve/lfm-20.png -%%ETCDIR%%/images/evolve/ltm-5.png -%%ETCDIR%%/images/fakro/arz.png -%%ETCDIR%%/images/fakro/zws12.png -%%ETCDIR%%/images/fibaro/fgbs222.png -%%ETCDIR%%/images/fibaro/fgcd001.png -%%ETCDIR%%/images/fibaro/fgd212.png -%%ETCDIR%%/images/fibaro/fgdw2.png -%%ETCDIR%%/images/fibaro/fgfs101zw5.png -%%ETCDIR%%/images/fibaro/fggc001.png -%%ETCDIR%%/images/fibaro/fgk001.png -%%ETCDIR%%/images/fibaro/fgk10x.png -%%ETCDIR%%/images/fibaro/fgkf601.png -%%ETCDIR%%/images/fibaro/fgms.png -%%ETCDIR%%/images/fibaro/fgmszw5.png -%%ETCDIR%%/images/fibaro/fgpb101.png -%%ETCDIR%%/images/fibaro/fgr223.png -%%ETCDIR%%/images/fibaro/fgrgbwm441.png -%%ETCDIR%%/images/fibaro/fgs213.png -%%ETCDIR%%/images/fibaro/fgs223.png -%%ETCDIR%%/images/fibaro/fgsd002.png -%%ETCDIR%%/images/fibaro/fgt001.png -%%ETCDIR%%/images/fibaro/fgwd111.png -%%ETCDIR%%/images/fibaro/fgwoe.png -%%ETCDIR%%/images/fibaro/fgwpe.png -%%ETCDIR%%/images/fibaro/fgwpfzw5.png -%%ETCDIR%%/images/fibaro/fgwpg111.png -%%ETCDIR%%/images/fibaro/fgwr111.png -%%ETCDIR%%/images/firstalert/zcombo.png -%%ETCDIR%%/images/followgood/swz-1002.png -%%ETCDIR%%/images/forest/fs2z5232000002.png -%%ETCDIR%%/images/fortrezz/fmi.png -%%ETCDIR%%/images/fortrezz/fts05p.png -%%ETCDIR%%/images/fortrezz/gdc1_fortrezz_1501.png -%%ETCDIR%%/images/fortrezz/mimo2plus.png -%%ETCDIR%%/images/fortrezz/mimolite.png -%%ETCDIR%%/images/fortrezz/ssa2.png -%%ETCDIR%%/images/fortrezz/ssa3.png -%%ETCDIR%%/images/fortrezz/wv01.png -%%ETCDIR%%/images/fortrezz/wwa-01aa.png -%%ETCDIR%%/images/fortrezz/wwa02.png -%%ETCDIR%%/images/frostdale/fdn2311.png -%%ETCDIR%%/images/ge/12719-plugin-switch.png -%%ETCDIR%%/images/ge/12724-dimmer.png -%%ETCDIR%%/images/ge/12727.png -%%ETCDIR%%/images/ge/14282-plugin-switch.png -%%ETCDIR%%/images/ge/14284.png -%%ETCDIR%%/images/ge/14288-outlet.png -%%ETCDIR%%/images/ge/14291-switch.png -%%ETCDIR%%/images/ge/14292-toggle-switch.png -%%ETCDIR%%/images/ge/14294-dimmer.png -%%ETCDIR%%/images/ge/14295-dimmer-toggle.png -%%ETCDIR%%/images/ge/26931-motion-switch.png -%%ETCDIR%%/images/ge/26933-motion-dimmer.png -%%ETCDIR%%/images/ge/28167-plugin-dimmer.png -%%ETCDIR%%/images/ge/28169-plugin-switch.png -%%ETCDIR%%/images/ge/45604.png -%%ETCDIR%%/images/ge/46201-switch.png -%%ETCDIR%%/images/ge/46203-dimmer.png -%%ETCDIR%%/images/ge/dimmer.png -%%ETCDIR%%/images/ge/dimmer_module.png -%%ETCDIR%%/images/ge/hinge-pin.png -%%ETCDIR%%/images/ge/receptacle.png -%%ETCDIR%%/images/ge/relay.png -%%ETCDIR%%/images/ge/ze26i.png -%%ETCDIR%%/images/ge/zw6302.png -%%ETCDIR%%/images/gr/gr-302n.png -%%ETCDIR%%/images/gr/gr105.png -%%ETCDIR%%/images/gr/gr105n.png -%%ETCDIR%%/images/graber/brz1.png -%%ETCDIR%%/images/graber/csz1.png -%%ETCDIR%%/images/graber/rsz1.png -%%ETCDIR%%/images/graber/vcz1.png -%%ETCDIR%%/images/greenwave/gs1110-1-gr-1.png -%%ETCDIR%%/images/greenwave/powernode1.png -%%ETCDIR%%/images/greenwave/powernode6.png -%%ETCDIR%%/images/guardtec/gkw2000d.png -%%ETCDIR%%/images/hank/hkzw-dws01.png -%%ETCDIR%%/images/hank/hkzw-fld01.png -%%ETCDIR%%/images/hank/hkzw-ms01.png -%%ETCDIR%%/images/hank/hkzw-ms02-200.png -%%ETCDIR%%/images/hank/hkzw-rgb01.png -%%ETCDIR%%/images/hank/hkzw-so01-smartplug.png -%%ETCDIR%%/images/hank/hkzw-so03.png -%%ETCDIR%%/images/hank/hkzw-so05-smartplug.png -%%ETCDIR%%/images/hank/scenecontroller1.png -%%ETCDIR%%/images/hank/scenecontroller4.png -%%ETCDIR%%/images/heiman/HS1CA-Z.png -%%ETCDIR%%/images/heiman/HS1CG-Z.png -%%ETCDIR%%/images/heiman/HS1DS-Z.png -%%ETCDIR%%/images/heiman/HS1HT-Z.png -%%ETCDIR%%/images/heiman/HS1MS-Z.png -%%ETCDIR%%/images/heiman/HS1SA-Z.png -%%ETCDIR%%/images/heiman/HS1WL-Z.png -%%ETCDIR%%/images/heiman/HS2SK-Z.png -%%ETCDIR%%/images/heltun/he-ft01.png -%%ETCDIR%%/images/heltun/he-ht01.png -%%ETCDIR%%/images/homeseer/hs-ds100plus.png -%%ETCDIR%%/images/homeseer/hs-fc200plus.png -%%ETCDIR%%/images/homeseer/hs-fls100plus.png -%%ETCDIR%%/images/homeseer/hs-ls100plus.png -%%ETCDIR%%/images/homeseer/hs-ms100plus.png -%%ETCDIR%%/images/homeseer/hs-wd100plus.png -%%ETCDIR%%/images/homeseer/hs-wd200plus.png -%%ETCDIR%%/images/homeseer/hs-ws100plus.png -%%ETCDIR%%/images/homeseer/hs-ws200plus.png -%%ETCDIR%%/images/homeseer/hsm200.png -%%ETCDIR%%/images/honeywell/39348-zw4008.png -%%ETCDIR%%/images/honeywell/39351-ZW3005.png -%%ETCDIR%%/images/honeywell/39357-ZW3004.png -%%ETCDIR%%/images/honeywell/lynx-touch-l5100.png -%%ETCDIR%%/images/honeywell/th6320zw2003.png -%%ETCDIR%%/images/honeywell/th8320zw1000.png -%%ETCDIR%%/images/horstmann/asrzw.png -%%ETCDIR%%/images/horstmann/hrt4zw.png -%%ETCDIR%%/images/horstmann/scsc17.png -%%ETCDIR%%/images/horstmann/ses301.png -%%ETCDIR%%/images/horstmann/ses302.png -%%ETCDIR%%/images/horstmann/ses303.png -%%ETCDIR%%/images/horstmann/sir321.png -%%ETCDIR%%/images/horstmann/srt321.png -%%ETCDIR%%/images/horstmann/srt323.png -%%ETCDIR%%/images/horstmann/ssr302.png -%%ETCDIR%%/images/horstmann/ssr303.png -%%ETCDIR%%/images/icare/zw-66.png -%%ETCDIR%%/images/idlock/idlock101.png -%%ETCDIR%%/images/idlock/idlock150.png -%%ETCDIR%%/images/ingersoll/dwzwave1.png -%%ETCDIR%%/images/inovelli/lzw30-sn.png -%%ETCDIR%%/images/inovelli/lzw30.png -%%ETCDIR%%/images/inovelli/lzw31-sn.png -%%ETCDIR%%/images/inovelli/lzw31.png -%%ETCDIR%%/images/inovelli/lzw40.png -%%ETCDIR%%/images/inovelli/lzw41.png -%%ETCDIR%%/images/inovelli/lzw42.png -%%ETCDIR%%/images/inovelli/simple_module.png -%%ETCDIR%%/images/iwatsu/ne-4ct-2p.png -%%ETCDIR%%/images/iwatsu/ne-4ct.png -%%ETCDIR%%/images/jasco/45601.png -%%ETCDIR%%/images/kaipule/im20.png -%%ETCDIR%%/images/kwikset/914c.png -%%ETCDIR%%/images/kwikset/smartcode.png -%%ETCDIR%%/images/leviton/dz15s.png -%%ETCDIR%%/images/leviton/dz6hd.png -%%ETCDIR%%/images/leviton/dzpd3.png -%%ETCDIR%%/images/leviton/vrcs2.png -%%ETCDIR%%/images/leviton/vrf01.png -%%ETCDIR%%/images/leviton/vri10.png -%%ETCDIR%%/images/leviton/vrs15.png -%%ETCDIR%%/images/linear/LB60Z-1.png -%%ETCDIR%%/images/linear/WD500Z5-1.png -%%ETCDIR%%/images/linear/gd00z-7.png -%%ETCDIR%%/images/linear/ngd00z.png -%%ETCDIR%%/images/logicsoft/ZHC5010.png -%%ETCDIR%%/images/mcohome/mh7h.png -%%ETCDIR%%/images/mcohome/mhp220.png -%%ETCDIR%%/images/mcohome/mhp511.png -%%ETCDIR%%/images/merten/5044xx.png -%%ETCDIR%%/images/merten/5046xx.png -%%ETCDIR%%/images/merten/506004.png -%%ETCDIR%%/images/merten/508244.png -%%ETCDIR%%/images/miyakawaelectric/me-d101.png -%%ETCDIR%%/images/nexia/db100z.png -%%ETCDIR%%/images/nodon/asp3100SmartPlug.png -%%ETCDIR%%/images/nodon/crc3100OctanRemote.png -%%ETCDIR%%/images/nodon/crc360xSofremote.png -%%ETCDIR%%/images/nodon/cws3101wallswitch.png -%%ETCDIR%%/images/nodon/msp31xxMicroSmartPlug.png -%%ETCDIR%%/images/northq/nq92021.png -%%ETCDIR%%/images/oomi/ft100.png -%%ETCDIR%%/images/oomi/ft111.png -%%ETCDIR%%/images/permundo/psc132zw.png -%%ETCDIR%%/images/permundo/psc234zw.png -%%ETCDIR%%/images/philio/pad02.png -%%ETCDIR%%/images/philio/pan04.png -%%ETCDIR%%/images/philio/pan05.png -%%ETCDIR%%/images/philio/pan06.png -%%ETCDIR%%/images/philio/pan08.png -%%ETCDIR%%/images/philio/pan11-1.png -%%ETCDIR%%/images/philio/pan11.png -%%ETCDIR%%/images/philio/pan16.png -%%ETCDIR%%/images/philio/phpab01.png -%%ETCDIR%%/images/philio/phpat02.png -%%ETCDIR%%/images/philio/phpsg01.png -%%ETCDIR%%/images/philio/pse02.png -%%ETCDIR%%/images/philio/psm02.png -%%ETCDIR%%/images/philio/psp05.png -%%ETCDIR%%/images/philio/psr03-1b.png -%%ETCDIR%%/images/philio/psr04.png -%%ETCDIR%%/images/philio/pst02-1c.png -%%ETCDIR%%/images/philio/pst02-b.png -%%ETCDIR%%/images/philio/pst02.png -%%ETCDIR%%/images/polycontrol/doorlock.png -%%ETCDIR%%/images/polycontrol/doorlockv3.png -%%ETCDIR%%/images/popp/004407.png -%%ETCDIR%%/images/popp/009303.png -%%ETCDIR%%/images/popp/009402.png -%%ETCDIR%%/images/popp/012501.png -%%ETCDIR%%/images/popp/700045.png -%%ETCDIR%%/images/popp/700168.png -%%ETCDIR%%/images/popp/700397.png -%%ETCDIR%%/images/popp/701202.png -%%ETCDIR%%/images/popp/dwt.png -%%ETCDIR%%/images/popp/smoke-detector.png -%%ETCDIR%%/images/popp/solar-siren.png -%%ETCDIR%%/images/popp/zweather.png -%%ETCDIR%%/images/prowell/zw-702.png -%%ETCDIR%%/images/qees/reto-dimmer-plus.png -%%ETCDIR%%/images/qees/reto-plugin-switch.png -%%ETCDIR%%/images/qubino/ZMNHADx.png -%%ETCDIR%%/images/qubino/ZMNHBDx.png -%%ETCDIR%%/images/qubino/ZMNHCDx.png -%%ETCDIR%%/images/qubino/ZMNHDA2.png -%%ETCDIR%%/images/qubino/ZMNHDDx.png -%%ETCDIR%%/images/qubino/ZMNHIDx.png -%%ETCDIR%%/images/qubino/ZMNHNDx.png -%%ETCDIR%%/images/qubino/ZMNHODx.png -%%ETCDIR%%/images/qubino/ZMNHSDx.png -%%ETCDIR%%/images/qubino/ZMNHTDx.png -%%ETCDIR%%/images/qubino/ZMNHVDx.png -%%ETCDIR%%/images/qubino/ZMNHWD1.png -%%ETCDIR%%/images/qubino/ZMNHYDx.png -%%ETCDIR%%/images/qubino/zmnhxdx.png -%%ETCDIR%%/images/quby/qb2.png -%%ETCDIR%%/images/rcs/em52-zw.png -%%ETCDIR%%/images/rcs/therm0009.png -%%ETCDIR%%/images/remotec/bw8120eu.png -%%ETCDIR%%/images/remotec/zfm-80.png -%%ETCDIR%%/images/remotec/zrc-100eu.png -%%ETCDIR%%/images/remotec/zrc-90.png -%%ETCDIR%%/images/remotec/zts-110.png -%%ETCDIR%%/images/remotec/zts-500.png -%%ETCDIR%%/images/remotec/zurc.png -%%ETCDIR%%/images/remotec/zxt-120.png -%%ETCDIR%%/images/remotec/zxt-310.png -%%ETCDIR%%/images/remotec/zxt-600.png -%%ETCDIR%%/images/schlage/BE468ZP.png -%%ETCDIR%%/images/schlage/BE469.png -%%ETCDIR%%/images/schlage/BE469ZP.png -%%ETCDIR%%/images/schlage/fe599.png -%%ETCDIR%%/images/schlagelink/41.png -%%ETCDIR%%/images/sensative/strips.png -%%ETCDIR%%/images/sensative/stripscomfort.png -%%ETCDIR%%/images/sercomm/sw-clp01-eu.png -%%ETCDIR%%/images/shenzen_neo/nas-ab01z.png -%%ETCDIR%%/images/shenzen_neo/nas-ds01z.png -%%ETCDIR%%/images/shenzen_neo/nas-pd01z.png -%%ETCDIR%%/images/shenzen_neo/nas-wr01z.png -%%ETCDIR%%/images/shenzen_neo/nas-ws02z.png -%%ETCDIR%%/images/simon/10002034-13X.png -%%ETCDIR%%/images/smartthings/pgc401m.png -%%ETCDIR%%/images/smartthings/sth-eth200.png -%%ETCDIR%%/images/steinel/is140-2.png -%%ETCDIR%%/images/steinel/l810-led-ihf.png -%%ETCDIR%%/images/steinel/rs-led-d2.png -%%ETCDIR%%/images/steinel/xled-home-2.png -%%ETCDIR%%/images/stelpro/stzw402.png -%%ETCDIR%%/images/sunricher/srzv9001k8.png -%%ETCDIR%%/images/sunricher/srzv9001t4dimeu.png -%%ETCDIR%%/images/sunricher/srzv9003t4rgbweu.png -%%ETCDIR%%/images/sunricher/srzv9101sachpeu.png -%%ETCDIR%%/images/sunricher/zv9101.png -%%ETCDIR%%/images/swiid/swiidinter.png -%%ETCDIR%%/images/telldus/tzdw100.png -%%ETCDIR%%/images/telldus/tzwp100.png -%%ETCDIR%%/images/telldus/tzwp102.png -%%ETCDIR%%/images/there/800z.png -%%ETCDIR%%/images/thermofloor/Heatit-Z-Push-button-8-white.png -%%ETCDIR%%/images/thermofloor/heatit021.png -%%ETCDIR%%/images/thermofloor/heatit056.png -%%ETCDIR%%/images/thermofloor/heatit_zdim.png -%%ETCDIR%%/images/trane/TZEMT400AB32MAA.png -%%ETCDIR%%/images/trane/TZEMT400BB32MAA.png -%%ETCDIR%%/images/trane/TZEMT524AA21MA.png -%%ETCDIR%%/images/vera/vera2.png -%%ETCDIR%%/images/vision/1701.png -%%ETCDIR%%/images/vision/brg1-433.png -%%ETCDIR%%/images/vision/zd2102.png -%%ETCDIR%%/images/vision/zd2105us5.png -%%ETCDIR%%/images/vision/zd2201.png -%%ETCDIR%%/images/vision/zd2301.png -%%ETCDIR%%/images/vision/zl7101us.png -%%ETCDIR%%/images/vision/zl7201us.png -%%ETCDIR%%/images/vision/zl7431.png -%%ETCDIR%%/images/vision/zl7432us.png -%%ETCDIR%%/images/vision/zm1601eu.png -%%ETCDIR%%/images/vision/zm1601eu5.png -%%ETCDIR%%/images/vision/zm1602eu5.png -%%ETCDIR%%/images/vision/zp3102.png -%%ETCDIR%%/images/vision/zp3111.png -%%ETCDIR%%/images/vision/zr1202us.png -%%ETCDIR%%/images/vision/zs610eu.png -%%ETCDIR%%/images/vision/zu1401jp.png -%%ETCDIR%%/images/vitrum/vitrumI-Dimmer.png -%%ETCDIR%%/images/vitrum/vitrumI-Switch.png -%%ETCDIR%%/images/vitrum/vitrumII-Blind.png -%%ETCDIR%%/images/vitrum/vitrumII-Dimmer.png -%%ETCDIR%%/images/vitrum/vitrumII-Switch.png -%%ETCDIR%%/images/wenzhou/tsp01.png -%%ETCDIR%%/images/wenzhou/tz55.png -%%ETCDIR%%/images/wenzhou/tz56.png -%%ETCDIR%%/images/wenzhou/tz65d.png -%%ETCDIR%%/images/wenzhou/tz66d.png -%%ETCDIR%%/images/wenzhou/tz67.png -%%ETCDIR%%/images/wenzhou/tz68.png -%%ETCDIR%%/images/wenzhou/tz69.png -%%ETCDIR%%/images/wenzhou/tz88.png -%%ETCDIR%%/images/widom/DRY.png -%%ETCDIR%%/images/widom/UBS104.png -%%ETCDIR%%/images/widom/UME304C_S.png -%%ETCDIR%%/images/widom/UMS2.png -%%ETCDIR%%/images/widom/WDS.png -%%ETCDIR%%/images/widom/WDS2.png -%%ETCDIR%%/images/widom/WSP.png -%%ETCDIR%%/images/widom/WTED.png -%%ETCDIR%%/images/zipato/HS1CA-Z.png -%%ETCDIR%%/images/zipato/HS1CG-Z.png -%%ETCDIR%%/images/zipato/HS1SA-Z.png -%%ETCDIR%%/images/zipato/HS1WL-Z.png -%%ETCDIR%%/images/zipato/RGBBulb.png -%%ETCDIR%%/images/zipato/ne-nas-ab01z.png -%%ETCDIR%%/images/zipato/pan04.png -%%ETCDIR%%/images/zipato/phpab01.png -%%ETCDIR%%/images/zipato/pse02.png -%%ETCDIR%%/images/zipato/pst02.png -%%ETCDIR%%/images/zipato/vszd2102.png -%%ETCDIR%%/images/zipato/zd2301.png -%%ETCDIR%%/images/zipato/zp3102.png -%%ETCDIR%%/images/zooz/zen06.png -%%ETCDIR%%/images/zooz/zen15.png -%%ETCDIR%%/images/zooz/zen16.png -%%ETCDIR%%/images/zooz/zen20.png -%%ETCDIR%%/images/zooz/zen20v2.png -%%ETCDIR%%/images/zooz/zen21.png -%%ETCDIR%%/images/zooz/zen22.png -%%ETCDIR%%/images/zooz/zen26.png -%%ETCDIR%%/images/zooz/zen27.png -%%ETCDIR%%/images/zooz/zen30.png -%%ETCDIR%%/images/zooz/zen31.png -%%ETCDIR%%/images/zooz/zse09.png -%%ETCDIR%%/images/zooz/zse19.png -%%ETCDIR%%/images/zooz/zse29.png -%%ETCDIR%%/images/zooz/zse30.png -%%ETCDIR%%/images/zooz/zse33.png -%%ETCDIR%%/images/zooz/zse40.png -%%ETCDIR%%/images/zwave.me/004001.png -%%ETCDIR%%/images/zwave.me/ZME_05431.png -%%ETCDIR%%/images/zwave.me/ZME_06433.png -%%ETCDIR%%/images/zwave.me/ZME_06436.png -%%ETCDIR%%/images/zwave.me/ZUno.png -%%ETCDIR%%/images/zwave.me/kfob.png -%%ETCDIR%%/images/zwave.me/popp_kfob-c.png -%%ETCDIR%%/images/zwave.me/zme_raz5.png -%%ETCDIR%%/images/zwave.me/zweather.png -%%ETCDIR%%/images/zwp/WD-100.png -%%ETCDIR%%/ingersoll/dwzwave1.xml -%%ETCDIR%%/inovelli/lzw30-sn.xml -%%ETCDIR%%/inovelli/lzw30.xml -%%ETCDIR%%/inovelli/lzw31-sn.xml -%%ETCDIR%%/inovelli/lzw31.xml -%%ETCDIR%%/inovelli/lzw40.xml -%%ETCDIR%%/inovelli/lzw41.xml -%%ETCDIR%%/inovelli/lzw42.xml -%%ETCDIR%%/inovelli/nzw1201.xml -%%ETCDIR%%/inovelli/nzw30.xml -%%ETCDIR%%/inovelli/nzw31.xml -%%ETCDIR%%/inovelli/nzw36.xml -%%ETCDIR%%/inovelli/nzw37.xml -%%ETCDIR%%/inovelli/nzw39.xml -%%ETCDIR%%/inovelli/nzw96.xml -%%ETCDIR%%/inovelli/nzw97.xml -%%ETCDIR%%/inovelli/simple_module.xml -%%ETCDIR%%/intermatic/ca8900.xml -%%ETCDIR%%/iris/rangeextender.xml -%%ETCDIR%%/iwatsu/ne-4ct-2p.xml -%%ETCDIR%%/iwatsu/ne-4ct.xml -%%ETCDIR%%/jasco/45601.xml -%%ETCDIR%%/kaipule/im20.xml -%%ETCDIR%%/kaipule/ix32.xml -%%ETCDIR%%/kwikset/914c.xml -%%ETCDIR%%/kwikset/smartcode.xml -%%ETCDIR%%/leviton/dz15s.xml -%%ETCDIR%%/leviton/dz6hd.xml -%%ETCDIR%%/leviton/dzpd3.xml -%%ETCDIR%%/leviton/rzi10.xml -%%ETCDIR%%/leviton/vrcpg.xml -%%ETCDIR%%/leviton/vrcs2.xml -%%ETCDIR%%/leviton/vrcz4.xml -%%ETCDIR%%/leviton/vre06.xml -%%ETCDIR%%/leviton/vrf01.xml -%%ETCDIR%%/leviton/vri06.xml -%%ETCDIR%%/leviton/vri10.xml -%%ETCDIR%%/leviton/vrs15.xml -%%ETCDIR%%/linear/GC-TBZ48.xml -%%ETCDIR%%/linear/LB60Z-1.xml -%%ETCDIR%%/linear/PD300Z-2.xml -%%ETCDIR%%/linear/WA00Z-1.xml -%%ETCDIR%%/linear/WA105DBZ-1.xml -%%ETCDIR%%/linear/WADWAZ-1.xml -%%ETCDIR%%/linear/WAPIRZ-1.xml -%%ETCDIR%%/linear/WD500Z-1.xml -%%ETCDIR%%/linear/WD500Z5-1.xml -%%ETCDIR%%/linear/WS15Z-1.xml -%%ETCDIR%%/linear/WT00Z-1.xml -%%ETCDIR%%/linear/gd00z-7.xml -%%ETCDIR%%/linear/ngd00z.xml -%%ETCDIR%%/logicsoft/ZHC5002.xml -%%ETCDIR%%/logicsoft/ZHC5010.xml -%%ETCDIR%%/manufacturer_specific.xml -%%ETCDIR%%/manufacturer_specific.xsd -%%ETCDIR%%/mcohome/a8-9.xml -%%ETCDIR%%/mcohome/mh7h.xml -%%ETCDIR%%/mcohome/mh8fceu.xml -%%ETCDIR%%/mcohome/mh9co2.xml -%%ETCDIR%%/mcohome/mhp210.xml -%%ETCDIR%%/mcohome/mhp220.xml -%%ETCDIR%%/mcohome/mhp511.xml -%%ETCDIR%%/mcohome/mhs311.xml -%%ETCDIR%%/mcohome/mhs312.xml -%%ETCDIR%%/mcohome/mhs314.xml -%%ETCDIR%%/mcohome/mhs411.xml -%%ETCDIR%%/mcohome/mhs412.xml -%%ETCDIR%%/mcohome/mhs513.xml -%%ETCDIR%%/merten/5044xx.xml -%%ETCDIR%%/merten/5046xx.xml -%%ETCDIR%%/merten/506004.xml -%%ETCDIR%%/merten/507801.xml -%%ETCDIR%%/merten/508244.xml -%%ETCDIR%%/merten/50x5xx.xml -%%ETCDIR%%/miyakawaelectric/me-d101.xml -%%ETCDIR%%/nexia/db100z.xml -%%ETCDIR%%/nodon/asp3100SmartPlug.xml -%%ETCDIR%%/nodon/crc3100OctanRemote.xml -%%ETCDIR%%/nodon/crc360xSofremote.xml -%%ETCDIR%%/nodon/cws3101wallswitch.xml -%%ETCDIR%%/nodon/msp31xxMicroSmartPlug.xml -%%ETCDIR%%/northq/nq9021.xml -%%ETCDIR%%/northq/nq9121.xml -%%ETCDIR%%/northq/nq92021.xml -%%ETCDIR%%/oomi/ft100.xml -%%ETCDIR%%/oomi/ft111.xml -%%ETCDIR%%/options.xml -%%ETCDIR%%/options.xsd -%%ETCDIR%%/permundo/psc132zw.xml -%%ETCDIR%%/permundo/psc234zw.xml -%%ETCDIR%%/philio/pad02.xml -%%ETCDIR%%/philio/pan03.xml -%%ETCDIR%%/philio/pan04.xml -%%ETCDIR%%/philio/pan05.xml -%%ETCDIR%%/philio/pan06.xml -%%ETCDIR%%/philio/pan07.xml -%%ETCDIR%%/philio/pan08.xml -%%ETCDIR%%/philio/pan11-1.xml -%%ETCDIR%%/philio/pan11.xml -%%ETCDIR%%/philio/pan16.xml -%%ETCDIR%%/philio/phpab01.xml -%%ETCDIR%%/philio/phpat02.xml -%%ETCDIR%%/philio/phpsg01.xml -%%ETCDIR%%/philio/pse02.xml -%%ETCDIR%%/philio/psm02.xml -%%ETCDIR%%/philio/psp05.xml -%%ETCDIR%%/philio/psr03-1b.xml -%%ETCDIR%%/philio/psr04.xml -%%ETCDIR%%/philio/pst02-1c.xml -%%ETCDIR%%/philio/pst02-b.xml -%%ETCDIR%%/philio/pst02.xml -%%ETCDIR%%/polycontrol/doorlock.xml -%%ETCDIR%%/polycontrol/doorlockv3.xml -%%ETCDIR%%/polycontrol/keypad.xml -%%ETCDIR%%/polycontrol/polylock.xml -%%ETCDIR%%/popp/004407.xml -%%ETCDIR%%/popp/009105.xml -%%ETCDIR%%/popp/009303.xml -%%ETCDIR%%/popp/009402.xml -%%ETCDIR%%/popp/009501.xml -%%ETCDIR%%/popp/012501.xml -%%ETCDIR%%/popp/123580.xml -%%ETCDIR%%/popp/123601.xml -%%ETCDIR%%/popp/123658.xml -%%ETCDIR%%/popp/700045.xml -%%ETCDIR%%/popp/700168.xml -%%ETCDIR%%/popp/700342.xml -%%ETCDIR%%/popp/700397.xml -%%ETCDIR%%/popp/700793.xml -%%ETCDIR%%/popp/701202.xml -%%ETCDIR%%/popp/dwt.xml -%%ETCDIR%%/popp/smoke-detector.xml -%%ETCDIR%%/popp/solar-siren.xml -%%ETCDIR%%/popp/zweather.xml -%%ETCDIR%%/prowell/zw-702.xml -%%ETCDIR%%/qees/reto-dimmer-plus.xml -%%ETCDIR%%/qees/reto-plugin-switch.xml -%%ETCDIR%%/qubino/ZMNHAA2.xml -%%ETCDIR%%/qubino/ZMNHADx.xml -%%ETCDIR%%/qubino/ZMNHBA2.xml -%%ETCDIR%%/qubino/ZMNHBDx.xml -%%ETCDIR%%/qubino/ZMNHCA2.xml -%%ETCDIR%%/qubino/ZMNHCDx.xml -%%ETCDIR%%/qubino/ZMNHDA2.xml -%%ETCDIR%%/qubino/ZMNHDDx.xml -%%ETCDIR%%/qubino/ZMNHHDx.xml -%%ETCDIR%%/qubino/ZMNHIA2.xml -%%ETCDIR%%/qubino/ZMNHIDxS1.xml -%%ETCDIR%%/qubino/ZMNHIDxS2.xml -%%ETCDIR%%/qubino/ZMNHJA2.xml -%%ETCDIR%%/qubino/ZMNHJD1.xml -%%ETCDIR%%/qubino/ZMNHKDx.xml -%%ETCDIR%%/qubino/ZMNHLAx.xml -%%ETCDIR%%/qubino/ZMNHLDx.xml -%%ETCDIR%%/qubino/ZMNHNDx.xml -%%ETCDIR%%/qubino/ZMNHODx.xml -%%ETCDIR%%/qubino/ZMNHQDx.xml -%%ETCDIR%%/qubino/ZMNHSDx.xml -%%ETCDIR%%/qubino/ZMNHTDx.xml -%%ETCDIR%%/qubino/ZMNHTDxS3.xml -%%ETCDIR%%/qubino/ZMNHUD1.xml -%%ETCDIR%%/qubino/ZMNHVDx.xml -%%ETCDIR%%/qubino/ZMNHWD1.xml -%%ETCDIR%%/qubino/ZMNHXDx.xml -%%ETCDIR%%/qubino/ZMNHYDx.xml -%%ETCDIR%%/qubino/ZMNHZDx.xml -%%ETCDIR%%/qubino/ZMNKIDx.xml -%%ETCDIR%%/quby/qb2.xml -%%ETCDIR%%/rcs/em52-zw.xml -%%ETCDIR%%/rcs/pm12-zw.xml -%%ETCDIR%%/rcs/therm0005.xml -%%ETCDIR%%/rcs/therm0007.xml -%%ETCDIR%%/rcs/therm0009.xml -%%ETCDIR%%/remotec/bw8120eu.xml -%%ETCDIR%%/remotec/zfm-80.xml -%%ETCDIR%%/remotec/zrc-100eu.xml -%%ETCDIR%%/remotec/zrc-90.xml -%%ETCDIR%%/remotec/zts-110.xml -%%ETCDIR%%/remotec/zts-500.xml -%%ETCDIR%%/remotec/zurc.xml -%%ETCDIR%%/remotec/zxt-120.xml -%%ETCDIR%%/remotec/zxt-310.xml -%%ETCDIR%%/remotec/zxt-600.xml -%%ETCDIR%%/schlage/BE468.xml -%%ETCDIR%%/schlage/BE468ZP.xml -%%ETCDIR%%/schlage/BE469.xml -%%ETCDIR%%/schlage/BE469ZP.xml -%%ETCDIR%%/schlage/fe599.xml -%%ETCDIR%%/schlagelink/41.xml -%%ETCDIR%%/schlagelink/itemp.xml -%%ETCDIR%%/schlagelink/minikeypad.xml -%%ETCDIR%%/sensative/strips.xml -%%ETCDIR%%/sensative/stripscomfort.xml -%%ETCDIR%%/sercomm/sw-clp01-eu.xml -%%ETCDIR%%/shenzen_neo/ls01ch.xml -%%ETCDIR%%/shenzen_neo/ls02ch.xml -%%ETCDIR%%/shenzen_neo/nas-ab01z.xml -%%ETCDIR%%/shenzen_neo/nas-ds01z.xml -%%ETCDIR%%/shenzen_neo/nas-pd01z.xml -%%ETCDIR%%/shenzen_neo/nas-pd02z.xml -%%ETCDIR%%/shenzen_neo/nas-rc01z.xml -%%ETCDIR%%/shenzen_neo/nas-wr01z.xml -%%ETCDIR%%/shenzen_neo/nas-wr01ze.xml -%%ETCDIR%%/shenzen_neo/nas-ws02z.xml -%%ETCDIR%%/simon/10002034-13X.xml -%%ETCDIR%%/simon/10002041-13X.xml -%%ETCDIR%%/smartthings/pgc401m.xml -%%ETCDIR%%/smartthings/sth-eth200.xml -%%ETCDIR%%/somfy/1811265_ZRTSI.xml -%%ETCDIR%%/steinel/is140-2.xml -%%ETCDIR%%/steinel/l810-led-ihf.xml -%%ETCDIR%%/steinel/rs-led-d2.xml -%%ETCDIR%%/steinel/xled-home-2.xml -%%ETCDIR%%/stelpro/stzw402.xml -%%ETCDIR%%/sunricher/srzv9001k8.xml -%%ETCDIR%%/sunricher/srzv9001t4dimeu.xml -%%ETCDIR%%/sunricher/srzv9003t4rgbweu.xml -%%ETCDIR%%/sunricher/srzv9101sachpeu.xml -%%ETCDIR%%/sunricher/zv9101.xml -%%ETCDIR%%/swiid/swiidinter.xml -%%ETCDIR%%/swiid/swiidplug.xml -%%ETCDIR%%/telldus/tzdw100.xml -%%ETCDIR%%/telldus/tzwp100.xml -%%ETCDIR%%/telldus/tzwp102.xml -%%ETCDIR%%/there/800z.xml -%%ETCDIR%%/thermofloor/heatit-zdim.xml -%%ETCDIR%%/thermofloor/heatit021.xml -%%ETCDIR%%/thermofloor/heatit056.xml -%%ETCDIR%%/thermofloor/heatitz8.xml -%%ETCDIR%%/trane/TZEMT400AB32MAA.xml -%%ETCDIR%%/trane/TZEMT400BB32MAA.xml -%%ETCDIR%%/trane/TZEMT524AA21MA.xml -%%ETCDIR%%/vera/vera2.xml -%%ETCDIR%%/vision/1701.xml -%%ETCDIR%%/vision/brg1-433.xml -%%ETCDIR%%/vision/zd2102.xml -%%ETCDIR%%/vision/zd2105us5.xml -%%ETCDIR%%/vision/zd2201.xml -%%ETCDIR%%/vision/zd2301.xml -%%ETCDIR%%/vision/zf5201.xml -%%ETCDIR%%/vision/zg8101.xml -%%ETCDIR%%/vision/zl7101us.xml -%%ETCDIR%%/vision/zl7201us.xml -%%ETCDIR%%/vision/zl7261.xml -%%ETCDIR%%/vision/zl7431.xml -%%ETCDIR%%/vision/zl7432us.xml -%%ETCDIR%%/vision/zm1601eu.xml -%%ETCDIR%%/vision/zm1601eu5.xml -%%ETCDIR%%/vision/zm1602eu.xml -%%ETCDIR%%/vision/zm1602eu5.xml -%%ETCDIR%%/vision/zp3102.xml -%%ETCDIR%%/vision/zp3111.xml -%%ETCDIR%%/vision/zr1202us.xml -%%ETCDIR%%/vision/zs5101eu.xml -%%ETCDIR%%/vision/zs610eu.xml -%%ETCDIR%%/vision/zu1401jp.xml -%%ETCDIR%%/vitrum/vitrumI-Dimmer.xml -%%ETCDIR%%/vitrum/vitrumI-Switch.xml -%%ETCDIR%%/vitrum/vitrumII-Dimmer.xml -%%ETCDIR%%/vitrum/vitrumII-RollerBlind.xml -%%ETCDIR%%/vitrum/vitrumII-Switch.xml -%%ETCDIR%%/vitrum/vitrumIII-Dimmer.xml -%%ETCDIR%%/vitrum/vitrumIII-Switch.xml -%%ETCDIR%%/vitrum/vitrumIV-Switch.xml -%%ETCDIR%%/vitrum/vitrumVI-Switch.xml -%%ETCDIR%%/waynedalton/WDTC-20.xml -%%ETCDIR%%/wenzhou/sm103.xml -%%ETCDIR%%/wenzhou/tsp01.xml -%%ETCDIR%%/wenzhou/tz55.xml -%%ETCDIR%%/wenzhou/tz56.xml -%%ETCDIR%%/wenzhou/tz56s.xml -%%ETCDIR%%/wenzhou/tz57.xml -%%ETCDIR%%/wenzhou/tz65d.xml -%%ETCDIR%%/wenzhou/tz66d.xml -%%ETCDIR%%/wenzhou/tz67.xml -%%ETCDIR%%/wenzhou/tz68.xml -%%ETCDIR%%/wenzhou/tz69.xml -%%ETCDIR%%/wenzhou/tz74.xml -%%ETCDIR%%/wenzhou/tz79.xml -%%ETCDIR%%/wenzhou/tz88.xml -%%ETCDIR%%/widom/DRY.xml -%%ETCDIR%%/widom/UBS104.xml -%%ETCDIR%%/widom/UME304C_S.xml -%%ETCDIR%%/widom/UMS2.xml -%%ETCDIR%%/widom/WDS.xml -%%ETCDIR%%/widom/WDS2.xml -%%ETCDIR%%/widom/WSP.xml -%%ETCDIR%%/widom/WTED.xml -%%ETCDIR%%/zipato/MiniKeypad.xml -%%ETCDIR%%/zipato/RGBBulb.xml -%%ETCDIR%%/zipato/RGBBulb2.xml -%%ETCDIR%%/zipato/ne-nas-ab02z.xml -%%ETCDIR%%/zipato/pan04.xml -%%ETCDIR%%/zipato/vszd2102.xml -%%ETCDIR%%/zipato/zp3102.xml -%%ETCDIR%%/zooz/zen06.xml -%%ETCDIR%%/zooz/zen07.xml -%%ETCDIR%%/zooz/zen15.xml -%%ETCDIR%%/zooz/zen16.xml -%%ETCDIR%%/zooz/zen20.xml -%%ETCDIR%%/zooz/zen20v2.xml -%%ETCDIR%%/zooz/zen21.xml -%%ETCDIR%%/zooz/zen21v2.xml -%%ETCDIR%%/zooz/zen22.xml -%%ETCDIR%%/zooz/zen22v2.xml -%%ETCDIR%%/zooz/zen23.xml -%%ETCDIR%%/zooz/zen24.xml -%%ETCDIR%%/zooz/zen25.xml -%%ETCDIR%%/zooz/zen26.xml -%%ETCDIR%%/zooz/zen27.xml -%%ETCDIR%%/zooz/zen30.xml -%%ETCDIR%%/zooz/zen31.xml -%%ETCDIR%%/zooz/zse08.xml -%%ETCDIR%%/zooz/zse09.xml -%%ETCDIR%%/zooz/zse18.xml -%%ETCDIR%%/zooz/zse19.xml -%%ETCDIR%%/zooz/zse29.xml -%%ETCDIR%%/zooz/zse30.xml -%%ETCDIR%%/zooz/zse33.xml -%%ETCDIR%%/zooz/zse40.xml -%%ETCDIR%%/zwave.me/004001.xml -%%ETCDIR%%/zwave.me/ZME_05431.xml -%%ETCDIR%%/zwave.me/ZME_05461.xml -%%ETCDIR%%/zwave.me/ZME_06433.xml -%%ETCDIR%%/zwave.me/ZME_06436.xml -%%ETCDIR%%/zwave.me/ZME_064381.xml -%%ETCDIR%%/zwave.me/ZME_064435.xml -%%ETCDIR%%/zwave.me/ZME_KFOB-S.xml -%%ETCDIR%%/zwave.me/ZME_RC2.xml -%%ETCDIR%%/zwave.me/ZME_WALLC-S.xml -%%ETCDIR%%/zwave.me/ZME_WCD2.xml -%%ETCDIR%%/zwave.me/ZUno.xml -%%ETCDIR%%/zwave.me/iTemp.xml -%%ETCDIR%%/zwave.me/kfob.xml -%%ETCDIR%%/zwave.me/popp_kfob-c.xml -%%ETCDIR%%/zwave.me/zme_raz5.xml -%%ETCDIR%%/zwave.me/zweather.xml -%%ETCDIR%%/zwcfg.xsd -%%ETCDIR%%/zwp/PA-100.xml -%%ETCDIR%%/zwp/WD-100.xml -%%ETCDIR%%/zwscene.xsd -include/openzwave/Bitfield.h -include/openzwave/CompatOptionManager.h -include/openzwave/DNSThread.h -include/openzwave/Defs.h -include/openzwave/DoxygenMain.h -include/openzwave/Driver.h -include/openzwave/Group.h -include/openzwave/Http.h -include/openzwave/Localization.h -include/openzwave/Manager.h -include/openzwave/ManufacturerSpecificDB.h -include/openzwave/Msg.h -include/openzwave/Node.h -include/openzwave/Notification.h -include/openzwave/NotificationCCTypes.h -include/openzwave/OZWException.h -include/openzwave/Options.h -include/openzwave/Scene.h -include/openzwave/SensorMultiLevelCCTypes.h -include/openzwave/TimerThread.h -include/openzwave/Utils.h -include/openzwave/ValueIDIndexes.h -include/openzwave/ValueIDIndexesDefines.h -include/openzwave/ZWSecurity.h -include/openzwave/aes/aes.h -include/openzwave/aes/aescpp.h -include/openzwave/aes/aesopt.h -include/openzwave/aes/aestab.h -include/openzwave/aes/brg_endian.h -include/openzwave/aes/brg_types.h -include/openzwave/command_classes/Alarm.h -include/openzwave/command_classes/ApplicationStatus.h -include/openzwave/command_classes/Association.h -include/openzwave/command_classes/AssociationCommandConfiguration.h -include/openzwave/command_classes/BarrierOperator.h -include/openzwave/command_classes/Basic.h -include/openzwave/command_classes/BasicWindowCovering.h -include/openzwave/command_classes/Battery.h -include/openzwave/command_classes/CRC16Encap.h -include/openzwave/command_classes/CentralScene.h -include/openzwave/command_classes/ClimateControlSchedule.h -include/openzwave/command_classes/Clock.h -include/openzwave/command_classes/Color.h -include/openzwave/command_classes/CommandClass.h -include/openzwave/command_classes/CommandClasses.h -include/openzwave/command_classes/Configuration.h -include/openzwave/command_classes/ControllerReplication.h -include/openzwave/command_classes/DeviceResetLocally.h -include/openzwave/command_classes/DoorLock.h -include/openzwave/command_classes/DoorLockLogging.h -include/openzwave/command_classes/EnergyProduction.h -include/openzwave/command_classes/Hail.h -include/openzwave/command_classes/Indicator.h -include/openzwave/command_classes/Language.h -include/openzwave/command_classes/Lock.h -include/openzwave/command_classes/ManufacturerProprietary.h -include/openzwave/command_classes/ManufacturerSpecific.h -include/openzwave/command_classes/Meter.h -include/openzwave/command_classes/MeterPulse.h -include/openzwave/command_classes/MultiChannelAssociation.h -include/openzwave/command_classes/MultiCmd.h -include/openzwave/command_classes/MultiInstance.h -include/openzwave/command_classes/NoOperation.h -include/openzwave/command_classes/NodeNaming.h -include/openzwave/command_classes/Powerlevel.h -include/openzwave/command_classes/Proprietary.h -include/openzwave/command_classes/Protection.h -include/openzwave/command_classes/SceneActivation.h -include/openzwave/command_classes/Security.h -include/openzwave/command_classes/SensorAlarm.h -include/openzwave/command_classes/SensorBinary.h -include/openzwave/command_classes/SensorMultilevel.h -include/openzwave/command_classes/SimpleAV.h -include/openzwave/command_classes/SimpleAVCommandItem.h -include/openzwave/command_classes/SoundSwitch.h -include/openzwave/command_classes/SwitchAll.h -include/openzwave/command_classes/SwitchBinary.h -include/openzwave/command_classes/SwitchMultilevel.h -include/openzwave/command_classes/SwitchToggleBinary.h -include/openzwave/command_classes/SwitchToggleMultilevel.h -include/openzwave/command_classes/ThermostatFanMode.h -include/openzwave/command_classes/ThermostatFanState.h -include/openzwave/command_classes/ThermostatMode.h -include/openzwave/command_classes/ThermostatOperatingState.h -include/openzwave/command_classes/ThermostatSetpoint.h -include/openzwave/command_classes/TimeParameters.h -include/openzwave/command_classes/UserCode.h -include/openzwave/command_classes/Version.h -include/openzwave/command_classes/WakeUp.h -include/openzwave/command_classes/ZWavePlusInfo.h -include/openzwave/platform/Controller.h -include/openzwave/platform/DNS.h -include/openzwave/platform/Event.h -include/openzwave/platform/FileOps.h -include/openzwave/platform/HidController.h -include/openzwave/platform/HttpClient.h -include/openzwave/platform/Log.h -include/openzwave/platform/Mutex.h -include/openzwave/platform/Ref.h -include/openzwave/platform/SerialController.h -include/openzwave/platform/Stream.h -include/openzwave/platform/Thread.h -include/openzwave/platform/TimeStamp.h -include/openzwave/platform/Wait.h -include/openzwave/platform/unix/DNSImpl.h -include/openzwave/platform/unix/EventImpl.h -include/openzwave/platform/unix/FileOpsImpl.h -include/openzwave/platform/unix/LogImpl.h -include/openzwave/platform/unix/MutexImpl.h -include/openzwave/platform/unix/SerialControllerImpl.h -include/openzwave/platform/unix/ThreadImpl.h -include/openzwave/platform/unix/TimeStampImpl.h -include/openzwave/platform/unix/WaitImpl.h -include/openzwave/value_classes/Value.h -include/openzwave/value_classes/ValueBitSet.h -include/openzwave/value_classes/ValueBool.h -include/openzwave/value_classes/ValueButton.h -include/openzwave/value_classes/ValueByte.h -include/openzwave/value_classes/ValueDecimal.h -include/openzwave/value_classes/ValueID.h -include/openzwave/value_classes/ValueInt.h -include/openzwave/value_classes/ValueList.h -include/openzwave/value_classes/ValueRaw.h -include/openzwave/value_classes/ValueSchedule.h -include/openzwave/value_classes/ValueShort.h -include/openzwave/value_classes/ValueStore.h -include/openzwave/value_classes/ValueString.h -lib/libopenzwave.so -lib/libopenzwave.so.1.6 -libdata/pkgconfig/libopenzwave.pc |