@zwave-js/config 8.11.3-20220129 → 8.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/config/devices/0x000c/hs-fls100.json +18 -1
- package/config/devices/0x000c/hs-wd200.json +4 -4
- package/config/devices/0x000c/hs-wx300.json +4 -4
- package/config/devices/0x0063/14287.json +25 -0
- package/config/devices/0x0086/dsd31.json +5 -0
- package/config/devices/0x0086/templates/aeotec_template.json +4 -2
- package/config/devices/0x0086/zw098.json +10 -0
- package/config/devices/0x0086/zw099.json +4 -2
- package/config/devices/0x0086/zw121.json +7 -0
- package/config/devices/0x0086/zw122.json +10 -5
- package/config/devices/0x0090/hc620.json +5 -0
- package/config/devices/0x0090/smartcode_888.json +1 -0
- package/config/devices/0x0098/ct101.json +5 -0
- package/config/devices/0x0098/ct110.json +12 -5
- package/config/devices/0x010f/fgk101.json +291 -208
- package/config/devices/0x010f/fgr223.json +29 -10
- package/config/devices/0x010f/fgrgbw-442.json +24 -12
- package/config/devices/0x010f/fgwdeu.json +327 -191
- package/config/devices/0x010f/fgwreu-111.json +296 -120
- package/config/devices/0x010f/templates/fibaro_template.json +37 -0
- package/config/devices/0x0148/spirit.json +7 -1
- package/config/devices/0x0159/zmnhtd.json +10 -3
- package/config/devices/0x016a/ft096.json +12 -6
- package/config/devices/0x016a/ft100.json +4 -0
- package/config/devices/0x016a/ft121.json +6 -1
- package/config/devices/0x0179/ch-103.json +160 -0
- package/config/devices/0x0190/adc-t_3000.json +2136 -0
- package/config/devices/0x0234/zhc5010.json +8 -4
- package/config/devices/0x024f/fwc01.json +1 -0
- package/config/devices/0x0258/nas-pd07u1.json +4 -0
- package/config/devices/0x0267/10002081-13x.json +190 -0
- package/config/devices/0x031e/lzw30-sn.json +3 -1
- package/config/devices/0x031e/lzw31-sn.json +81 -191
- package/config/devices/0x0330/zv9101.json +4 -0
- package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
- package/config/devices/0x0371/zwa003.json +4 -0
- package/config/devices/0x044c/myot.json +75 -0
- package/config/devices/templates/master_template.json +18 -0
- package/package.json +10 -9
- package/config/devices/index.json +0 -34023
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
"minValue": 0,
|
|
221
221
|
"maxValue": 30,
|
|
222
222
|
"defaultValue": 0,
|
|
223
|
+
"unsigned": true,
|
|
223
224
|
"options": [
|
|
224
225
|
{
|
|
225
226
|
"label": "Constant Speed",
|
|
@@ -235,6 +236,7 @@
|
|
|
235
236
|
"minValue": 0,
|
|
236
237
|
"maxValue": 2,
|
|
237
238
|
"defaultValue": 0,
|
|
239
|
+
"unsigned": true,
|
|
238
240
|
"allowManualEntry": false,
|
|
239
241
|
"options": [
|
|
240
242
|
{
|
|
@@ -258,7 +260,8 @@
|
|
|
258
260
|
"valueSize": 4,
|
|
259
261
|
"minValue": 0,
|
|
260
262
|
"maxValue": 254,
|
|
261
|
-
"defaultValue": 0
|
|
263
|
+
"defaultValue": 0,
|
|
264
|
+
"unsigned": true
|
|
262
265
|
},
|
|
263
266
|
{
|
|
264
267
|
"#": "37[0xff0000]",
|
|
@@ -277,6 +280,7 @@
|
|
|
277
280
|
"minValue": 0,
|
|
278
281
|
"maxValue": 4,
|
|
279
282
|
"defaultValue": 1,
|
|
283
|
+
"unsigned": true,
|
|
280
284
|
"allowManualEntry": false,
|
|
281
285
|
"options": [
|
|
282
286
|
{
|
|
@@ -309,6 +313,7 @@
|
|
|
309
313
|
"minValue": 0,
|
|
310
314
|
"maxValue": 2,
|
|
311
315
|
"defaultValue": 0,
|
|
316
|
+
"unsigned": true,
|
|
312
317
|
"allowManualEntry": false,
|
|
313
318
|
"options": [
|
|
314
319
|
{
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "ConnectHome",
|
|
3
|
+
"manufacturerId": "0x0179",
|
|
4
|
+
"label": "CH-103",
|
|
5
|
+
"description": "CH-103 Relay",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0041",
|
|
9
|
+
"productId": "0x0014"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Temperature and Alarm Reports",
|
|
19
|
+
"maxNodes": 10,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Switch S1",
|
|
24
|
+
"maxNodes": 10,
|
|
25
|
+
"isLifeline": false
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Switch S2",
|
|
29
|
+
"maxNodes": 10,
|
|
30
|
+
"isLifeline": false
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"paramInformation": [
|
|
34
|
+
{
|
|
35
|
+
"#": "1",
|
|
36
|
+
"label": "Calibration",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"minValue": 0,
|
|
39
|
+
"maxValue": 1,
|
|
40
|
+
"defaultValue": 0,
|
|
41
|
+
"allowManualEntry": false,
|
|
42
|
+
"options": [
|
|
43
|
+
{
|
|
44
|
+
"label": "Idle",
|
|
45
|
+
"value": 0
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"label": "Calibrate",
|
|
49
|
+
"value": 1
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "2",
|
|
55
|
+
"label": "Operation Mode",
|
|
56
|
+
"valueSize": 1,
|
|
57
|
+
"minValue": 0,
|
|
58
|
+
"maxValue": 2,
|
|
59
|
+
"defaultValue": 0,
|
|
60
|
+
"allowManualEntry": false,
|
|
61
|
+
"options": [
|
|
62
|
+
{
|
|
63
|
+
"label": "Standard",
|
|
64
|
+
"value": 0
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Motor with limit switchs",
|
|
68
|
+
"value": 1
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "Blind Control",
|
|
72
|
+
"value": 2
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "3",
|
|
78
|
+
"label": "Rotation Time",
|
|
79
|
+
"description": "Time of full rotation of lamellas or 180° in the blind mode",
|
|
80
|
+
"unit": "0.1 s",
|
|
81
|
+
"valueSize": 2,
|
|
82
|
+
"minValue": 0,
|
|
83
|
+
"maxValue": 1000,
|
|
84
|
+
"defaultValue": 0
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"#": "4",
|
|
88
|
+
"label": "Open Operating Time",
|
|
89
|
+
"unit": "0.1 s",
|
|
90
|
+
"valueSize": 2,
|
|
91
|
+
"minValue": 0,
|
|
92
|
+
"maxValue": 1000,
|
|
93
|
+
"defaultValue": 0
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"#": "5",
|
|
97
|
+
"label": "Close Operating Time",
|
|
98
|
+
"unit": "0.1 s",
|
|
99
|
+
"valueSize": 2,
|
|
100
|
+
"minValue": 0,
|
|
101
|
+
"maxValue": 1000,
|
|
102
|
+
"defaultValue": 0
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "6",
|
|
106
|
+
"label": "Open Delay",
|
|
107
|
+
"unit": "0.1 s",
|
|
108
|
+
"valueSize": 2,
|
|
109
|
+
"minValue": 0,
|
|
110
|
+
"maxValue": 1000,
|
|
111
|
+
"defaultValue": 0
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "7",
|
|
115
|
+
"label": "Close Delay",
|
|
116
|
+
"unit": "0.1 s",
|
|
117
|
+
"valueSize": 2,
|
|
118
|
+
"minValue": 0,
|
|
119
|
+
"maxValue": 1000,
|
|
120
|
+
"defaultValue": 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "50",
|
|
124
|
+
"label": "Respond to Non-Encrypted Commands When Included Securely",
|
|
125
|
+
"valueSize": 1,
|
|
126
|
+
"minValue": 0,
|
|
127
|
+
"maxValue": 1,
|
|
128
|
+
"defaultValue": 0,
|
|
129
|
+
"allowManualEntry": false,
|
|
130
|
+
"options": [
|
|
131
|
+
{
|
|
132
|
+
"label": "Enable",
|
|
133
|
+
"value": 0
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"label": "Disable",
|
|
137
|
+
"value": 1
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"#": "51",
|
|
143
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
144
|
+
"label": "Send Secure Commands to 2nd Association Group",
|
|
145
|
+
"description": "Only active when the node is included securely"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"#": "52",
|
|
149
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
150
|
+
"label": "Send Secure Commands to 3rd Association Group",
|
|
151
|
+
"description": "Only active when the node is included securely"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"metadata": {
|
|
155
|
+
"inclusion": "Press the system button located on the top cover three times.",
|
|
156
|
+
"exclusion": "Press the system button located on the top cover three times.",
|
|
157
|
+
"reset": "Exclude causes factory reset.",
|
|
158
|
+
"manual": "https://connecthome.com.ua/product/ch103#anc_5"
|
|
159
|
+
}
|
|
160
|
+
}
|