View | Details | Raw Unified | Return to bug 245007 | Differences between
and this patch

Collapse All | Expand All

(-)domoticz/Makefile (-22 / +25 lines)
Lines 1-23 Link Here
1
# $FreeBSD: head/www/domoticz/Makefile 519824 2019-12-11 17:53:48Z jbeich $
1
# $FreeBSD$
2
2
3
PORTNAME=	domoticz
3
PORTNAME=	domoticz
4
PORTVERSION=	4.${DOMOTICZ_REL}
4
PORTVERSION=	2020.1
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
6
8
MAINTAINER=	kiwi@oav.net
7
MAINTAINER=	kiwi@oav.net
9
COMMENT=	Home Automation System
8
COMMENT=	Home Automation System 
10
9
11
LICENSE=	GPLv3
10
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/License.txt
11
LICENSE_FILE=	${WRKSRC}/License.txt
13
12
14
LIB_DEPENDS=	libcurl.so:ftp/curl \
13
LIB_DEPENDS=	libcurl.so:ftp/curl \
15
		libexpat.so:textproc/expat2
14
		libopenzwave.so:comms/openzwave-devel \
15
		libjsoncpp.so:devel/jsoncpp
16
BUILD_DEPENDS=	cereal>=1.2.2:devel/cereal
16
17
17
CONFLICTS_INSTALL?=	domoticz-[23]* domoticz-devel-*
18
USES=		cmake pkgconfig ssl
18
19
20
CONFLICTS_INSTALL?=	domoticz-[234]*
21
19
OPTIONS_SUB=	YES
22
OPTIONS_SUB=	YES
20
OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL TELLDUS
23
OPTIONS_DEFINE=	SSSL SBOOST SLUA SMQTT SSQLITE SMINIZIP PYTHON TELLDUS PRECOMP
24
OPTIONS_DEFAULT=	PYTHON
21
SBOOST_DESC=	Use static Boost instead of dynamic linking
25
SBOOST_DESC=	Use static Boost instead of dynamic linking
22
SSSL_DESC=	Use static OpenSSL library instead of dynamic linking
26
SSSL_DESC=	Use static OpenSSL library instead of dynamic linking
23
SLUA_DESC=	Use domoticz provided LUA instead of ports one
27
SLUA_DESC=	Use domoticz provided LUA instead of ports one
Lines 26-40 Link Here
26
SMINIZIP_DESC=	Use domoticz minizip instead of ports one
30
SMINIZIP_DESC=	Use domoticz minizip instead of ports one
27
PYTHON_DESC=	Enable support for Python Plugins
31
PYTHON_DESC=	Enable support for Python Plugins
28
TELLDUS_DESC=	Enable support for Telldus
32
TELLDUS_DESC=	Enable support for Telldus
33
PRECOMP_DESC=	Enable usage of precompiled header to speed build time
29
34
30
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
31
36
32
USES=		cmake compiler:c++11-lang iconv pkgconfig ssl
33
34
# This hack is to get rid of dependency of git while building
35
# the package.
36
DOMOTICZ_REL=	10717
37
DOMOTICZ_TS=	1565707487
38
USE_GITHUB=	yes
37
USE_GITHUB=	yes
39
38
40
USE_RC_SUBR=	domoticz
39
USE_RC_SUBR=	domoticz
Lines 44-50 Link Here
44
43
45
CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}/domoticz \
44
CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}/domoticz \
46
		-DUSE_BUILTIN_ZLIB="NO" \
45
		-DUSE_BUILTIN_ZLIB="NO" \
47
		-DUSE_STATIC_OPENZWAVE="NO"
46
		-DUSE_STATIC_OPENZWAVE="NO" \
47
		-DUSE_BUILTIN_JSONCPP="NO" \
48
		-DUSE_BUILTIN_CEREAL="NO"
48
49
49
.if ${PORT_OPTIONS:MSSSL}
50
.if ${PORT_OPTIONS:MSSSL}
50
CMAKE_ARGS+=	-DUSE_OPENSSL_STATIC="YES"
51
CMAKE_ARGS+=	-DUSE_OPENSSL_STATIC="YES"
Lines 64-70 Link Here
64
CMAKE_ARGS+=	-DUSE_BUILTIN_LUA="YES"
65
CMAKE_ARGS+=	-DUSE_BUILTIN_LUA="YES"
65
.else
66
.else
66
CMAKE_ARGS+=	-DUSE_BUILTIN_LUA="NO"
67
CMAKE_ARGS+=	-DUSE_BUILTIN_LUA="NO"
67
USES+=		lua:52
68
USES+=		lua:53
68
.endif
69
.endif
69
70
70
.if ${PORT_OPTIONS:MSMQTT}
71
.if ${PORT_OPTIONS:MSMQTT}
Lines 90-96 Link Here
90
91
91
.if ${PORT_OPTIONS:MPYTHON}
92
.if ${PORT_OPTIONS:MPYTHON}
92
CMAKE_ARGS+=	-DUSE_PYTHON="YES"
93
CMAKE_ARGS+=	-DUSE_PYTHON="YES"
93
USES+=		python:3.6
94
USES+=		python:3.7
94
.else
95
.else
95
CMAKE_ARGS+=	-DUSE_PYTHON="NO"
96
CMAKE_ARGS+=	-DUSE_PYTHON="NO"
96
.endif
97
.endif
Lines 99-113 Link Here
99
LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
100
LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
100
.endif
101
.endif
101
102
103
.if ${PORT_OPTIONS:MPRECOMP}
104
CMAKE_ARGS+=	-DUSE_PRECOMPILED_HEADER="YES"
105
.else
106
CMAKE_ARGS+=	-DUSE_PRECOMPILED_HEADER="NO"
107
.endif
108
102
post-patch:
109
post-patch:
103
	@${REINPLACE_CMD} -e "s,\/opt,${PREFIX},g" ${WRKSRC}/CMakeLists.txt
110
	@${REINPLACE_CMD} -e "s,\/opt,${PREFIX},g" ${WRKSRC}/CMakeLists.txt
104
	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/CMakeLists.txt
111
	@${REINPLACE_CMD} -e "s,XXXPREFIXXXX,${PREFIX}/domoticz,g" ${WRKSRC}/CMakeLists.txt
105
	@${REINPLACE_CMD} -e "/^ADD_PRECOMPILED_HEADER/ d" ${WRKSRC}/CMakeLists.txt
106
	@${REINPLACE_CMD} -e "s/\(#define APPVERSION\)\(.*\)/\1 ${DOMOTICZ_REL}/" ${WRKSRC}/appversion.default
107
	@${REINPLACE_CMD} -e "s/\(#define APPHASH\)\(.*\)/\1 \"be79a17\"/" ${WRKSRC}/appversion.default
108
	@${REINPLACE_CMD} -e "s/\(#define APPDATE\)\(.*\)/\1 ${DOMOTICZ_TS}/" ${WRKSRC}/appversion.default
