From owner-svn-ports-head@freebsd.org Tue Aug 27 13:00:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5177D554B; Tue, 27 Aug 2019 13:00:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Hprm59zpz3M7K; Tue, 27 Aug 2019 13:00:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 937D01F040; Tue, 27 Aug 2019 13:00:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7RD0eNg031439; Tue, 27 Aug 2019 13:00:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7RD0dC0031429; Tue, 27 Aug 2019 13:00:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201908271300.x7RD0dC0031429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 27 Aug 2019 13:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510010 - in head/comms: . openzwave-devel openzwave-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/comms: . openzwave-devel openzwave-devel/files X-SVN-Commit-Revision: 510010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2019 13:00:40 -0000 Author: pi Date: Tue Aug 27 13:00:38 2019 New Revision: 510010 URL: https://svnweb.freebsd.org/changeset/ports/510010 Log: New port: comms/openzwave-devel Free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol. WWW: http://www.openzwave.net/ PR: 239967 Submitted by: Xavier Added: head/comms/openzwave-devel/ - copied from r509980, head/comms/openzwave/ Modified: head/comms/Makefile head/comms/openzwave-devel/Makefile head/comms/openzwave-devel/distinfo head/comms/openzwave-devel/files/patch-cpp_build_Makefile head/comms/openzwave-devel/files/patch-cpp_build_support.mk head/comms/openzwave-devel/pkg-descr head/comms/openzwave-devel/pkg-plist Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Tue Aug 27 12:54:08 2019 (r510009) +++ head/comms/Makefile Tue Aug 27 13:00:38 2019 (r510010) @@ -110,6 +110,7 @@ SUBDIR += obexapp SUBDIR += openobex SUBDIR += openzwave + SUBDIR += openzwave-devel SUBDIR += owfs SUBDIR += p5-Cisco-UCS SUBDIR += p5-Device-Gsm Modified: head/comms/openzwave-devel/Makefile ============================================================================== --- head/comms/openzwave/Makefile Tue Aug 27 02:43:28 2019 (r509980) +++ head/comms/openzwave-devel/Makefile Tue Aug 27 13:00:38 2019 (r510010) @@ -1,41 +1,54 @@ -# Created by: Johan Strom +# Created by: Johan Strom # $FreeBSD$ PORTNAME= openzwave -PORTVERSION= 1.4.3254 +PORTVERSION= 1.6.${VERSION_REV} CATEGORIES= comms +PKGNAMESUFFIX= -devel -MAINTAINER= johan@stromnet.se -COMMENT= Open-source interface to Z-Wave networks +MAINTAINER= kiwi@oav.net +COMMENT= Open-zwave - An open-source interface to Z-Wave networks LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/license/license.txt -USES= gmake iconv pkgconfig -USE_GITHUB= yes -USE_LDCONFIG= yes +USES= 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= 897 + +USE_LDCONFIG= yes +USE_GITHUB= yes GH_ACCOUNT= OpenZWave GH_PROJECT= open-zwave -GH_TAGNAME= f339aa6 +GH_TAGNAME= 1e2d123c -CFLAGS+= -Wno-error -MAKE_ARGS= VERSION_REV=${PORTVERSION:E} LIBDIR=${WRKSRC} - -OPTIONS_DEFINE= DOCS DOXYGEN +OPTIONS_DEFINE= DOXYGEN +OPTIONS_DEFAULT= OPTIONS_SUB= yes -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_IMPLIES= DOCS -DOXYGEN_MAKE_ARGS= ENABLE_DOCS=1 docdir=${DOCSDIR} -DOXYGEN_PORTDOCS= * +PLIST_SUB= PORTVERSION=${PORTVERSION} +DOXYGEN_DESCR= Build docs (requires doxygen + graphviz) +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen dot:${PORTSDIR}/graphics/graphviz + +.include + +.if ${PORT_OPTIONS:MDOXYGEN} +PORTDOCS=api/* default.htm general/* images+css/* +.endif + post-install: - ${MV} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DATADIR} - ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libopenzwave.so.1.4 + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libopenzwave.so.1.6 ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/MinOZW - -post-install-DOXYGEN-on: +.if ! ${PORT_OPTIONS:MDOXYGEN} +# If doxygen was installed in env, it was built anyway.. +# Or even if it isnt, some files are copied here. + ${RM} -rf ${STAGEDIR}${DOCSDIR} +.else ${RM} ${STAGEDIR}${DOCSDIR}/Doxyfile.in +.endif + +MAKE_ARGS=VERSION_REV=${VERSION_REV} LIBDIR=${WRKSRC} docdir=${DOCSDIR} .include Modified: head/comms/openzwave-devel/distinfo ============================================================================== --- head/comms/openzwave/distinfo Tue Aug 27 02:43:28 2019 (r509980) +++ head/comms/openzwave-devel/distinfo Tue Aug 27 13:00:38 2019 (r510010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553659154 -SHA256 (OpenZWave-open-zwave-1.4.3254-f339aa6_GH0.tar.gz) = 23c9faafeadae4f2aa568b94770b278d758ed5600c1dd71eb7132c67fdefddd6 -SIZE (OpenZWave-open-zwave-1.4.3254-f339aa6_GH0.tar.gz) = 1185487 +TIMESTAMP = 1566889355 +SHA256 (OpenZWave-open-zwave-1.6.897-1e2d123c_GH0.tar.gz) = 6608e9961b8439841fce3d64f562f7c4140345d57b841c943bb6418bf939c60d +SIZE (OpenZWave-open-zwave-1.6.897-1e2d123c_GH0.tar.gz) = 12048208 Modified: head/comms/openzwave-devel/files/patch-cpp_build_Makefile ============================================================================== --- head/comms/openzwave/files/patch-cpp_build_Makefile Tue Aug 27 02:43:28 2019 (r509980) +++ head/comms/openzwave-devel/files/patch-cpp_build_Makefile Tue Aug 27 13:00:38 2019 (r510010) @@ -1,23 +1,13 @@ -# Allow DOXYGEN (DOCS) and DOT to be conditionally disabled -# TODO: Upstream - ---- cpp/build/Makefile.orig 2019-03-27 04:09:23 UTC +--- cpp/build/Makefile.orig 2019-08-26 02:51:02 UTC +++ cpp/build/Makefile -@@ -204,7 +204,7 @@ $(top_builddir)/ozw_config: $(top_srcdir)/cpp/build/oz - < "$<" > "$@" - @chmod +x $(top_builddir)/ozw_config - --ifeq ($(DOT),) -+ifndef DOT - HAVE_DOT = -e 's|[@]HAVE_DOT@|NO|g' - else - HAVE_DOT = -e 's|[@]HAVE_DOT@|YES|g' -@@ -219,7 +219,7 @@ $(top_builddir)/Doxyfile: $(top_srcdir)/docs/Doxyfile. - -e 's|[@]VERSION@|$(VERSION).$(VERSION_REV)|g' \ - < "$<" > "$@" - --ifeq ($(DOXYGEN),) -+ifndef DOXYGEN - doc: - $(warning Documentation not being built) - else +@@ -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 Modified: head/comms/openzwave-devel/files/patch-cpp_build_support.mk ============================================================================== --- head/comms/openzwave/files/patch-cpp_build_support.mk Tue Aug 27 02:43:28 2019 (r509980) +++ head/comms/openzwave-devel/files/patch-cpp_build_support.mk Tue Aug 27 13:00:38 2019 (r510010) @@ -1,67 +1,13 @@ -# Allow DOXYGEN (DOCS) and DOT to be conditionally disabled -# Respect/Honour user *FLAGS -# Build verbose by default -# TODO: Upstream - ---- cpp/build/support.mk.orig 2019-03-27 04:31:27 UTC +--- cpp/build/support.mk.orig 2019-08-26 02:51:02 UTC +++ cpp/build/support.mk -@@ -23,10 +23,14 @@ ifeq ($(UNAME),Darwin) - DARWIN_VERSION := $(shell sw_vers -productVersion) - DARWIN_MOJAVE_UP := $(shell expr $(DARWIN_VERSION) \>= 10.14) - endif -+ifeq ($(ENABLE_DOCS),1) - #the location of Doxygen to generate our api documentation - DOXYGEN := $(shell which doxygen) -+ifeq ($(ENABLE_DOT),1) - #dot is required for doxygen (part of Graphviz) - DOT := $(shell which dot) -+endif -+endif - #the machine type we are building on (i686 or x86_64) - MACHINE := $(shell uname -m) - #the location of xmllink for checking our config files -@@ -89,11 +93,11 @@ SED := sed - - #determine if we are release or debug Build and set appropriate flags - ifeq ($(BUILD), release) --CFLAGS += -c $(RELEASE_CFLAGS) --LDFLAGS += $(RELEASE_LDFLAGS) -+CFLAGS := -c $(RELEASE_CFLAGS) $(CFLAGS) -+LDFLAGS := $(RELEASE_LDFLAGS) $(LDFLAGS) +@@ -46,8 +46,8 @@ VERSION_REV ?= 0 else --CFLAGS += -c $(DEBUG_CFLAGS) --LDFLAGS += $(DEBUG_LDFLAGS) -+CFLAGS := -c $(DEBUG_CFLAGS) $(CFLAGS) -+LDFLAGS := $(DEBUG_LDFLAGS) $(LDFLAGS) + GITVERSION := $(shell $(GIT) --git-dir $(top_srcdir)/.git describe --long --tags --dirty 2>/dev/null | sed s/^v//) + ifeq ($(GITVERSION),) +-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 - - #if /lib64 exists, then setup x86_64 library path to lib64 (good indication if a linux has /lib and lib64). -@@ -143,24 +147,24 @@ endif - - $(OBJDIR)/%.o : %.cpp - @echo "Building $(notdir $@)" -- @$(CXX) -MM $(CFLAGS) $(INCLUDES) $< > $(DEPDIR)/$*.d -+ $(CXX) -MM $(CFLAGS) $(INCLUDES) $< > $(DEPDIR)/$*.d - @mv -f $(DEPDIR)/$*.d $(DEPDIR)/$*.d.tmp - @$(SED) -e 's|.*:|$(OBJDIR)/$*.o: $(DEPDIR)/$*.d|' < $(DEPDIR)/$*.d.tmp > $(DEPDIR)/$*.d; - @$(SED) -e 's/.*://' -e 's/\\$$//' < $(DEPDIR)/$*.d.tmp | $(FMTCMD) | \ - $(SED) -e 's/^ *//' -e 's/$$/:/' >> $(DEPDIR)/.$*.d; - @rm -f $(DEPDIR)/$*.d.tmp -- @$(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $< -+ $(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $< - - - $(OBJDIR)/%.o : %.c - @echo "Building $(notdir $@)" -- @$(CC) -MM $(CFLAGS) $(INCLUDES) $< > $(DEPDIR)/$*.d -+ $(CC) -MM $(CFLAGS) $(INCLUDES) $< > $(DEPDIR)/$*.d - @mv -f $(DEPDIR)/$*.d $(DEPDIR)/$*.d.tmp - @$(SED) -e 's|.*:|$(OBJDIR)/$*.o: $(DEPDIR)/$*.d|' < $(DEPDIR)/$*.d.tmp > $(DEPDIR)/$*.d; - @$(SED) -e 's/.*://' -e 's/\\$$//' < $(DEPDIR)/$*.d.tmp | $(FMTCMD) | \ - $(SED) -e 's/^ *//' -e 's/$$/:/' >> $(DEPDIR)/.$*.d; - @rm -f $(DEPDIR)/$*.d.tmp -- @$(CC) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $< -+ $(CC) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $< - - - dummy := $(shell test -d $(OBJDIR) || mkdir -p $(OBJDIR)) Modified: head/comms/openzwave-devel/pkg-descr ============================================================================== Modified: head/comms/openzwave-devel/pkg-plist ============================================================================== --- head/comms/openzwave/pkg-plist Tue Aug 27 02:43:28 2019 (r509980) +++ head/comms/openzwave-devel/pkg-plist Tue Aug 27 13:00:38 2019 (r510010) @@ -1,18 +1,1193 @@ 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/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%%/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/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_cometz.xml +%%ETCDIR%%/eurotronic/eur_spiritz.xml +%%ETCDIR%%/eurotronic/eur_stellaz.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/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/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%%/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-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/39351-ZW3005.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/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/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/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_cometz.png +%%ETCDIR%%/images/eurotronic/eur_spiritz.png +%%ETCDIR%%/images/eurotronic/eur_stellaz.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/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/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/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/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/39351-ZW3005.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/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/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/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/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/heatit021.png +%%ETCDIR%%/images/thermofloor/heatit056.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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***