@zwave-js/config 8.11.2-20220117 → 8.11.3-20220127
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/config/devices/0x0002/mt02650.json +6 -0
- package/config/devices/0x001a/{rf9540-n.json → rf9540-n_0.0_1.1.json} +1 -1
- package/config/devices/0x001a/rf9540-n_1.2.json +176 -0
- package/config/devices/0x001d/dz15s.json +7 -0
- package/config/devices/0x010f/fgd212.json +4 -0
- package/config/devices/0x010f/fgfs101.json +4 -0
- package/config/devices/0x0148/temp_humidity_sensor.json +132 -0
- package/config/devices/0x0159/zmnhtd.json +27 -0
- package/config/devices/0x0208/hkzw_so03.json +125 -28
- package/config/devices/0x027a/zen16.json +175 -97
- package/config/devices/0x027a/zen25.json +28 -33
- package/config/devices/0x0287/iblindsv3.json +43 -1
- package/config/devices/0x032e/dat-101.json +389 -0
- package/config/devices/0x0330/ves-zw-dim-001.json +257 -0
- package/config/devices/0x0330/ves-zw-swi-002.json +60 -0
- package/config/devices/0x0344/he-rs01.json +25 -0
- package/config/devices/0x0344/templates/heltun_template.json +8 -0
- package/config/devices/index.json +114 -6
- package/config/devices/templates/master_template.json +38 -0
- package/package.json +1 -1
|
@@ -32,5 +32,11 @@
|
|
|
32
32
|
["Battery", "get"],
|
|
33
33
|
["Thermostat Setpoint", "get", 1]
|
|
34
34
|
]
|
|
35
|
+
},
|
|
36
|
+
"metadata": {
|
|
37
|
+
"inclusion": "In order to include (add) a Z-Wave device to a network it must be in factory default state.\nClick on the middle button will confirm inclusion or exclusion and wakeup the device for wireless communication.\nA long push for 3 seconds on the middle buttons enters and leaves the management mode indicated by a 'M'.",
|
|
38
|
+
"exclusion": "Click on the middle button will confirm inclusion or exclusion and wakeup the device for wireless communication.\nA long push for 3 seconds on the middle buttons enters and leaves the management mode indicated by a 'M'.",
|
|
39
|
+
"reset": "Remove the batteries and keep the function button '*' pressed for 5 seconds after the batteries are inserted back.\nThis procedure should only be used when the primary controller is inoperable.",
|
|
40
|
+
"manual": "http://manuals-backend.z-wave.info/make.php?lang=en&sku=DEVE9356&cert=ZC08-15020003"
|
|
35
41
|
}
|
|
36
42
|
}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Eaton",
|
|
3
|
+
"manufacturerId": "0x001a",
|
|
4
|
+
"label": "RF9540-N",
|
|
5
|
+
"description": "All Load Dimmer Light Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4449",
|
|
9
|
+
"productId": "0x0101",
|
|
10
|
+
"zwaveAllianceId": 797
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"productType": "0x4449",
|
|
14
|
+
"productId": "0xaa00"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"productType": "0x4449",
|
|
18
|
+
"productId": "0xff00"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"firmwareVersion": {
|
|
22
|
+
"min": "1.2",
|
|
23
|
+
"max": "255.255"
|
|
24
|
+
},
|
|
25
|
+
"associations": {
|
|
26
|
+
"1": {
|
|
27
|
+
"label": "Group 1",
|
|
28
|
+
"maxNodes": 5,
|
|
29
|
+
"isLifeline": true
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"paramInformation": [
|
|
33
|
+
{
|
|
34
|
+
"#": "1",
|
|
35
|
+
"label": "Delayed OFF time",
|
|
36
|
+
"description": "time in seconds to delay OFF",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"unit": "seconds",
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 255,
|
|
41
|
+
"defaultValue": 0,
|
|
42
|
+
"unsigned": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "2",
|
|
46
|
+
"label": "Panic ON time",
|
|
47
|
+
"description": "Time in seconds for panic mode ON",
|
|
48
|
+
"valueSize": 1,
|
|
49
|
+
"unit": "seconds",
|
|
50
|
+
"minValue": 0,
|
|
51
|
+
"maxValue": 255,
|
|
52
|
+
"defaultValue": 0,
|
|
53
|
+
"unsigned": true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "3",
|
|
57
|
+
"label": "Panic OFF time",
|
|
58
|
+
"description": "time in seconds for OFF in panic mode",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"unit": "seconds",
|
|
61
|
+
"minValue": 0,
|
|
62
|
+
"maxValue": 255,
|
|
63
|
+
"defaultValue": 0,
|
|
64
|
+
"unsigned": true
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "4",
|
|
68
|
+
"label": "Basic Set Value",
|
|
69
|
+
"description": "Send value to association group on trigger",
|
|
70
|
+
"valueSize": 1,
|
|
71
|
+
"minValue": 0,
|
|
72
|
+
"maxValue": 255,
|
|
73
|
+
"defaultValue": 0,
|
|
74
|
+
"unsigned": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "5",
|
|
78
|
+
"label": "Power Up State",
|
|
79
|
+
"description": "Power Up State of the switch",
|
|
80
|
+
"valueSize": 1,
|
|
81
|
+
"minValue": 1,
|
|
82
|
+
"maxValue": 3,
|
|
83
|
+
"defaultValue": 1,
|
|
84
|
+
"unsigned": true,
|
|
85
|
+
"allowManualEntry": false,
|
|
86
|
+
"options": [
|
|
87
|
+
{
|
|
88
|
+
"label": "OFF",
|
|
89
|
+
"value": 1
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "ON",
|
|
93
|
+
"value": 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"label": "Last State",
|
|
97
|
+
"value": 3
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"#": "6",
|
|
103
|
+
"label": "Panic mode enable",
|
|
104
|
+
"description": "Enables this switch to participate in panic mode",
|
|
105
|
+
"valueSize": 1,
|
|
106
|
+
"minValue": 1,
|
|
107
|
+
"maxValue": 2,
|
|
108
|
+
"defaultValue": 1,
|
|
109
|
+
"unsigned": true,
|
|
110
|
+
"allowManualEntry": false,
|
|
111
|
+
"options": [
|
|
112
|
+
{
|
|
113
|
+
"label": "OFF",
|
|
114
|
+
"value": 1
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"label": "ON",
|
|
118
|
+
"value": 2
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "7",
|
|
124
|
+
"label": "Dimmer Ramp Time",
|
|
125
|
+
"description": "Time in seconds to reach desired level",
|
|
126
|
+
"valueSize": 1,
|
|
127
|
+
"unit": "seconds",
|
|
128
|
+
"minValue": 0,
|
|
129
|
+
"maxValue": 255,
|
|
130
|
+
"defaultValue": 0,
|
|
131
|
+
"unsigned": true
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "8",
|
|
135
|
+
"label": "Kickstart / Rapid Start",
|
|
136
|
+
"description": "Turn on or off rapid start feature",
|
|
137
|
+
"valueSize": 1,
|
|
138
|
+
"minValue": 1,
|
|
139
|
+
"maxValue": 2,
|
|
140
|
+
"defaultValue": 1,
|
|
141
|
+
"unsigned": true,
|
|
142
|
+
"allowManualEntry": false,
|
|
143
|
+
"options": [
|
|
144
|
+
{
|
|
145
|
+
"label": "OFF",
|
|
146
|
+
"value": 1
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "ON",
|
|
150
|
+
"value": 2
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"#": "11",
|
|
156
|
+
"label": "Minimum Dimmer Level",
|
|
157
|
+
"description": "The minimum dim level the switch will allow",
|
|
158
|
+
"valueSize": 1,
|
|
159
|
+
"minValue": 4,
|
|
160
|
+
"maxValue": 99,
|
|
161
|
+
"defaultValue": 4
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"#": "12",
|
|
165
|
+
"label": "Maximum Dimmer Level",
|
|
166
|
+
"description": "The maximum dim level the switch will allow",
|
|
167
|
+
"valueSize": 1,
|
|
168
|
+
"minValue": 4,
|
|
169
|
+
"maxValue": 99,
|
|
170
|
+
"defaultValue": 99
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"compat": {
|
|
174
|
+
"enableBasicSetMapping": true
|
|
175
|
+
}
|
|
176
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Eurotronic",
|
|
3
|
+
"manufacturerId": "0x0148",
|
|
4
|
+
"label": "TFS 700087",
|
|
5
|
+
"description": "Temperature & Humidity Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0001"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Temperature",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"label": "Temperature Change Reporting Threshold",
|
|
31
|
+
"valueSize": 1,
|
|
32
|
+
"minValue": 0,
|
|
33
|
+
"maxValue": 50,
|
|
34
|
+
"defaultValue": 5,
|
|
35
|
+
"unit": "0.1 K",
|
|
36
|
+
"unsigned": true,
|
|
37
|
+
"options": [
|
|
38
|
+
{
|
|
39
|
+
"label": "Disable",
|
|
40
|
+
"value": 0
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "2",
|
|
46
|
+
"label": "Humidity Change Reporting Threshold",
|
|
47
|
+
"valueSize": 1,
|
|
48
|
+
"minValue": 0,
|
|
49
|
+
"maxValue": 10,
|
|
50
|
+
"defaultValue": 5,
|
|
51
|
+
"unit": "%rH",
|
|
52
|
+
"unsigned": true,
|
|
53
|
+
"options": [
|
|
54
|
+
{
|
|
55
|
+
"label": "Disable",
|
|
56
|
+
"value": 0
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "3",
|
|
62
|
+
"label": "Temperature Scale",
|
|
63
|
+
"valueSize": 1,
|
|
64
|
+
"minValue": 0,
|
|
65
|
+
"maxValue": 1,
|
|
66
|
+
"defaultValue": 0,
|
|
67
|
+
"unsigned": true,
|
|
68
|
+
"allowManualEntry": false,
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Celsius",
|
|
72
|
+
"value": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Fahrenheit",
|
|
76
|
+
"value": 1
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "4",
|
|
82
|
+
"label": "Temperature Resolution",
|
|
83
|
+
"valueSize": 1,
|
|
84
|
+
"minValue": 0,
|
|
85
|
+
"maxValue": 2,
|
|
86
|
+
"defaultValue": 0,
|
|
87
|
+
"unsigned": true,
|
|
88
|
+
"allowManualEntry": false,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "No resolution (example 22 °C)",
|
|
92
|
+
"value": 0
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "1/10 resolution (example 22.3 °C)",
|
|
96
|
+
"value": 1
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"label": "1/100 resolution (example 22.35 °C)",
|
|
100
|
+
"value": 2
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "5",
|
|
106
|
+
"label": "Humidity Resolution",
|
|
107
|
+
"valueSize": 1,
|
|
108
|
+
"minValue": 0,
|
|
109
|
+
"maxValue": 2,
|
|
110
|
+
"defaultValue": 0,
|
|
111
|
+
"unsigned": true,
|
|
112
|
+
"allowManualEntry": false,
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"label": "No resolution (example 33 %)",
|
|
116
|
+
"value": 0
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "1/10 resolution (example 33.4 %)",
|
|
120
|
+
"value": 1
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "1/100 resolution (example 33.45 %)",
|
|
124
|
+
"value": 2
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"metadata": {
|
|
130
|
+
"manual": "https://eurotronic.org/wp-content/uploads/2020/02/TFS-Z-Wave-Plus_BDA_web_EN.pdf"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
@@ -46,6 +46,33 @@
|
|
|
46
46
|
}
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"#": "10",
|
|
51
|
+
"label": "All On / All Off Function",
|
|
52
|
+
"valueSize": 2,
|
|
53
|
+
"minValue": 0,
|
|
54
|
+
"maxValue": 255,
|
|
55
|
+
"defaultValue": 255,
|
|
56
|
+
"allowManualEntry": false,
|
|
57
|
+
"options": [
|
|
58
|
+
{
|
|
59
|
+
"label": "Disable both",
|
|
60
|
+
"value": 0
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Disable All On, Enable All Off",
|
|
64
|
+
"value": 1
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Enable All On, Disable All Off",
|
|
68
|
+
"value": 2
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "Enable both",
|
|
72
|
+
"value": 255
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
49
76
|
{
|
|
50
77
|
"#": "11",
|
|
51
78
|
"label": "Timer turning off IR external relay",
|
|
@@ -1,38 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manufacturer": "HANK Electronics Ltd.",
|
|
3
3
|
"manufacturerId": "0x0208",
|
|
4
|
-
"label": "
|
|
4
|
+
"label": "HKZW-SO03",
|
|
5
5
|
"description": "Smart Plug",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0101",
|
|
9
|
-
"productId": "0x000a"
|
|
9
|
+
"productId": "0x000a",
|
|
10
|
+
"zwaveAllianceId": 1854
|
|
10
11
|
}
|
|
11
12
|
],
|
|
12
13
|
"firmwareVersion": {
|
|
13
14
|
"min": "0.0",
|
|
14
15
|
"max": "255.255"
|
|
15
16
|
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Group 1",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
16
24
|
"paramInformation": [
|
|
17
25
|
{
|
|
18
26
|
"#": "20",
|
|
19
27
|
"label": "Overload Protection",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"maxValue": 1,
|
|
24
|
-
"defaultValue": 1,
|
|
25
|
-
"allowManualEntry": false,
|
|
26
|
-
"options": [
|
|
27
|
-
{
|
|
28
|
-
"label": "Disabled",
|
|
29
|
-
"value": 0
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"label": "Enabled (default)",
|
|
33
|
-
"value": 1
|
|
34
|
-
}
|
|
35
|
-
]
|
|
28
|
+
"description": "Triggered when the current exceeds 16.5A for more than 5 seconds",
|
|
29
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
30
|
+
"defaultValue": 1
|
|
36
31
|
},
|
|
37
32
|
{
|
|
38
33
|
"#": "21",
|
|
@@ -40,47 +35,149 @@
|
|
|
40
35
|
},
|
|
41
36
|
{
|
|
42
37
|
"#": "24",
|
|
43
|
-
"label": "
|
|
44
|
-
"unit": "decimal",
|
|
38
|
+
"label": "Notification When Load Status Change",
|
|
45
39
|
"valueSize": 1,
|
|
46
40
|
"minValue": 0,
|
|
47
41
|
"maxValue": 2,
|
|
48
42
|
"defaultValue": 1,
|
|
43
|
+
"unsigned": true,
|
|
49
44
|
"allowManualEntry": false,
|
|
50
45
|
"options": [
|
|
51
46
|
{
|
|
52
|
-
"label": "
|
|
47
|
+
"label": "Disable",
|
|
53
48
|
"value": 0
|
|
54
49
|
},
|
|
55
50
|
{
|
|
56
|
-
"label": "
|
|
51
|
+
"label": "Enable",
|
|
57
52
|
"value": 1
|
|
58
53
|
},
|
|
59
54
|
{
|
|
60
|
-
"label": "Only
|
|
55
|
+
"label": "Only for manual changes",
|
|
61
56
|
"value": 2
|
|
62
57
|
}
|
|
63
58
|
]
|
|
64
59
|
},
|
|
65
60
|
{
|
|
66
61
|
"#": "27",
|
|
67
|
-
"label": "
|
|
68
|
-
"unit": "decimal",
|
|
62
|
+
"label": "LED Power Indication",
|
|
69
63
|
"valueSize": 1,
|
|
70
64
|
"minValue": 0,
|
|
71
65
|
"maxValue": 1,
|
|
72
66
|
"defaultValue": 0,
|
|
67
|
+
"unsigned": true,
|
|
73
68
|
"allowManualEntry": false,
|
|
74
69
|
"options": [
|
|
75
70
|
{
|
|
76
|
-
"label": "Always On
|
|
71
|
+
"label": "Always On",
|
|
77
72
|
"value": 0
|
|
78
73
|
},
|
|
79
74
|
{
|
|
80
|
-
"label": "5
|
|
75
|
+
"label": "5 seconds after switching",
|
|
81
76
|
"value": 1
|
|
82
77
|
}
|
|
83
78
|
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "151",
|
|
82
|
+
"label": "Power Change Report Threshold",
|
|
83
|
+
"valueSize": 2,
|
|
84
|
+
"unit": "W",
|
|
85
|
+
"minValue": 0,
|
|
86
|
+
"maxValue": 65535,
|
|
87
|
+
"defaultValue": 50,
|
|
88
|
+
"unsigned": true,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Disable",
|
|
92
|
+
"value": 0
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "152",
|
|
98
|
+
"label": "Power Change Report Threshold Percentage",
|
|
99
|
+
"valueSize": 1,
|
|
100
|
+
"unit": "%",
|
|
101
|
+
"minValue": 0,
|
|
102
|
+
"maxValue": 255,
|
|
103
|
+
"defaultValue": 10,
|
|
104
|
+
"unsigned": true,
|
|
105
|
+
"options": [
|
|
106
|
+
{
|
|
107
|
+
"label": "Disable",
|
|
108
|
+
"value": 0
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"#": "171",
|
|
114
|
+
"label": "Power Report Interval",
|
|
115
|
+
"valueSize": 4,
|
|
116
|
+
"unit": "seconds",
|
|
117
|
+
"minValue": 0,
|
|
118
|
+
"maxValue": 2678400,
|
|
119
|
+
"defaultValue": 30,
|
|
120
|
+
"unsigned": true,
|
|
121
|
+
"options": [
|
|
122
|
+
{
|
|
123
|
+
"label": "Disable",
|
|
124
|
+
"value": 0
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"#": "172",
|
|
130
|
+
"label": "Energy Report Interval",
|
|
131
|
+
"valueSize": 4,
|
|
132
|
+
"unit": "seconds",
|
|
133
|
+
"minValue": 0,
|
|
134
|
+
"maxValue": 2678400,
|
|
135
|
+
"defaultValue": 300,
|
|
136
|
+
"unsigned": true,
|
|
137
|
+
"options": [
|
|
138
|
+
{
|
|
139
|
+
"label": "Disable",
|
|
140
|
+
"value": 0
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"#": "173",
|
|
146
|
+
"label": "Voltage Report Interval",
|
|
147
|
+
"valueSize": 4,
|
|
148
|
+
"unit": "seconds",
|
|
149
|
+
"minValue": 0,
|
|
150
|
+
"maxValue": 2678400,
|
|
151
|
+
"defaultValue": 0,
|
|
152
|
+
"unsigned": true,
|
|
153
|
+
"options": [
|
|
154
|
+
{
|
|
155
|
+
"label": "Disable",
|
|
156
|
+
"value": 0
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"#": "174",
|
|
162
|
+
"label": "Current Report Interval",
|
|
163
|
+
"valueSize": 4,
|
|
164
|
+
"unit": "seconds",
|
|
165
|
+
"minValue": 0,
|
|
166
|
+
"maxValue": 2678400,
|
|
167
|
+
"defaultValue": 0,
|
|
168
|
+
"unsigned": true,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Disable",
|
|
172
|
+
"value": 0
|
|
173
|
+
}
|
|
174
|
+
]
|
|
84
175
|
}
|
|
85
|
-
]
|
|
176
|
+
],
|
|
177
|
+
"metadata": {
|
|
178
|
+
"inclusion": "1) Connect the power supply.\n2) Set the Z-Wave network main controller into inclusion mode (see Z-Wave network controller operating manual).\n3) Triple click the Z-button or power up the device , RGB LED indicator should blink fast in blue.\n4) Smart Plug should be recognized and included into the Z-Wave network.",
|
|
179
|
+
"exclusion": "1) Insert the Plug into a socket.\n2) Set the Z-Wave network controller into the exclusion mode (see Z-Wave controller operating manual).\n3) Triple click the Z button.\n4) RGB LED indicator will blink orange till the removing process is completed, than the indicator will keep orange for 3 seconds.",
|
|
180
|
+
"reset": "1) Insert the Plug into a socket,\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the RGB LED indicator will keep yellow for 2 seconds, which means resetting is complete. \n Use this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
181
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1854/HKZW-SO03_manual.pdf"
|
|
182
|
+
}
|
|
86
183
|
}
|