109
112
110
post-install:
113
post-install:
111
	@${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz
114
	${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz
112
115
113
.include <bsd.port.mk>
116
.include <bsd.port.mk>
(-)domoticz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1565790643
1
TIMESTAMP = 1584907399
2
SHA256 (domoticz-domoticz-4.10717_GH0.tar.gz) = c053a2161942529f56b748945ec297dcd67f449e68029fc886893a528891ad86
2
SHA256 (domoticz-domoticz-2020.1_GH0.tar.gz) = d0c17b2082dad8a8caeed888b7d4c191975e74a2808b5d078305f5327b82442d
3
SIZE (domoticz-domoticz-4.10717_GH0.tar.gz) = 38159517
3
SIZE (domoticz-domoticz-2020.1_GH0.tar.gz) = 19529292
(-)domoticz/pkg-plist (-37 / +186 lines)
Lines 19-37 Link Here
19
domoticz/Config/BeNext/SceneController.xml
19
domoticz/Config/BeNext/SceneController.xml
20
domoticz/Config/BeNext/TagReader.xml
20
domoticz/Config/BeNext/TagReader.xml
21
domoticz/Config/BeNext/TagReader500.xml
21
domoticz/Config/BeNext/TagReader500.xml
22
domoticz/Config/BeNext/mydisplay.xml
23
domoticz/Config/BeNext/mygate.xml
24
domoticz/Config/Localization.xml
25
domoticz/Config/Localization.xsd
26
domoticz/Config/NotificationCCTypes.xml
27
domoticz/Config/NotificationCCTypes.xsd
28
domoticz/Config/SensorMultiLevelCCTypes.xml
29
domoticz/Config/SensorMultiLevelCCTypes.xsd
22
domoticz/Config/act/lfm20.xml
30
domoticz/Config/act/lfm20.xml
23
domoticz/Config/act/zdm230.xml
31
domoticz/Config/act/zdm230.xml
32
domoticz/Config/act/zdp100.xml
24
domoticz/Config/act/zdw103.xml
33
domoticz/Config/act/zdw103.xml
25
domoticz/Config/act/zdw232.xml
34
domoticz/Config/act/zdw232.xml
26
domoticz/Config/act/zir010.xml
35
domoticz/Config/act/zir010.xml
36
domoticz/Config/act/zrm230.xml
37
domoticz/Config/act/zrp100.xml
27
domoticz/Config/act/zrp110.xml
38
domoticz/Config/act/zrp110.xml
28
domoticz/Config/act/zrw103.xml
39
domoticz/Config/act/zrw103.xml
40
domoticz/Config/act/zrw230.xml
29
domoticz/Config/aeotec/dsa03202.xml
41
domoticz/Config/aeotec/dsa03202.xml
30
domoticz/Config/aeotec/dsa22.xml
42
domoticz/Config/aeotec/dsa22.xml
31
domoticz/Config/aeotec/dsa38.xml
43
domoticz/Config/aeotec/dsa38.xml
32
domoticz/Config/aeotec/dsb04100.xml
44
domoticz/Config/aeotec/dsb04100.xml
33
domoticz/Config/aeotec/dsb05.xml
45
domoticz/Config/aeotec/dsb05.xml
34
domoticz/Config/aeotec/dsb09104.xml
46
domoticz/Config/aeotec/dsb09104.xml
47
domoticz/Config/aeotec/dsb28-zweu.xml
35
domoticz/Config/aeotec/dsb28.xml
48
domoticz/Config/aeotec/dsb28.xml
36
domoticz/Config/aeotec/dsb29.xml
49
domoticz/Config/aeotec/dsb29.xml
37
domoticz/Config/aeotec/dsb45.xml
50
domoticz/Config/aeotec/dsb45.xml
Lines 79-90 Link Here
79
domoticz/Config/aeotec/zw140.xml
92
domoticz/Config/aeotec/zw140.xml
80
domoticz/Config/aeotec/zw141.xml
93
domoticz/Config/aeotec/zw141.xml
81
domoticz/Config/aeotec/zw162.xml
94
domoticz/Config/aeotec/zw162.xml
95
domoticz/Config/aeotec/zw164.xml
96
domoticz/Config/aeotec/zw175.xml
97
domoticz/Config/aeotec/zw187.xml
98
domoticz/Config/aeotec/zw189.xml
82
domoticz/Config/aeotec/zwa001.xml
99
domoticz/Config/aeotec/zwa001.xml
83
domoticz/Config/aeotec/zwa002.xml
100
domoticz/Config/aeotec/zwa002.xml
84
domoticz/Config/aeotec/zwa003.xml
101
domoticz/Config/aeotec/zwa003.xml
85
domoticz/Config/aeotec/zwa004.xml
102
domoticz/Config/aeotec/zwa004.xml
86
domoticz/Config/aeotec/zwa005.xml
103
domoticz/Config/aeotec/zwa005.xml
87
domoticz/Config/aeotec/zwa006.xml
104
domoticz/Config/aeotec/zwa006.xml
105
domoticz/Config/aeotec/zwa008.xml
106
domoticz/Config/aeotec/zwa021.xml
107
domoticz/Config/airlinemechanical/zds-ud10.xml
108
domoticz/Config/alfred/DB2.xml
88
domoticz/Config/assa_abloy/ConexisL1.xml
109
domoticz/Config/assa_abloy/ConexisL1.xml
89
domoticz/Config/assa_abloy/KeyfreeConnected-plus.xml
110
domoticz/Config/assa_abloy/KeyfreeConnected-plus.xml
90
domoticz/Config/assa_abloy/KeyfreeConnected.xml
111
domoticz/Config/assa_abloy/KeyfreeConnected.xml
Lines 94-105 Link Here
94
domoticz/Config/assa_abloy/TouchLever.xml
115
domoticz/Config/assa_abloy/TouchLever.xml
95
domoticz/Config/assa_abloy/nexTouch.xml
116
domoticz/Config/assa_abloy/nexTouch.xml
96
domoticz/Config/august/asl-03.xml
117
domoticz/Config/august/asl-03.xml
118
domoticz/Config/buffalo/hw-100v15a-zw.xml
119
domoticz/Config/comfort/ucm.xml
120
domoticz/Config/config-template.xml
97
domoticz/Config/cooper/RF9501.xml
121
domoticz/Config/cooper/RF9501.xml
98
domoticz/Config/cooper/RF9505-T.xml
122
domoticz/Config/cooper/RF9505-T.xml
123
domoticz/Config/cooper/RF9505-T.xml.zip
99
domoticz/Config/cooper/RF9517.xml
124
domoticz/Config/cooper/RF9517.xml
100
domoticz/Config/cooper/RF9540-N.xml
125
domoticz/Config/cooper/RF9540-N.xml
101
domoticz/Config/cooper/RF9542-Z.xml
126
domoticz/Config/cooper/RF9542-Z.xml
102
domoticz/Config/cooper/RFWC5.xml
127
domoticz/Config/cooper/RFWC5.xml
128
domoticz/Config/cooper/rf9534.xml
103
domoticz/Config/danfoss/living.xml
129
domoticz/Config/danfoss/living.xml
104
domoticz/Config/danfoss/rsroom.xml
130
domoticz/Config/danfoss/rsroom.xml
105
domoticz/Config/danfoss/z.xml
131
domoticz/Config/danfoss/z.xml
Lines 118-123 Link Here
118
domoticz/Config/devolo/mt2653.xml
144
domoticz/Config/devolo/mt2653.xml
119
domoticz/Config/devolo/mt2756.xml
145
domoticz/Config/devolo/mt2756.xml
120
domoticz/Config/devolo/rs014G0159.xml
146
domoticz/Config/devolo/rs014G0159.xml
147
domoticz/Config/diehlcontrols/766366.xml
121
domoticz/Config/dlink/dch-z110.xml
148
domoticz/Config/dlink/dch-z110.xml
122
domoticz/Config/dlink/dch-z120.xml
149
domoticz/Config/dlink/dch-z120.xml
123
domoticz/Config/dlink/dch-z510.xml
150
domoticz/Config/dlink/dch-z510.xml
Lines 143-154 Link Here
143
domoticz/Config/duwi/05458.xml
170
domoticz/Config/duwi/05458.xml
144
domoticz/Config/duwi/ZWES1000.xml
171
domoticz/Config/duwi/ZWES1000.xml
145
domoticz/Config/duwi/ZWESJ300.xml
172
domoticz/Config/duwi/ZWESJ300.xml
173
domoticz/Config/duwi/zw-edan-300.xml
174
domoticz/Config/duwi/zw-zdan-300.xml
146
domoticz/Config/duwi/zwfb.xml
175
domoticz/Config/duwi/zwfb.xml
176
domoticz/Config/duwi/zwws.xml
147
domoticz/Config/ecolink/doorwindow.xml
177
domoticz/Config/ecolink/doorwindow.xml
148
domoticz/Config/ecolink/firefighter.xml
178
domoticz/Config/ecolink/firefighter.xml
179
domoticz/Config/ecolink/floodfreeze.xml
149
domoticz/Config/ecolink/motion.xml
180
domoticz/Config/ecolink/motion.xml
150
domoticz/Config/ecolink/sensor.xml
181
domoticz/Config/ecolink/sensor.xml
182
domoticz/Config/ecolink/tiltsensor.xml
151
domoticz/Config/electronicsolutions/dbmz.xml
183
domoticz/Config/electronicsolutions/dbmz.xml
184
domoticz/Config/enblink/ss201-us-w_1308.xml
152
domoticz/Config/enerwave/zw15rmplus.xml
185
domoticz/Config/enerwave/zw15rmplus.xml
153
domoticz/Config/enerwave/zw15s.xml
186
domoticz/Config/enerwave/zw15s.xml
154
domoticz/Config/enerwave/zw20r.xml
187
domoticz/Config/enerwave/zw20r.xml
Lines 164-176 Link Here
164
domoticz/Config/everspring/ad146.xml
197
domoticz/Config/everspring/ad146.xml
165
domoticz/Config/everspring/ad147.xml
198
domoticz/Config/everspring/ad147.xml
166
domoticz/Config/everspring/an145.xml
199
domoticz/Config/everspring/an145.xml
200
domoticz/Config/everspring/an157.xml
167
domoticz/Config/everspring/an158.xml
201
domoticz/Config/everspring/an158.xml
168
domoticz/Config/everspring/an163.xml
202
domoticz/Config/everspring/an163.xml
169
domoticz/Config/everspring/an179.xml
203
domoticz/Config/everspring/an179.xml
170
domoticz/Config/everspring/an180.xml
204
domoticz/Config/everspring/an180.xml
171
domoticz/Config/everspring/an181.xml
205
domoticz/Config/everspring/an181.xml
172
domoticz/Config/everspring/hac01.xml
206
domoticz/Config/everspring/hac01.xml
207
domoticz/Config/everspring/han01.xml
208
domoticz/Config/everspring/han02-1.xml
173
domoticz/Config/everspring/hsp02.xml
209
domoticz/Config/everspring/hsp02.xml
210
domoticz/Config/everspring/lptdm1u.xml
174
domoticz/Config/everspring/se812.xml
211
domoticz/Config/everspring/se812.xml
175
domoticz/Config/everspring/sf812.xml
212
domoticz/Config/everspring/sf812.xml
176
domoticz/Config/everspring/sm103.xml
213
domoticz/Config/everspring/sm103.xml
Lines 183-196 Link Here
183
domoticz/Config/everspring/st815.xml
220
domoticz/Config/everspring/st815.xml
184
domoticz/Config/everspring/tse03.xml
221
domoticz/Config/everspring/tse03.xml
185
domoticz/Config/everspringct/hsm02.xml
222
domoticz/Config/everspringct/hsm02.xml
223
domoticz/Config/evolve/lfm-20.xml
186
domoticz/Config/evolve/lrm-as.xml
224
domoticz/Config/evolve/lrm-as.xml
187
domoticz/Config/evolve/lsm-15.xml
225
domoticz/Config/evolve/lsm-15.xml
188
domoticz/Config/evolve/ltm-5.xml
226
domoticz/Config/evolve/ltm-5.xml
227
domoticz/Config/fakro/arz.xml
189
domoticz/Config/fakro/zwp10.xml
228
domoticz/Config/fakro/zwp10.xml
190
domoticz/Config/fakro/zwrs.xml
229
domoticz/Config/fakro/zwrs.xml
191
domoticz/Config/fakro/zws12.xml
230
domoticz/Config/fakro/zws12.xml
192
domoticz/Config/fakro/zws230.xml
231
domoticz/Config/fakro/zws230.xml
193
domoticz/Config/fibaro/fgbs001.xml
232
domoticz/Config/fibaro/fgbs001.xml
233
domoticz/Config/fibaro/fgbs222.xml
194
domoticz/Config/fibaro/fgcd001.xml
234
domoticz/Config/fibaro/fgcd001.xml
195
domoticz/Config/fibaro/fgd211.xml
235
domoticz/Config/fibaro/fgd211.xml
196
domoticz/Config/fibaro/fgd212.xml
236
domoticz/Config/fibaro/fgd212.xml
Lines 217-238 Link Here
217
domoticz/Config/fibaro/fgsd002.xml
257
domoticz/Config/fibaro/fgsd002.xml
218
domoticz/Config/fibaro/fgss101.xml
258
domoticz/Config/fibaro/fgss101.xml
219
domoticz/Config/fibaro/fgt001.xml
259
domoticz/Config/fibaro/fgt001.xml
260
domoticz/Config/fibaro/fgwd111.xml
261
domoticz/Config/fibaro/fgwds221.xml
262
domoticz/Config/fibaro/fgwoe.xml
220
domoticz/Config/fibaro/fgwpe.xml
263
domoticz/Config/fibaro/fgwpe.xml
221
domoticz/Config/fibaro/fgwpfzw5.xml
264
domoticz/Config/fibaro/fgwpfzw5.xml
222
domoticz/Config/fibaro/fgwpg111.xml
265
domoticz/Config/fibaro/fgwpg111.xml
266
domoticz/Config/fibaro/fgwr111.xml
223
domoticz/Config/firstalert/zcombo.xml
267
domoticz/Config/firstalert/zcombo.xml
268
domoticz/Config/followgood/swz-1002.xml
224
domoticz/Config/forest/fs2z5232000002.xml
269
domoticz/Config/forest/fs2z5232000002.xml
225
domoticz/Config/fortrezz/fmi.xml
270
domoticz/Config/fortrezz/fmi.xml
271
domoticz/Config/fortrezz/gdc1_fortrezz_1501.xml
226
domoticz/Config/fortrezz/mimo2plus.xml
272
domoticz/Config/fortrezz/mimo2plus.xml
227
domoticz/Config/fortrezz/mimolite.xml
273
domoticz/Config/fortrezz/mimolite.xml
228
domoticz/Config/fortrezz/ssa2.xml
274
domoticz/Config/fortrezz/ssa2.xml
229
domoticz/Config/fortrezz/ssa3.xml
275
domoticz/Config/fortrezz/ssa3.xml
230
domoticz/Config/fortrezz/wv01.xml
276
domoticz/Config/fortrezz/wv01.xml
277
domoticz/Config/fortrezz/wwa-01aa.xml
231
domoticz/Config/fortrezz/wwa02.xml
278
domoticz/Config/fortrezz/wwa02.xml
279
domoticz/Config/frostdale/fdn2311.xml
232
domoticz/Config/frostdale/fdn2nxx.xml
280
domoticz/Config/frostdale/fdn2nxx.xml
233
domoticz/Config/ge/12719-plugin-switch.xml
281
domoticz/Config/ge/12719-plugin-switch.xml
234
domoticz/Config/ge/12724-dimmer.xml
282
domoticz/Config/ge/12724-dimmer.xml
283
domoticz/Config/ge/12727.xml
235
domoticz/Config/ge/14282-plugin-switch.xml
284
domoticz/Config/ge/14282-plugin-switch.xml
285
domoticz/Config/ge/14284.xml
236
domoticz/Config/ge/14288-outlet.xml
286
domoticz/Config/ge/14288-outlet.xml
237
domoticz/Config/ge/14291-switch.xml
287
domoticz/Config/ge/14291-switch.xml
238
domoticz/Config/ge/14292-toggle-switch.xml
288
domoticz/Config/ge/14292-toggle-switch.xml
Lines 242-247 Link Here
242
domoticz/Config/ge/26933-motion-dimmer.xml
292
domoticz/Config/ge/26933-motion-dimmer.xml
243
domoticz/Config/ge/28167-plugin-dimmer.xml
293
domoticz/Config/ge/28167-plugin-dimmer.xml
244
domoticz/Config/ge/28169-plugin-switch.xml
294
domoticz/Config/ge/28169-plugin-switch.xml
295
domoticz/Config/ge/45604.xml
296
domoticz/Config/ge/46201-switch.xml
297
domoticz/Config/ge/46203-dimmer.xml
245
domoticz/Config/ge/dimmer.xml
298
domoticz/Config/ge/dimmer.xml
246
domoticz/Config/ge/dimmer_module.xml
299
domoticz/Config/ge/dimmer_module.xml
247
domoticz/Config/ge/hinge-pin.xml
300
domoticz/Config/ge/hinge-pin.xml
Lines 251-266 Link Here
251
domoticz/Config/ge/zw4001-switch.xml
304
domoticz/Config/ge/zw4001-switch.xml
252
domoticz/Config/ge/zw6302.xml
305
domoticz/Config/ge/zw6302.xml
253
domoticz/Config/gocontrol/GC-TBZ48L.xml
306
domoticz/Config/gocontrol/GC-TBZ48L.xml
307
domoticz/Config/gr/gr-302n.xml
254
domoticz/Config/gr/gr105.xml
308
domoticz/Config/gr/gr105.xml
255
domoticz/Config/gr/gr105n.xml
309
domoticz/Config/gr/gr105n.xml
310
domoticz/Config/gr/grb3.xml
256
domoticz/Config/graber/brz1.xml
311
domoticz/Config/graber/brz1.xml
312
domoticz/Config/graber/csz1.xml
313
domoticz/Config/graber/rsz1.xml
257
domoticz/Config/graber/vcz1.xml
314
domoticz/Config/graber/vcz1.xml
315
domoticz/Config/greenwave/gs1110-1-gr-1.xml
258
domoticz/Config/greenwave/powernode1.xml
316
domoticz/Config/greenwave/powernode1.xml
259
domoticz/Config/greenwave/powernode6.xml
317
domoticz/Config/greenwave/powernode6.xml
318
domoticz/Config/guardtec/gkw2000d.xml
260
domoticz/Config/hank/hkzw-dws01.xml
319
domoticz/Config/hank/hkzw-dws01.xml
261
domoticz/Config/hank/hkzw-fld01.xml
320
domoticz/Config/hank/hkzw-fld01.xml
262
domoticz/Config/hank/hkzw-ms01.xml
321
domoticz/Config/hank/hkzw-ms01.xml
263
domoticz/Config/hank/hkzw-ms02.xml
322
domoticz/Config/hank/hkzw-ms02-200.xml
323
domoticz/Config/hank/hkzw-ms02-300.xml
264
domoticz/Config/hank/hkzw-rgb01.xml
324
domoticz/Config/hank/hkzw-rgb01.xml
265
domoticz/Config/hank/hkzw-so01-smartplug.xml
325
domoticz/Config/hank/hkzw-so01-smartplug.xml
266
domoticz/Config/hank/hkzw-so03.xml
326
domoticz/Config/hank/hkzw-so03.xml
Lines 275-284 Link Here
275
domoticz/Config/heiman/HS1SA-Z.xml
335
domoticz/Config/heiman/HS1SA-Z.xml
276
domoticz/Config/heiman/HS1WL-Z.xml
336
domoticz/Config/heiman/HS1WL-Z.xml
277
domoticz/Config/heiman/HS2SK-Z.xml
337
domoticz/Config/heiman/HS2SK-Z.xml
338
domoticz/Config/heiman/HS2WD-Z.xml
339
domoticz/Config/heltun/he-zw-sw-5a-1.xml
340
domoticz/Config/heltun/he-zw-therm-fc1.xml
278
domoticz/Config/heltun/he-zw-therm-fl2.xml
341
domoticz/Config/heltun/he-zw-therm-fl2.xml
279
domoticz/Config/homeseer/ezmotionplus.xml
342
domoticz/Config/homeseer/ezmotionplus.xml
343
domoticz/Config/homeseer/hs-ds100plus.xml
280
domoticz/Config/homeseer/hs-fc200plus.xml
344
domoticz/Config/homeseer/hs-fc200plus.xml
281
domoticz/Config/homeseer/hs-fls100plus.xml
345
domoticz/Config/homeseer/hs-fls100plus.xml
346
domoticz/Config/homeseer/hs-fs100plus.xml
282
domoticz/Config/homeseer/hs-ls100plus.xml
347
domoticz/Config/homeseer/hs-ls100plus.xml
283
domoticz/Config/homeseer/hs-ms100plus.xml
348
domoticz/Config/homeseer/hs-ms100plus.xml
284
domoticz/Config/homeseer/hs-wd100plus.xml
349
domoticz/Config/homeseer/hs-wd100plus.xml
Lines 288-299 Link Here
288
domoticz/Config/homeseer/hsm100.xml
353
domoticz/Config/homeseer/hsm100.xml
289
domoticz/Config/homeseer/hsm200.xml
354
domoticz/Config/homeseer/hsm200.xml
290
domoticz/Config/homeseer/ztroller.xml
355
domoticz/Config/homeseer/ztroller.xml
356
domoticz/Config/honeywell/39348-zw4008.xml
291
domoticz/Config/honeywell/39351-ZW3005.xml
357
domoticz/Config/honeywell/39351-ZW3005.xml
292
domoticz/Config/honeywell/lynx-touch-l5100.xml
358
domoticz/Config/honeywell/lynx-touch-l5100.xml
359
domoticz/Config/honeywell/th6320zw2003.xml
293
domoticz/Config/honeywell/th8320zw1000.xml
360
domoticz/Config/honeywell/th8320zw1000.xml
294
domoticz/Config/horstmann/asrzw.xml
361
domoticz/Config/horstmann/asrzw.xml
295
domoticz/Config/horstmann/hrt4zw.xml
362
domoticz/Config/horstmann/hrt4zw.xml
296
domoticz/Config/horstmann/scsc17.xml
363
domoticz/Config/horstmann/scsc17.xml
364
domoticz/Config/horstmann/ses301.xml
297
domoticz/Config/horstmann/ses302.xml
365
domoticz/Config/horstmann/ses302.xml
298
domoticz/Config/horstmann/ses303.xml
366
domoticz/Config/horstmann/ses303.xml
299
domoticz/Config/horstmann/sir321.xml
367
domoticz/Config/horstmann/sir321.xml
Lines 301-309 Link Here
301
domoticz/Config/horstmann/srt323.xml
369
domoticz/Config/horstmann/srt323.xml
302
domoticz/Config/horstmann/ssr302.xml
370
domoticz/Config/horstmann/ssr302.xml
303
domoticz/Config/horstmann/ssr303.xml
371
domoticz/Config/horstmann/ssr303.xml
372
domoticz/Config/icare/zw-66.xml
304
domoticz/Config/idlock/idlock101.xml
373
domoticz/Config/idlock/idlock101.xml
305
domoticz/Config/idlock/idlock150.xml
374
domoticz/Config/idlock/idlock150.xml
306
domoticz/Config/ingersoll/dwzwave1.xml
375
domoticz/Config/ingersoll/dwzwave1.xml
376
domoticz/Config/inovelli/lzw30-sn.xml
377
domoticz/Config/inovelli/lzw30.xml
307
domoticz/Config/inovelli/nzw1201.xml
378
domoticz/Config/inovelli/nzw1201.xml
308
domoticz/Config/inovelli/nzw30.xml
379
domoticz/Config/inovelli/nzw30.xml
309
domoticz/Config/inovelli/nzw31.xml
380
domoticz/Config/inovelli/nzw31.xml
Lines 315-332 Link Here
315
domoticz/Config/inovelli/simple_module.xml
386
domoticz/Config/inovelli/simple_module.xml
316
domoticz/Config/intermatic/ca8900.xml
387
domoticz/Config/intermatic/ca8900.xml
317
domoticz/Config/iris/rangeextender.xml
388
domoticz/Config/iris/rangeextender.xml
389
domoticz/Config/iwatsu/ne-4ct-2p.xml
390
domoticz/Config/iwatsu/ne-4ct.xml
391
domoticz/Config/jasco/45601.xml
318
domoticz/Config/kaipule/im20.xml
392
domoticz/Config/kaipule/im20.xml
319
domoticz/Config/kaipule/ix32.xml
393
domoticz/Config/kaipule/ix32.xml
394
domoticz/Config/kwikset/914c.xml
320
domoticz/Config/kwikset/smartcode.xml
395
domoticz/Config/kwikset/smartcode.xml
321
domoticz/Config/leviton/dz15s.xml
396
domoticz/Config/leviton/dz15s.xml
322
domoticz/Config/leviton/dz6hd.xml
397
domoticz/Config/leviton/dz6hd.xml
323
domoticz/Config/leviton/dzpd3.xml
398
domoticz/Config/leviton/dzpd3.xml
324
domoticz/Config/leviton/rzi10.xml
399
domoticz/Config/leviton/rzi10.xml
325
domoticz/Config/leviton/vrcpg.xml
400
domoticz/Config/leviton/vrcpg.xml
401
domoticz/Config/leviton/vrcs2.xml
402
domoticz/Config/leviton/vrcz4.xml
326
domoticz/Config/leviton/vre06.xml
403
domoticz/Config/leviton/vre06.xml
327
domoticz/Config/leviton/vrf01.xml
404
domoticz/Config/leviton/vrf01.xml
328
domoticz/Config/leviton/vri06.xml
405
domoticz/Config/leviton/vri06.xml
329
domoticz/Config/leviton/vri10.xml
406
domoticz/Config/leviton/vri10.xml
407
domoticz/Config/leviton/vrs15.xml
330
domoticz/Config/linear/GC-TBZ48.xml
408
domoticz/Config/linear/GC-TBZ48.xml
331
domoticz/Config/linear/LB60Z-1.xml
409
domoticz/Config/linear/LB60Z-1.xml
332
domoticz/Config/linear/PD300Z-2.xml
410
domoticz/Config/linear/PD300Z-2.xml
Lines 338-343 Link Here
338
domoticz/Config/linear/WD500Z5-1.xml
416
domoticz/Config/linear/WD500Z5-1.xml
339
domoticz/Config/linear/WS15Z-1.xml
417
domoticz/Config/linear/WS15Z-1.xml
340
domoticz/Config/linear/WT00Z-1.xml
418
domoticz/Config/linear/WT00Z-1.xml
419
domoticz/Config/linear/gd00z-7.xml
420
domoticz/Config/linear/ngd00z.xml
341
domoticz/Config/logicsoft/ZHC5002.xml
421
domoticz/Config/logicsoft/ZHC5002.xml
342
domoticz/Config/logicsoft/ZHC5010.xml
422
domoticz/Config/logicsoft/ZHC5010.xml
343
domoticz/Config/manufacturer_specific.xml
423
domoticz/Config/manufacturer_specific.xml
Lines 347-360 Link Here
347
domoticz/Config/mcohome/mh8fceu.xml
427
domoticz/Config/mcohome/mh8fceu.xml
348
domoticz/Config/mcohome/mh9co2.xml
428
domoticz/Config/mcohome/mh9co2.xml
349
domoticz/Config/mcohome/mhp210.xml
429
domoticz/Config/mcohome/mhp210.xml
430
domoticz/Config/mcohome/mhp220.xml
431
domoticz/Config/mcohome/mhp511.xml
350
domoticz/Config/mcohome/mhs311.xml
432
domoticz/Config/mcohome/mhs311.xml
351
domoticz/Config/mcohome/mhs312.xml
433
domoticz/Config/mcohome/mhs312.xml
352
domoticz/Config/mcohome/mhs314.xml
434
domoticz/Config/mcohome/mhs314.xml
353
domoticz/Config/mcohome/mhs411.xml
435
domoticz/Config/mcohome/mhs411.xml
354
domoticz/Config/mcohome/mhs412.xml
436
domoticz/Config/mcohome/mhs412.xml
355
domoticz/Config/mcohome/mhs513.xml
437
domoticz/Config/mcohome/mhs513.xml
438
domoticz/Config/merten/5044xx.xml
439
domoticz/Config/merten/5046xx.xml
440
domoticz/Config/merten/506004.xml
356
domoticz/Config/merten/507801.xml
441
domoticz/Config/merten/507801.xml
442
domoticz/Config/merten/508244.xml
357
domoticz/Config/merten/50x5xx.xml
443
domoticz/Config/merten/50x5xx.xml
444
domoticz/Config/miyakawaelectric/me-d101.xml
358
domoticz/Config/nexia/db100z.xml
445
domoticz/Config/nexia/db100z.xml
359
domoticz/Config/nodon/asp3100SmartPlug.xml
446
domoticz/Config/nodon/asp3100SmartPlug.xml
360
domoticz/Config/nodon/crc3100OctanRemote.xml
447
domoticz/Config/nodon/crc3100OctanRemote.xml
Lines 368-379 Link Here
368
domoticz/Config/oomi/ft111.xml
455
domoticz/Config/oomi/ft111.xml
369
domoticz/Config/options.xml
456
domoticz/Config/options.xml
370
domoticz/Config/options.xsd
457
domoticz/Config/options.xsd
458
domoticz/Config/permundo/psc132zw.xml
459
domoticz/Config/permundo/psc234zw.xml
371
domoticz/Config/philio/pad02.xml
460
domoticz/Config/philio/pad02.xml
372
domoticz/Config/philio/pan03.xml
461
domoticz/Config/philio/pan03.xml
373
domoticz/Config/philio/pan04.xml
462
domoticz/Config/philio/pan04.xml
463
domoticz/Config/philio/pan05.xml
374
domoticz/Config/philio/pan06.xml
464
domoticz/Config/philio/pan06.xml
375
domoticz/Config/philio/pan07.xml
465
domoticz/Config/philio/pan07.xml
376
domoticz/Config/philio/pan08.xml
466
domoticz/Config/philio/pan08.xml
467
domoticz/Config/philio/pan11-1.xml
377
domoticz/Config/philio/pan11.xml
468
domoticz/Config/philio/pan11.xml
378
domoticz/Config/philio/pan16.xml
469
domoticz/Config/philio/pan16.xml
379
domoticz/Config/philio/phpab01.xml
470
domoticz/Config/philio/phpab01.xml
Lines 402-410 Link Here
402
domoticz/Config/popp/123658.xml
493
domoticz/Config/popp/123658.xml
403
domoticz/Config/popp/700045.xml
494
domoticz/Config/popp/700045.xml
404
domoticz/Config/popp/700168.xml
495
domoticz/Config/popp/700168.xml
496
domoticz/Config/popp/700397.xml
497
domoticz/Config/popp/700793.xml
498
domoticz/Config/popp/dwt.xml
405
domoticz/Config/popp/smoke-detector.xml
499
domoticz/Config/popp/smoke-detector.xml
406
domoticz/Config/popp/solar-siren.xml
500
domoticz/Config/popp/solar-siren.xml
407
domoticz/Config/popp/zweather.xml
501
domoticz/Config/popp/zweather.xml
502
domoticz/Config/prowell/zw-702.xml
408
domoticz/Config/qees/reto-dimmer-plus.xml
503
domoticz/Config/qees/reto-dimmer-plus.xml
409
domoticz/Config/qees/reto-plugin-switch.xml
504
domoticz/Config/qees/reto-plugin-switch.xml
410
domoticz/Config/qubino/ZMNHAA2.xml
505
domoticz/Config/qubino/ZMNHAA2.xml
Lines 415-420 Link Here
415
domoticz/Config/qubino/ZMNHCDx.xml
510
domoticz/Config/qubino/ZMNHCDx.xml
416
domoticz/Config/qubino/ZMNHDA2.xml
511
domoticz/Config/qubino/ZMNHDA2.xml
417
domoticz/Config/qubino/ZMNHDDx.xml
512
domoticz/Config/qubino/ZMNHDDx.xml
513
domoticz/Config/qubino/ZMNHHDx.xml
418
domoticz/Config/qubino/ZMNHIA2.xml
514
domoticz/Config/qubino/ZMNHIA2.xml
419
domoticz/Config/qubino/ZMNHIDxS1.xml
515
domoticz/Config/qubino/ZMNHIDxS1.xml
420
domoticz/Config/qubino/ZMNHIDxS2.xml
516
domoticz/Config/qubino/ZMNHIDxS2.xml
Lines 425-430 Link Here
425
domoticz/Config/qubino/ZMNHLDx.xml
521
domoticz/Config/qubino/ZMNHLDx.xml
426
domoticz/Config/qubino/ZMNHNDx.xml
522
domoticz/Config/qubino/ZMNHNDx.xml
427
domoticz/Config/qubino/ZMNHODx.xml
523
domoticz/Config/qubino/ZMNHODx.xml
524
domoticz/Config/qubino/ZMNHQDx.xml
428
domoticz/Config/qubino/ZMNHSDx.xml
525
domoticz/Config/qubino/ZMNHSDx.xml
429
domoticz/Config/qubino/ZMNHTDx.xml
526
domoticz/Config/qubino/ZMNHTDx.xml
430
domoticz/Config/qubino/ZMNHTDxS3.xml
527
domoticz/Config/qubino/ZMNHTDxS3.xml
Lines 434-458 Link Here
434
domoticz/Config/qubino/ZMNHXDx.xml
531
domoticz/Config/qubino/ZMNHXDx.xml
435
domoticz/Config/qubino/ZMNHYDx.xml
532
domoticz/Config/qubino/ZMNHYDx.xml
436
domoticz/Config/qubino/ZMNHZDx.xml
533
domoticz/Config/qubino/ZMNHZDx.xml
534
domoticz/Config/qubino/ZMNKIDx.xml
535
domoticz/Config/quby/qb2.xml
437
domoticz/Config/rcs/em52-zw.xml
536
domoticz/Config/rcs/em52-zw.xml
438
domoticz/Config/rcs/pm12-zw.xml
537
domoticz/Config/rcs/pm12-zw.xml
439
domoticz/Config/rcs/therm0005.xml
538
domoticz/Config/rcs/therm0005.xml
440
domoticz/Config/rcs/therm0007.xml
539
domoticz/Config/rcs/therm0007.xml
441
domoticz/Config/rcs/therm0009.xml
540
domoticz/Config/rcs/therm0009.xml
541
domoticz/Config/remotec/bw8120eu.xml
442
domoticz/Config/remotec/zfm-80.xml
542
domoticz/Config/remotec/zfm-80.xml
543
domoticz/Config/remotec/zrc-100eu.xml
443
domoticz/Config/remotec/zrc-90.xml
544
domoticz/Config/remotec/zrc-90.xml
444
domoticz/Config/remotec/zts-110.xml
545
domoticz/Config/remotec/zts-110.xml
445
domoticz/Config/remotec/zts-500.xml
546
domoticz/Config/remotec/zts-500.xml
446
domoticz/Config/remotec/zurc.xml
547
domoticz/Config/remotec/zurc.xml
447
domoticz/Config/remotec/zxt-120.xml
548
domoticz/Config/remotec/zxt-120.xml
549
domoticz/Config/remotec/zxt-310.xml
448
domoticz/Config/remotec/zxt-600.xml
550
domoticz/Config/remotec/zxt-600.xml
449
domoticz/Config/schlage/BE468.xml
551
domoticz/Config/schlage/BE468.xml
552
domoticz/Config/schlage/BE468ZP.xml
450
domoticz/Config/schlage/BE469.xml
553
domoticz/Config/schlage/BE469.xml
451
domoticz/Config/schlage/BE469ZP.xml
554
domoticz/Config/schlage/BE469ZP.xml
555
domoticz/Config/schlage/fe599.xml
556
domoticz/Config/schlagelink/41.xml
452
domoticz/Config/schlagelink/itemp.xml
557
domoticz/Config/schlagelink/itemp.xml
453
domoticz/Config/schlagelink/minikeypad.xml
558
domoticz/Config/schlagelink/minikeypad.xml
454
domoticz/Config/sensative/strips.xml
559
domoticz/Config/sensative/strips.xml
455
domoticz/Config/sensative/stripscomfort.xml
560
domoticz/Config/sensative/stripscomfort.xml
561
domoticz/Config/sercomm/sw-clp01-eu.xml
456
domoticz/Config/shenzen_neo/ls01ch.xml
562
domoticz/Config/shenzen_neo/ls01ch.xml
457
domoticz/Config/shenzen_neo/ls02ch.xml
563
domoticz/Config/shenzen_neo/ls02ch.xml
458
domoticz/Config/shenzen_neo/nas-ab01z.xml
564
domoticz/Config/shenzen_neo/nas-ab01z.xml
Lines 465-503 Link Here
465
domoticz/Config/shenzen_neo/nas-ws02z.xml
571
domoticz/Config/shenzen_neo/nas-ws02z.xml
466
domoticz/Config/simon/10002034-13X.xml
572
domoticz/Config/simon/10002034-13X.xml
467
domoticz/Config/simon/10002041-13X.xml
573
domoticz/Config/simon/10002041-13X.xml
574
domoticz/Config/smartthings/pgc401m.xml
575
domoticz/Config/smartthings/sth-eth200.xml
576
domoticz/Config/somfy/1811265_ZRTSI.xml
468
domoticz/Config/steinel/is140-2.xml
577
domoticz/Config/steinel/is140-2.xml
469
domoticz/Config/steinel/l810-led-ihf.xml
578
domoticz/Config/steinel/l810-led-ihf.xml
470
domoticz/Config/steinel/rs-led-d2.xml
579
domoticz/Config/steinel/rs-led-d2.xml
471
domoticz/Config/steinel/xled-home-2.xml
580
domoticz/Config/steinel/xled-home-2.xml
472
domoticz/Config/stelpro/stzw402.xml
581
domoticz/Config/stelpro/stzw402.xml
582
domoticz/Config/sunricher/srzv9001k8.xml
583
domoticz/Config/sunricher/srzv9001t4dimeu.xml
584
domoticz/Config/sunricher/srzv9003t4rgbweu.xml
585
domoticz/Config/sunricher/srzv9101sachpeu.xml
586
domoticz/Config/sunricher/zv9101.xml
473
domoticz/Config/swiid/swiidinter.xml
587
domoticz/Config/swiid/swiidinter.xml
474
domoticz/Config/swiid/swiidplug.xml
588
domoticz/Config/swiid/swiidplug.xml
475
domoticz/Config/telldus/TZWP102.xml
589
domoticz/Config/telldus/TZWP102.xml
476
domoticz/Config/telldus/tzdw100.xml
590
domoticz/Config/telldus/tzdw100.xml
477
domoticz/Config/telldus/tzwp100.xml
591
domoticz/Config/telldus/tzwp100.xml
592
domoticz/Config/there/800z.xml
478
domoticz/Config/thermofloor/heatit021.xml
593
domoticz/Config/thermofloor/heatit021.xml
479
domoticz/Config/thermofloor/heatit033.xml
480
domoticz/Config/thermofloor/heatit056.xml
594
domoticz/Config/thermofloor/heatit056.xml
481
domoticz/Config/trane/TZEMT400AB32MAA.xml
595
domoticz/Config/trane/TZEMT400AB32MAA.xml
482
domoticz/Config/trane/TZEMT400BB32MAA.xml
596
domoticz/Config/trane/TZEMT400BB32MAA.xml
483
domoticz/Config/trane/TZEMT524AA21MA.xml
597
domoticz/Config/trane/TZEMT524AA21MA.xml
484
domoticz/Config/tronika/zsc01d.xml
598
domoticz/Config/vera/vera2.xml
599
domoticz/Config/vision/1701.xml
600
domoticz/Config/vision/brg1-433.xml
485
domoticz/Config/vision/zd2102.xml
601
domoticz/Config/vision/zd2102.xml
486
domoticz/Config/vision/zd2105us5.xml
602
domoticz/Config/vision/zd2105us5.xml
487
domoticz/Config/vision/zd2201.xml
603
domoticz/Config/vision/zd2201.xml
488
domoticz/Config/vision/zd2301.xml
604
domoticz/Config/vision/zd2301.xml
489
domoticz/Config/vision/zf5201.xml
605
domoticz/Config/vision/zf5201.xml
490
domoticz/Config/vision/zg8101.xml
606
domoticz/Config/vision/zg8101.xml
607
domoticz/Config/vision/zl7101us.xml
608
domoticz/Config/vision/zl7201us.xml
491
domoticz/Config/vision/zl7261.xml
609
domoticz/Config/vision/zl7261.xml
492
domoticz/Config/vision/zl7431.xml
610
domoticz/Config/vision/zl7431.xml
611
domoticz/Config/vision/zl7432us.xml
493
domoticz/Config/vision/zm1601eu.xml
612
domoticz/Config/vision/zm1601eu.xml
494
domoticz/Config/vision/zm1601eu5.xml
613
domoticz/Config/vision/zm1601eu5.xml
495
domoticz/Config/vision/zm1602eu.xml
614
domoticz/Config/vision/zm1602eu.xml
496
domoticz/Config/vision/zm1602eu5.xml
615
domoticz/Config/vision/zm1602eu5.xml
497
domoticz/Config/vision/zp3102.xml
616
domoticz/Config/vision/zp3102.xml
498
domoticz/Config/vision/zp3111.xml
617
domoticz/Config/vision/zp3111.xml
618
domoticz/Config/vision/zr1202us.xml
499
domoticz/Config/vision/zs5101eu.xml
619
domoticz/Config/vision/zs5101eu.xml
500
domoticz/Config/vitrum/vitrumBS.xml
620
domoticz/Config/vision/zs610eu.xml
621
domoticz/Config/vision/zu1401jp.xml
622
domoticz/Config/vitrum/vitrumI-Dimmer.xml
623
domoticz/Config/vitrum/vitrumI-Switch.xml
624
domoticz/Config/vitrum/vitrumII-Dimmer.xml
625
domoticz/Config/vitrum/vitrumII-RollerBlind.xml
626
domoticz/Config/vitrum/vitrumII-Switch.xml
627
domoticz/Config/vitrum/vitrumIII-Dimmer.xml
628
domoticz/Config/vitrum/vitrumIII-Switch.xml
629
domoticz/Config/vitrum/vitrumIV-Switch.xml
630
domoticz/Config/vitrum/vitrumVI-Switch.xml
501
domoticz/Config/waynedalton/WDTC-20.xml
631
domoticz/Config/waynedalton/WDTC-20.xml
502
domoticz/Config/wenzhou/sm103.xml
632
domoticz/Config/wenzhou/sm103.xml
503
domoticz/Config/wenzhou/tsp01.xml
633
domoticz/Config/wenzhou/tsp01.xml
Lines 513-518 Link Here
513
domoticz/Config/wenzhou/tz74.xml
643
domoticz/Config/wenzhou/tz74.xml
514
domoticz/Config/wenzhou/tz79.xml
644
domoticz/Config/wenzhou/tz79.xml
515
domoticz/Config/wenzhou/tz88.xml
645
domoticz/Config/wenzhou/tz88.xml
646
domoticz/Config/widom/DRY.xml
516
domoticz/Config/widom/UBS104.xml
647
domoticz/Config/widom/UBS104.xml
517
domoticz/Config/widom/UME304C_S.xml
648
domoticz/Config/widom/UME304C_S.xml
518
domoticz/Config/widom/WDS.xml
649
domoticz/Config/widom/WDS.xml
Lines 528-546 Link Here
528
domoticz/Config/zooz/zen20.xml
659
domoticz/Config/zooz/zen20.xml
529
domoticz/Config/zooz/zen20v2.xml
660
domoticz/Config/zooz/zen20v2.xml
530
domoticz/Config/zooz/zen21.xml
661
domoticz/Config/zooz/zen21.xml
662
domoticz/Config/zooz/zen21v2.xml
531
domoticz/Config/zooz/zen22.xml
663
domoticz/Config/zooz/zen22.xml
532
domoticz/Config/zooz/zen22v2.xml
664
domoticz/Config/zooz/zen22v2.xml
533
domoticz/Config/zooz/zen23.xml
665
domoticz/Config/zooz/zen23.xml
534
domoticz/Config/zooz/zen24.xml
666
domoticz/Config/zooz/zen24.xml
667
domoticz/Config/zooz/zen25.xml
535
domoticz/Config/zooz/zen26.xml
668
domoticz/Config/zooz/zen26.xml
536
domoticz/Config/zooz/zen27.xml
669
domoticz/Config/zooz/zen27.xml
537
domoticz/Config/zooz/zse08.xml
670
domoticz/Config/zooz/zse08.xml
538
domoticz/Config/zooz/zse09.xml
671
domoticz/Config/zooz/zse09.xml
539
domoticz/Config/zooz/zse18.xml
672
domoticz/Config/zooz/zse18.xml
540
domoticz/Config/zooz/zse19.xml
673
domoticz/Config/zooz/zse19.xml
674
domoticz/Config/zooz/zse29.xml
541
domoticz/Config/zooz/zse30.xml
675
domoticz/Config/zooz/zse30.xml
542
domoticz/Config/zooz/zse33.xml
676
domoticz/Config/zooz/zse33.xml
543
domoticz/Config/zooz/zse40.xml
677
domoticz/Config/zooz/zse40.xml
678
domoticz/Config/zwave.me/004001.xml
544
domoticz/Config/zwave.me/ZME_05431.xml
679
domoticz/Config/zwave.me/ZME_05431.xml
545
domoticz/Config/zwave.me/ZME_05461.xml
680
domoticz/Config/zwave.me/ZME_05461.xml
546
domoticz/Config/zwave.me/ZME_06433.xml
681
domoticz/Config/zwave.me/ZME_06433.xml
Lines 555-562 Link Here
555
domoticz/Config/zwave.me/iTemp.xml
690
domoticz/Config/zwave.me/iTemp.xml
556
domoticz/Config/zwave.me/kfob.xml
691
domoticz/Config/zwave.me/kfob.xml
557
domoticz/Config/zwave.me/popp_kfob-c.xml
692
domoticz/Config/zwave.me/popp_kfob-c.xml
693
domoticz/Config/zwave.me/zme_raz5.xml
558
domoticz/Config/zwave.me/zweather.xml
694
domoticz/Config/zwave.me/zweather.xml
559
domoticz/Config/zwcfg.xsd
695
domoticz/Config/zwcfg.xsd
696
domoticz/Config/zwp/PA-100.xml
560
domoticz/Config/zwp/WD-100.xml
697
domoticz/Config/zwp/WD-100.xml
561
domoticz/Config/zwscene.xsd
698
domoticz/Config/zwscene.xsd
562
domoticz/History.txt
699
domoticz/History.txt
Lines 569-586 Link Here
569
domoticz/dzVents/documentation/history.md
706
domoticz/dzVents/documentation/history.md
570
domoticz/dzVents/documentation/pandoc.md
707
domoticz/dzVents/documentation/pandoc.md
571
domoticz/dzVents/runtime/Camera.lua
708
domoticz/dzVents/runtime/Camera.lua
709
domoticz/dzVents/runtime/CustomEvent.lua
572
domoticz/dzVents/runtime/Device.lua
710
domoticz/dzVents/runtime/Device.lua
573
domoticz/dzVents/runtime/Domoticz.lua
711
domoticz/dzVents/runtime/Domoticz.lua
574
domoticz/dzVents/runtime/EventHelpers.lua
712
domoticz/dzVents/runtime/EventHelpers.lua
575
domoticz/dzVents/runtime/HTTPResponse.lua
713
domoticz/dzVents/runtime/HTTPResponse.lua
576
domoticz/dzVents/runtime/HistoricalStorage.lua
714
domoticz/dzVents/runtime/HistoricalStorage.lua
577
domoticz/dzVents/runtime/Security.lua
715
domoticz/dzVents/runtime/Security.lua
716
domoticz/dzVents/runtime/SystemEvent.lua
578
domoticz/dzVents/runtime/Time.lua
717
domoticz/dzVents/runtime/Time.lua
579
domoticz/dzVents/runtime/TimedCommand.lua
718
domoticz/dzVents/runtime/TimedCommand.lua
580
domoticz/dzVents/runtime/TimedCommandOptions.lua
719
domoticz/dzVents/runtime/TimedCommandOptions.lua
581
domoticz/dzVents/runtime/Timer.lua
720
domoticz/dzVents/runtime/Timer.lua
582
domoticz/dzVents/runtime/Utils.lua
721
domoticz/dzVents/runtime/Utils.lua
583
domoticz/dzVents/runtime/Variable.lua
722
domoticz/dzVents/runtime/Variable.lua
723
domoticz/dzVents/runtime/constants.lua
584
domoticz/dzVents/runtime/device-adapters/Adapters.lua
724
domoticz/dzVents/runtime/device-adapters/Adapters.lua
585
domoticz/dzVents/runtime/device-adapters/airquality_device.lua
725
domoticz/dzVents/runtime/device-adapters/airquality_device.lua
586
domoticz/dzVents/runtime/device-adapters/alert_device.lua
726
domoticz/dzVents/runtime/device-adapters/alert_device.lua
Lines 611-616 Link Here
611
domoticz/dzVents/runtime/device-adapters/scaleweight_device.lua
751
domoticz/dzVents/runtime/device-adapters/scaleweight_device.lua
612
domoticz/dzVents/runtime/device-adapters/scene_device.lua
752
domoticz/dzVents/runtime/device-adapters/scene_device.lua
613
domoticz/dzVents/runtime/device-adapters/security_device.lua
753
domoticz/dzVents/runtime/device-adapters/security_device.lua
754
domoticz/dzVents/runtime/device-adapters/smoke_detector_device.lua
614
domoticz/dzVents/runtime/device-adapters/soilmoisture_device.lua
755
domoticz/dzVents/runtime/device-adapters/soilmoisture_device.lua
615
domoticz/dzVents/runtime/device-adapters/solar_radiation_device.lua
756
domoticz/dzVents/runtime/device-adapters/solar_radiation_device.lua
616
domoticz/dzVents/runtime/device-adapters/soundlevel_device.lua
757
domoticz/dzVents/runtime/device-adapters/soundlevel_device.lua
Lines 628-635 Link Here
628
domoticz/dzVents/runtime/device-adapters/wind_device.lua
769
domoticz/dzVents/runtime/device-adapters/wind_device.lua
629
domoticz/dzVents/runtime/device-adapters/youless_device.lua
770
domoticz/dzVents/runtime/device-adapters/youless_device.lua
630
domoticz/dzVents/runtime/device-adapters/zone_heating_device.lua
771
domoticz/dzVents/runtime/device-adapters/zone_heating_device.lua
631
domoticz/dzVents/runtime/device-adapters/zwave_thermostat_mode_device.lua
772
domoticz/dzVents/runtime/device-adapters/zwave_mode_type_device.lua
632
domoticz/dzVents/runtime/dzVents.lua
773
domoticz/dzVents/runtime/dzVents.lua
774
domoticz/dzVents/runtime/eventItemIdentifier.lua
633
domoticz/dzVents/runtime/integration-tests/File.lua
775
domoticz/dzVents/runtime/integration-tests/File.lua
634
domoticz/dzVents/runtime/integration-tests/IconScript.lua
776
domoticz/dzVents/runtime/integration-tests/IconScript.lua
635
domoticz/dzVents/runtime/integration-tests/README.md
777
domoticz/dzVents/runtime/integration-tests/README.md
Lines 638-649 Link Here
638
domoticz/dzVents/runtime/integration-tests/global_data.lua
780
domoticz/dzVents/runtime/integration-tests/global_data.lua
639
domoticz/dzVents/runtime/integration-tests/httpResponseScript.lua
781
domoticz/dzVents/runtime/integration-tests/httpResponseScript.lua
640
domoticz/dzVents/runtime/integration-tests/package.json
782
domoticz/dzVents/runtime/integration-tests/package.json
783
domoticz/dzVents/runtime/integration-tests/quiet.lua
641
domoticz/dzVents/runtime/integration-tests/scCancelledScene.lua
784
domoticz/dzVents/runtime/integration-tests/scCancelledScene.lua
642
domoticz/dzVents/runtime/integration-tests/scScene.lua
785
domoticz/dzVents/runtime/integration-tests/scScene.lua
643
domoticz/dzVents/runtime/integration-tests/scriptContactDoorLockInvertedSwitch.lua
786
domoticz/dzVents/runtime/integration-tests/scriptContactDoorLockInvertedSwitch.lua
644
domoticz/dzVents/runtime/integration-tests/scriptDelayedVariableScene.lua
787
domoticz/dzVents/runtime/integration-tests/scriptDelayedVariableScene.lua
645
domoticz/dzVents/runtime/integration-tests/scriptSelectorSwitch.lua
788
domoticz/dzVents/runtime/integration-tests/scriptSelectorSwitch.lua
789
domoticz/dzVents/runtime/integration-tests/scriptTestCustomAndSystemEventsScript.lua
646
domoticz/dzVents/runtime/integration-tests/scriptTestEventState.lua
790
domoticz/dzVents/runtime/integration-tests/scriptTestEventState.lua
791
domoticz/dzVents/runtime/integration-tests/scriptTestProtect.lua
792
domoticz/dzVents/runtime/integration-tests/scriptTestRename.lua
793
domoticz/dzVents/runtime/integration-tests/scriptTestUpdatedDocumentation.lua
794
domoticz/dzVents/runtime/integration-tests/scriptTestWildcards.lua
647
domoticz/dzVents/runtime/integration-tests/secArmedAway.lua
795
domoticz/dzVents/runtime/integration-tests/secArmedAway.lua
648
domoticz/dzVents/runtime/integration-tests/server.js
796
domoticz/dzVents/runtime/integration-tests/server.js
649
domoticz/dzVents/runtime/integration-tests/silent.lua
797
domoticz/dzVents/runtime/integration-tests/silent.lua
Lines 655-660 Link Here
655
domoticz/dzVents/runtime/integration-tests/testEventState.lua
803
domoticz/dzVents/runtime/integration-tests/testEventState.lua
656
domoticz/dzVents/runtime/integration-tests/testIntegration.lua
804
domoticz/dzVents/runtime/integration-tests/testIntegration.lua
657
domoticz/dzVents/runtime/integration-tests/testSelectorSwitch.lua
805
domoticz/dzVents/runtime/integration-tests/testSelectorSwitch.lua
806
domoticz/dzVents/runtime/integration-tests/testSystemAndCustomEvents.lua
658
domoticz/dzVents/runtime/integration-tests/varCancelled.lua
807
domoticz/dzVents/runtime/integration-tests/varCancelled.lua
659
domoticz/dzVents/runtime/integration-tests/varString.lua
808
domoticz/dzVents/runtime/integration-tests/varString.lua
660
domoticz/dzVents/runtime/integration-tests/vdCancelledRepeatSwitch.lua
809
domoticz/dzVents/runtime/integration-tests/vdCancelledRepeatSwitch.lua
Lines 710-715 Link Here
710
domoticz/dzVents/runtime/tests/scripts/script_variable3.lua
859
domoticz/dzVents/runtime/tests/scripts/script_variable3.lua
711
domoticz/dzVents/runtime/tests/scripts/script_wildcard1.lua
860
domoticz/dzVents/runtime/tests/scripts/script_wildcard1.lua
712
domoticz/dzVents/runtime/tests/scripts/script_wildcard2.lua
861
domoticz/dzVents/runtime/tests/scripts/script_wildcard2.lua
862
domoticz/dzVents/runtime/tests/scripts/script_wildcard3.lua
713
domoticz/dzVents/runtime/tests/scripts/script_with_active_method.lua
863
domoticz/dzVents/runtime/tests/scripts/script_with_active_method.lua
714
domoticz/dzVents/runtime/tests/scripts/script_with_time-contrained_device.lua
864
domoticz/dzVents/runtime/tests/scripts/script_with_time-contrained_device.lua
715
domoticz/dzVents/runtime/tests/testDevice.lua
865
domoticz/dzVents/runtime/tests/testDevice.lua
Lines 717-722 Link Here
717
domoticz/dzVents/runtime/tests/testEventHelpers.lua
867
domoticz/dzVents/runtime/tests/testEventHelpers.lua
718
domoticz/dzVents/runtime/tests/testEventHelpersStorage.lua
868
domoticz/dzVents/runtime/tests/testEventHelpersStorage.lua
719
domoticz/dzVents/runtime/tests/testHTTPResponse.lua
869
domoticz/dzVents/runtime/tests/testHTTPResponse.lua
870
domoticz/dzVents/runtime/tests/testLodash.lua
720
domoticz/dzVents/runtime/tests/testScriptdzVentsDispatching.lua
871
domoticz/dzVents/runtime/tests/testScriptdzVentsDispatching.lua
721
domoticz/dzVents/runtime/tests/testTime.lua
872
domoticz/dzVents/runtime/tests/testTime.lua
722
domoticz/dzVents/runtime/tests/testTimedCommand.lua
873
domoticz/dzVents/runtime/tests/testTimedCommand.lua
Lines 746-751 Link Here
746
domoticz/scripts/domoticz.conf
897
domoticz/scripts/domoticz.conf
747
domoticz/scripts/download_update.sh
898
domoticz/scripts/download_update.sh
748
domoticz/scripts/dzVents/data/README.md
899
domoticz/scripts/dzVents/data/README.md
900
domoticz/scripts/dzVents/dumps/.gitignore
749
domoticz/scripts/dzVents/examples/calc temp delta.lua
901
domoticz/scripts/dzVents/examples/calc temp delta.lua
750
domoticz/scripts/dzVents/examples/check battery levels.lua
902
domoticz/scripts/dzVents/examples/check battery levels.lua
751
domoticz/scripts/dzVents/examples/check dead devices by desc.lua
903
domoticz/scripts/dzVents/examples/check dead devices by desc.lua
Lines 776-785 Link Here
776
domoticz/scripts/dzVents/examples/templates/variable.lua
928
domoticz/scripts/dzVents/examples/templates/variable.lua
777
domoticz/scripts/dzVents/generated_scripts/README.md
929
domoticz/scripts/dzVents/generated_scripts/README.md
778
domoticz/scripts/dzVents/scripts/README.md
930
domoticz/scripts/dzVents/scripts/README.md
931
domoticz/scripts/install.sh
779
domoticz/scripts/logrotate/domoticz
932
domoticz/scripts/logrotate/domoticz
780
domoticz/scripts/lua/JSON.lua
933
domoticz/scripts/lua/JSON.lua
934
domoticz/scripts/lua/XmlParser.lua
781
domoticz/scripts/lua/script_device_demo.lua
935
domoticz/scripts/lua/script_device_demo.lua
782
domoticz/scripts/lua/script_time_demo.lua
936
domoticz/scripts/lua/script_time_demo.lua
937
domoticz/scripts/lua/xml2lua.lua
938
domoticz/scripts/lua/xmlhandler/dom.lua
939
domoticz/scripts/lua/xmlhandler/print.lua
940
domoticz/scripts/lua/xmlhandler/tree.lua
783
domoticz/scripts/lua_parsers/example.lua
941
domoticz/scripts/lua_parsers/example.lua
784
domoticz/scripts/lua_parsers/example_json.lua
942
domoticz/scripts/lua_parsers/example_json.lua
785
domoticz/scripts/lua_parsers/example_owm.lua
943
domoticz/scripts/lua_parsers/example_owm.lua
Lines 795-800 Link Here
795
domoticz/scripts/templates/All.Python
953
domoticz/scripts/templates/All.Python
796
domoticz/scripts/templates/All.dzVents
954
domoticz/scripts/templates/All.dzVents
797
domoticz/scripts/templates/Bare.dzVents
955
domoticz/scripts/templates/Bare.dzVents
956
domoticz/scripts/templates/CustomEvents.dzVents
798
domoticz/scripts/templates/Device.Lua
957
domoticz/scripts/templates/Device.Lua
799
domoticz/scripts/templates/Device.dzVents
958
domoticz/scripts/templates/Device.dzVents
800
domoticz/scripts/templates/Group.dzVents
959
domoticz/scripts/templates/Group.dzVents
Lines 802-809 Link Here
802
domoticz/scripts/templates/Scene.dzVents
961
domoticz/scripts/templates/Scene.dzVents
803
domoticz/scripts/templates/Security.Lua
962
domoticz/scripts/templates/Security.Lua
804
domoticz/scripts/templates/Security.dzVents
963
domoticz/scripts/templates/Security.dzVents
964
domoticz/scripts/templates/System.dzVents
805
domoticz/scripts/templates/Time.Lua
965
domoticz/scripts/templates/Time.Lua
806
domoticz/scripts/templates/Timer.dzvents
966
domoticz/scripts/templates/Timer.dzVents
807
domoticz/scripts/templates/UserVariable.Lua
967
domoticz/scripts/templates/UserVariable.Lua
808
domoticz/scripts/templates/UserVariable.dzVents
968
domoticz/scripts/templates/UserVariable.dzVents
809
domoticz/scripts/templates/global_data.dzVents
969
domoticz/scripts/templates/global_data.dzVents
Lines 833-845 Link Here
833
domoticz/www/app/OfflineController.js
993
domoticz/www/app/OfflineController.js
834
domoticz/www/app/RFXComFirmwareController.js
994
domoticz/www/app/RFXComFirmwareController.js
835
domoticz/www/app/RestoreDatabaseController.js
995
domoticz/www/app/RestoreDatabaseController.js
836
domoticz/www/app/RoomplanController.js
837
domoticz/www/app/ScenesController.js
996
domoticz/www/app/ScenesController.js
838
domoticz/www/app/SetupController.js
997
domoticz/www/app/SetupController.js
839
domoticz/www/app/TemperatureController.js
998
domoticz/www/app/TemperatureController.js
840
domoticz/www/app/TemperatureCustomLogController.js
999
domoticz/www/app/TemperatureCustomLogController.js
841
domoticz/www/app/TimerplanController.js
1000
domoticz/www/app/TimerplanController.js
842
domoticz/www/app/UpdateController.js
1001
domoticz/www/app/UpdateController.js
1002
domoticz/www/app/UpdateController2.js
843
domoticz/www/app/UserVariablesController.js
1003
domoticz/www/app/UserVariablesController.js
844
domoticz/www/app/UsersController.js
1004
domoticz/www/app/UsersController.js
845
domoticz/www/app/UtilityController.js
1005
domoticz/www/app/UtilityController.js
Lines 847-852 Link Here
847
domoticz/www/app/ZWaveTopologyController.js
1007
domoticz/www/app/ZWaveTopologyController.js
848
domoticz/www/app/app.constants.js
1008
domoticz/www/app/app.constants.js
849
domoticz/www/app/app.js
1009
domoticz/www/app/app.js
1010
domoticz/www/app/app.notifications.js
850
domoticz/www/app/app.permissions.js
1011
domoticz/www/app/app.permissions.js
851
domoticz/www/app/app.routes.js
1012
domoticz/www/app/app.routes.js
852
domoticz/www/app/components/rgbw-picker/RgbwPicker.html
1013
domoticz/www/app/components/rgbw-picker/RgbwPicker.html
Lines 886-891 Link Here
886
domoticz/www/app/hardware/setup/WakeOnLan.js
1047
domoticz/www/app/hardware/setup/WakeOnLan.js
887
domoticz/www/app/hardware/setup/ZWave.html
1048
domoticz/www/app/hardware/setup/ZWave.html
888
domoticz/www/app/hardware/setup/ZWave.js
1049
domoticz/www/app/hardware/setup/ZWave.js
1050
domoticz/www/app/livesocket.js
889
domoticz/www/app/log/DeviceLog.html
1051
domoticz/www/app/log/DeviceLog.html
890
domoticz/www/app/log/DeviceLog.js
1052
domoticz/www/app/log/DeviceLog.js
891
domoticz/www/app/log/GraphLog.js
1053
domoticz/www/app/log/GraphLog.js
Lines 904-909 Link Here
904
domoticz/www/app/notifications/DeviceNotifications.js
1066
domoticz/www/app/notifications/DeviceNotifications.js
905
domoticz/www/app/notifications/constants.js
1067
domoticz/www/app/notifications/constants.js
906
domoticz/www/app/notifications/factories.js
1068
domoticz/www/app/notifications/factories.js
1069
domoticz/www/app/plans/RoomPlans.html
1070
domoticz/www/app/plans/RoomPlans.js
907
domoticz/www/app/report/CounterReport.html
1071
domoticz/www/app/report/CounterReport.html
908
domoticz/www/app/report/CounterReport.js
1072
domoticz/www/app/report/CounterReport.js
909
domoticz/www/app/report/DeviceReport.html
1073
domoticz/www/app/report/DeviceReport.html
Lines 1096-1105 Link Here
1096
domoticz/www/images/RGB48_Off.png
1260
domoticz/www/images/RGB48_Off.png
1097
domoticz/www/images/RGB48_On.png
1261
domoticz/www/images/RGB48_On.png
1098
domoticz/www/images/RGB48_Sel.png
1262
domoticz/www/images/RGB48_Sel.png
1263
domoticz/www/images/Rain48_Off.png
1264
domoticz/www/images/Rain48_On.png
1099
domoticz/www/images/Speaker.png
1265
domoticz/www/images/Speaker.png
1100
domoticz/www/images/Speaker48_Off.png
1266
domoticz/www/images/Speaker48_Off.png
1101
domoticz/www/images/Speaker48_On.png
1267
domoticz/www/images/Speaker48_On.png
1102
domoticz/www/images/Stop48.png
1268
domoticz/www/images/Stop48.png
1269
domoticz/www/images/Sun.png
1270
domoticz/www/images/Sun48_Off.png
1271
domoticz/www/images/Sun48_On.png
1103
domoticz/www/images/TV.png
1272
domoticz/www/images/TV.png
1104
domoticz/www/images/TV48_Off.png
1273
domoticz/www/images/TV48_Off.png
1105
domoticz/www/images/TV48_On.png
1274
domoticz/www/images/TV48_On.png
Lines 1200-1205 Link Here
1200
domoticz/www/images/evohome/HeatingOff.png
1369
domoticz/www/images/evohome/HeatingOff.png
1201
domoticz/www/images/evohome/HeatingOffInv.png
1370
domoticz/www/images/evohome/HeatingOffInv.png
1202
domoticz/www/images/evohome/Off.png
1371
domoticz/www/images/evohome/Off.png
1372
domoticz/www/images/evohome/Offline.png
1203
domoticz/www/images/evohome/On.png
1373
domoticz/www/images/evohome/On.png
1204
domoticz/www/images/evohome/OpenWindow.png
1374
domoticz/www/images/evohome/OpenWindow.png
1205
domoticz/www/images/evohome/PermanentOverride.png
1375
domoticz/www/images/evohome/PermanentOverride.png
Lines 1233-1238 Link Here
1233
domoticz/www/images/leaf48.png
1403
domoticz/www/images/leaf48.png
1234
domoticz/www/images/lightbulb.png
1404
domoticz/www/images/lightbulb.png
1235
domoticz/www/images/lightbulboff.png
1405
domoticz/www/images/lightbulboff.png
1406
domoticz/www/images/location.png
1236
domoticz/www/images/lock_closed.png
1407
domoticz/www/images/lock_closed.png
1237
domoticz/www/images/lock_open.png
1408
domoticz/www/images/lock_open.png
1238
domoticz/www/images/log.png
1409
domoticz/www/images/log.png
Lines 1285-1291 Link Here
1285
domoticz/www/images/radiation.png
1456
domoticz/www/images/radiation.png
1286
domoticz/www/images/radiation48.png
1457
domoticz/www/images/radiation48.png
1287
domoticz/www/images/rain.png
1458
domoticz/www/images/rain.png
1288
domoticz/www/images/rain48.png
1289
domoticz/www/images/rainraining.png
1459
domoticz/www/images/rainraining.png
1290
domoticz/www/images/remote.png
1460
domoticz/www/images/remote.png
1291
domoticz/www/images/remote48.png
1461
domoticz/www/images/remote48.png
Lines 1430-1442 Link Here
1430
domoticz/www/js/angular.min.js.gz
1600
domoticz/www/js/angular.min.js.gz
1431
domoticz/www/js/angularAMD.min.js.gz
1601
domoticz/www/js/angularAMD.min.js.gz
1432
domoticz/www/js/babel-polyfill-6.26.0.js.gz
1602
domoticz/www/js/babel-polyfill-6.26.0.js.gz
1603
domoticz/www/js/base64.min.js.gz
1433
domoticz/www/js/blockly/blockly_compressed.js
1604
domoticz/www/js/blockly/blockly_compressed.js
1434
domoticz/www/js/blockly/blocks_compressed.js
1605
domoticz/www/js/blockly/blocks_compressed.js
1435
domoticz/www/js/blockly/msg/en.js
1606
domoticz/www/js/blockly/msg/en.js
1436
domoticz/www/js/bootbox.min.js.gz
1607
domoticz/www/js/bootbox.min.js.gz
1437
domoticz/www/js/bootstrap.min.js.gz
1608
domoticz/www/js/bootstrap.min.js.gz
1438
domoticz/www/js/colpick.js.gz
1609
domoticz/www/js/colpick.js.gz
1439
domoticz/www/js/d3.min.js.gz
1440
domoticz/www/js/data-tables/dataTables.select.min.js.gz
1610
domoticz/www/js/data-tables/dataTables.select.min.js.gz
1441
domoticz/www/js/data-tables/dataTables.tableTools.min.js.gz
1611
domoticz/www/js/data-tables/dataTables.tableTools.min.js.gz
1442
domoticz/www/js/data-tables/jquery.dataTables.min.js.gz
1612
domoticz/www/js/data-tables/jquery.dataTables.min.js.gz
Lines 1446-1468 Link Here
1446
domoticz/www/js/export-csv.js.gz
1616
domoticz/www/js/export-csv.js.gz
1447
domoticz/www/js/highcharts-ng.min.js.gz
1617
domoticz/www/js/highcharts-ng.min.js.gz
1448
domoticz/www/js/highcharts/highcharts-more.js
1618
domoticz/www/js/highcharts/highcharts-more.js
1449
domoticz/www/js/highcharts/highcharts-more.js.map
1450
domoticz/www/js/highcharts/highcharts-more.src.js
1451
domoticz/www/js/highcharts/highcharts.js
1619
domoticz/www/js/highcharts/highcharts.js
1452
domoticz/www/js/highcharts/highcharts.js.map
1620
domoticz/www/js/highcharts/modules/dependency-wheel.js
1453
domoticz/www/js/highcharts/highcharts.src.js
1454
domoticz/www/js/highcharts/modules/exporting.js
1621
domoticz/www/js/highcharts/modules/exporting.js
1455
domoticz/www/js/highcharts/modules/exporting.js.map
1622
domoticz/www/js/highcharts/modules/sankey.js
1456
domoticz/www/js/highcharts/modules/exporting.src.js
1457
domoticz/www/js/highcharts/modules/xrange.js
1623
domoticz/www/js/highcharts/modules/xrange.js
1458
domoticz/www/js/highcharts/modules/xrange.js.map
1459
domoticz/www/js/highcharts/modules/xrange.src.js
1460
domoticz/www/js/highcharts/themes/dark-unica.js
1624
domoticz/www/js/highcharts/themes/dark-unica.js
1461
domoticz/www/js/highcharts/themes/dark-unica.js.map
1462
domoticz/www/js/highcharts/themes/dark-unica.src.js
1463
domoticz/www/js/html5shiv.js.gz
1625
domoticz/www/js/html5shiv.js.gz
1464
domoticz/www/js/i18next-1.8.0.min.js.gz
1626
domoticz/www/js/i18next-1.8.0.min.js.gz
1465
domoticz/www/js/jquery-3.3.1.min.js.gz
1627
domoticz/www/js/jquery-3.4.1.min.js.gz
1466
domoticz/www/js/jquery-ui-timepicker-addon.js.gz
1628
domoticz/www/js/jquery-ui-timepicker-addon.js.gz
1467
domoticz/www/js/jquery-ui.min.js.gz
1629
domoticz/www/js/jquery-ui.min.js.gz
1468
domoticz/www/js/jquery.ddslick.min.js.gz
1630
domoticz/www/js/jquery.ddslick.min.js.gz
Lines 1477-1497 Link Here
1477
domoticz/www/js/ng-grid.min.js.gz
1639
domoticz/www/js/ng-grid.min.js.gz
1478
domoticz/www/js/ngDraggable.js.gz
1640
domoticz/www/js/ngDraggable.js.gz
1479
domoticz/www/js/ngload.min.js.gz
1641
domoticz/www/js/ngload.min.js.gz
1480
domoticz/www/js/noty/jquery.noty.js.gz
1642
domoticz/www/js/noty/noty.css
1481
domoticz/www/js/noty/layouts/bottom.js.gz
1643
domoticz/www/js/noty/noty.min.js.gz
1482
domoticz/www/js/noty/layouts/bottomCenter.js.gz
1644
domoticz/www/js/noty/relax.css
1483
domoticz/www/js/noty/layouts/bottomLeft.js.gz
1484
domoticz/www/js/noty/layouts/bottomRight.js.gz
1485
domoticz/www/js/noty/layouts/center.js.gz
1486
domoticz/www/js/noty/layouts/centerLeft.js.gz
1487
domoticz/www/js/noty/layouts/centerRight.js.gz
1488
domoticz/www/js/noty/layouts/inline.js.gz
1489
domoticz/www/js/noty/layouts/top.js.gz
1490
domoticz/www/js/noty/layouts/topCenter.js.gz
1491
domoticz/www/js/noty/layouts/topLeft.js.gz
1492
domoticz/www/js/noty/layouts/topRight.js.gz
1493
domoticz/www/js/noty/promise.js.gz
1494
domoticz/www/js/noty/themes/default.js.gz
1495
domoticz/www/js/require.js.gz
1645
domoticz/www/js/require.js.gz
1496
domoticz/www/js/respond.min.js.gz
1646
domoticz/www/js/respond.min.js.gz
1497
domoticz/www/js/ui-bootstrap.min.js.gz
1647
domoticz/www/js/ui-bootstrap.min.js.gz
Lines 1604-1610 Link Here
1604
domoticz/www/views/offline.html
1754
domoticz/www/views/offline.html
1605
domoticz/www/views/restoredatabase.html
1755
domoticz/www/views/restoredatabase.html
1606
domoticz/www/views/rfxcomfirmware.html
1756
domoticz/www/views/rfxcomfirmware.html
1607
domoticz/www/views/roomplan.html
1608
domoticz/www/views/scenes.html
1757
domoticz/www/views/scenes.html
1609
domoticz/www/views/setup.html
1758
domoticz/www/views/setup.html
1610
domoticz/www/views/temperature.html
1759
domoticz/www/views/temperature.html
Lines 1613-1623 Link Here
1613
domoticz/www/views/timerplan.html
1762
domoticz/www/views/timerplan.html
1614
domoticz/www/views/timers.html
1763
domoticz/www/views/timers.html
1615
domoticz/www/views/update.html
1764
domoticz/www/views/update.html
1765
domoticz/www/views/update2.html
1616
domoticz/www/views/users.html
1766
domoticz/www/views/users.html
1617
domoticz/www/views/uservariables.html
1767
domoticz/www/views/uservariables.html
1618
domoticz/www/views/utility.html
1768
domoticz/www/views/utility.html
1619
domoticz/www/views/weather.html
1769
domoticz/www/views/weather.html
1620
domoticz/www/views/weather_widget.html
1770
domoticz/www/views/weather_widget.html
1621
domoticz/www/zwavetopology.html
1622
@dir(domoticz,domoticz) /var/db/domoticz
1771
@dir(domoticz,domoticz) /var/db/domoticz
1623
@dir(domoticz,domoticz) /var/run/domoticz
1772
@dir(domoticz,domoticz) /var/run/domoticz

Return to bug 245007