@zwave-js/config 10.0.0-beta.5 → 10.0.0-beta.6
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/0x0271/is140-2.json +15 -123
- package/config/devices/0x0271/l_810_led_ihf.json +16 -90
- package/config/devices/0x0271/motionswitch_led.json +89 -106
- package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
- package/config/devices/0x0271/templates/steinel_template.json +237 -0
- package/config/devices/0x0271/xled_home_2.json +14 -209
- package/config/devices/0x027a/zen05.json +63 -0
- package/config/devices/0x0312/{mp21zp.json → mp21zp_mp31zp.json} +1 -1
- package/package.json +4 -4
|
@@ -20,159 +20,51 @@
|
|
|
20
20
|
"paramInformation": [
|
|
21
21
|
{
|
|
22
22
|
"#": "1",
|
|
23
|
-
"
|
|
24
|
-
"description": "Duration of light after motion detection",
|
|
25
|
-
"unit": "s",
|
|
26
|
-
"valueSize": 2,
|
|
27
|
-
"minValue": 5,
|
|
28
|
-
"maxValue": 900,
|
|
29
|
-
"defaultValue": 180
|
|
23
|
+
"$import": "templates/steinel_template.json#motion_light_duration"
|
|
30
24
|
},
|
|
31
25
|
{
|
|
32
26
|
"#": "2",
|
|
33
|
-
"
|
|
34
|
-
"description": "Light threshold",
|
|
35
|
-
"unit": "lx",
|
|
36
|
-
"valueSize": 2,
|
|
37
|
-
"minValue": 0,
|
|
38
|
-
"maxValue": 2000,
|
|
39
|
-
"defaultValue": 2000
|
|
27
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
40
28
|
},
|
|
41
29
|
{
|
|
42
30
|
"#": "5",
|
|
43
|
-
"
|
|
44
|
-
"description": "Motion Radar Sensitivity",
|
|
45
|
-
"unit": "Percent",
|
|
46
|
-
"valueSize": 1,
|
|
47
|
-
"minValue": 2,
|
|
48
|
-
"maxValue": 100,
|
|
49
|
-
"defaultValue": 100
|
|
31
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
50
32
|
},
|
|
51
33
|
{
|
|
52
34
|
"#": "8",
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"defaultValue": 1
|
|
35
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "9[0x07]",
|
|
39
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
59
40
|
},
|
|
60
41
|
{
|
|
61
42
|
"#": "10",
|
|
62
|
-
"
|
|
63
|
-
"description": "Off behaviour (timeout)",
|
|
64
|
-
"valueSize": 2,
|
|
65
|
-
"minValue": 0,
|
|
66
|
-
"maxValue": 255,
|
|
67
|
-
"defaultValue": 10
|
|
43
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
68
44
|
},
|
|
69
45
|
{
|
|
70
46
|
"#": "11",
|
|
71
|
-
"
|
|
72
|
-
"description": "On behaviour (timeout)",
|
|
73
|
-
"valueSize": 2,
|
|
74
|
-
"minValue": 0,
|
|
75
|
-
"maxValue": 255,
|
|
76
|
-
"defaultValue": 255
|
|
47
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
77
48
|
},
|
|
78
49
|
{
|
|
79
50
|
"#": "12",
|
|
80
|
-
"
|
|
81
|
-
"description": "On behaviour time over (timeout)",
|
|
82
|
-
"valueSize": 2,
|
|
83
|
-
"minValue": 0,
|
|
84
|
-
"maxValue": 255,
|
|
85
|
-
"defaultValue": 204
|
|
51
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
86
52
|
},
|
|
87
53
|
{
|
|
88
54
|
"#": "13",
|
|
89
|
-
"
|
|
90
|
-
"description": "Sequence On-Off behaviour (timeout)",
|
|
91
|
-
"valueSize": 2,
|
|
92
|
-
"minValue": 0,
|
|
93
|
-
"maxValue": 255,
|
|
94
|
-
"defaultValue": 204
|
|
55
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
95
56
|
},
|
|
96
57
|
{
|
|
97
58
|
"#": "14",
|
|
98
|
-
"
|
|
99
|
-
"description": "Sequence Off-On behaviour (timeout)",
|
|
100
|
-
"valueSize": 2,
|
|
101
|
-
"minValue": 0,
|
|
102
|
-
"maxValue": 255,
|
|
103
|
-
"defaultValue": 204
|
|
59
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
104
60
|
},
|
|
105
61
|
{
|
|
106
62
|
"#": "15",
|
|
107
|
-
"
|
|
108
|
-
"description": "Sequence timing",
|
|
109
|
-
"valueSize": 1,
|
|
110
|
-
"minValue": 10,
|
|
111
|
-
"maxValue": 50,
|
|
112
|
-
"defaultValue": 10
|
|
63
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
113
64
|
},
|
|
114
65
|
{
|
|
115
66
|
"#": "16",
|
|
116
|
-
"
|
|
117
|
-
"description": "Motion Off behaviour (timeout)",
|
|
118
|
-
"valueSize": 2,
|
|
119
|
-
"minValue": 0,
|
|
120
|
-
"maxValue": 255,
|
|
121
|
-
"defaultValue": 0
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"#": "9[0x01]",
|
|
125
|
-
"label": "Bit 0: Slave Mode",
|
|
126
|
-
"description": "0=Disable, 1=Enable",
|
|
127
|
-
"valueSize": 1,
|
|
128
|
-
"defaultValue": 1,
|
|
129
|
-
"allowManualEntry": false,
|
|
130
|
-
"options": [
|
|
131
|
-
{
|
|
132
|
-
"label": "Disable",
|
|
133
|
-
"value": 0
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"label": "Enable",
|
|
137
|
-
"value": 1
|
|
138
|
-
}
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"#": "9[0x02]",
|
|
143
|
-
"label": "Bit 1: Central Unit checking",
|
|
144
|
-
"description": "0=Disable, 1=Enable",
|
|
145
|
-
"valueSize": 1,
|
|
146
|
-
"defaultValue": 1,
|
|
147
|
-
"allowManualEntry": false,
|
|
148
|
-
"options": [
|
|
149
|
-
{
|
|
150
|
-
"label": "Disable",
|
|
151
|
-
"value": 0
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"label": "Enable",
|
|
155
|
-
"value": 1
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"#": "9[0x04]",
|
|
161
|
-
"label": "Bit 2: Stupid Mode",
|
|
162
|
-
"description": "0=Disable, 1=Enable",
|
|
163
|
-
"valueSize": 1,
|
|
164
|
-
"defaultValue": 0,
|
|
165
|
-
"allowManualEntry": false,
|
|
166
|
-
"options": [
|
|
167
|
-
{
|
|
168
|
-
"label": "Disable",
|
|
169
|
-
"value": 0
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"label": "Enable",
|
|
173
|
-
"value": 1
|
|
174
|
-
}
|
|
175
|
-
]
|
|
67
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
176
68
|
}
|
|
177
69
|
]
|
|
178
70
|
}
|
|
@@ -16,137 +16,63 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"description": "Duration of light after motion detection.",
|
|
21
|
-
"valueSize": 2,
|
|
22
|
-
"minValue": 5,
|
|
23
|
-
"maxValue": 900,
|
|
24
|
-
"defaultValue": 180
|
|
19
|
+
"$import": "templates/steinel_template.json#motion_light_duration"
|
|
25
20
|
},
|
|
26
21
|
{
|
|
27
22
|
"#": "2",
|
|
28
|
-
"
|
|
29
|
-
"description": "Light threshold [lx]",
|
|
30
|
-
"valueSize": 2,
|
|
31
|
-
"minValue": 2,
|
|
32
|
-
"maxValue": 2000,
|
|
33
|
-
"defaultValue": 2000
|
|
23
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
34
24
|
},
|
|
35
25
|
{
|
|
36
26
|
"#": "3",
|
|
37
|
-
"
|
|
38
|
-
"description": "Night dim mode and time [min]: (only for SLAMP with DIM ability)",
|
|
39
|
-
"valueSize": 1,
|
|
40
|
-
"minValue": 0,
|
|
41
|
-
"maxValue": 60,
|
|
42
|
-
"defaultValue": 0
|
|
27
|
+
"$import": "templates/steinel_template.json#night_dim_mode"
|
|
43
28
|
},
|
|
44
29
|
{
|
|
45
30
|
"#": "4",
|
|
46
|
-
"
|
|
47
|
-
"description": "Motion Radar Range [cm]: (only for iHF sensor)",
|
|
48
|
-
"valueSize": 2,
|
|
49
|
-
"minValue": 100,
|
|
50
|
-
"maxValue": 500,
|
|
51
|
-
"defaultValue": 500
|
|
31
|
+
"$import": "templates/steinel_template.json#motion_sensor_range"
|
|
52
32
|
},
|
|
53
33
|
{
|
|
54
34
|
"#": "5",
|
|
55
|
-
"
|
|
56
|
-
"description": "Motion Radar Sensitivity [%]: (SLAMP+SPIR)",
|
|
57
|
-
"valueSize": 1,
|
|
58
|
-
"minValue": 2,
|
|
59
|
-
"maxValue": 100,
|
|
60
|
-
"defaultValue": 100
|
|
35
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
61
36
|
},
|
|
62
37
|
{
|
|
63
38
|
"#": "6",
|
|
64
|
-
"
|
|
65
|
-
"description": "Brightness measuring interval [min]: (only SLAMP)",
|
|
66
|
-
"valueSize": 1,
|
|
67
|
-
"minValue": 0,
|
|
68
|
-
"maxValue": 120,
|
|
69
|
-
"defaultValue": 0
|
|
39
|
+
"$import": "templates/steinel_template.json#brightness_measuring_interval"
|
|
70
40
|
},
|
|
71
41
|
{
|
|
72
42
|
"#": "8",
|
|
73
|
-
"
|
|
74
|
-
"description": "Use external Ambient Light value",
|
|
75
|
-
"valueSize": 1,
|
|
76
|
-
"minValue": 0,
|
|
77
|
-
"maxValue": 1,
|
|
78
|
-
"defaultValue": 1
|
|
43
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
79
44
|
},
|
|
80
45
|
{
|
|
81
|
-
"#": "9",
|
|
82
|
-
"
|
|
83
|
-
"description": "Disable local control",
|
|
84
|
-
"valueSize": 1,
|
|
85
|
-
"minValue": 0,
|
|
86
|
-
"maxValue": 4,
|
|
87
|
-
"defaultValue": 2
|
|
46
|
+
"#": "9[0x07]",
|
|
47
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
88
48
|
},
|
|
89
49
|
{
|
|
90
50
|
"#": "10",
|
|
91
|
-
"
|
|
92
|
-
"description": "Off behaviour (timeout)",
|
|
93
|
-
"valueSize": 2,
|
|
94
|
-
"minValue": 0,
|
|
95
|
-
"maxValue": 255,
|
|
96
|
-
"defaultValue": 10
|
|
51
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
97
52
|
},
|
|
98
53
|
{
|
|
99
54
|
"#": "11",
|
|
100
|
-
"
|
|
101
|
-
"description": "On behaviour (timeout)",
|
|
102
|
-
"valueSize": 2,
|
|
103
|
-
"minValue": 0,
|
|
104
|
-
"maxValue": 255,
|
|
105
|
-
"defaultValue": 255
|
|
55
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
106
56
|
},
|
|
107
57
|
{
|
|
108
58
|
"#": "12",
|
|
109
|
-
"
|
|
110
|
-
"description": "On behaviour time over (timeout)",
|
|
111
|
-
"valueSize": 2,
|
|
112
|
-
"minValue": 0,
|
|
113
|
-
"maxValue": 255,
|
|
114
|
-
"defaultValue": 204
|
|
59
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
115
60
|
},
|
|
116
61
|
{
|
|
117
62
|
"#": "13",
|
|
118
|
-
"
|
|
119
|
-
"description": "Sequence On-Off behaviour (timeout)",
|
|
120
|
-
"valueSize": 2,
|
|
121
|
-
"minValue": 0,
|
|
122
|
-
"maxValue": 255,
|
|
123
|
-
"defaultValue": 204
|
|
63
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
124
64
|
},
|
|
125
65
|
{
|
|
126
66
|
"#": "14",
|
|
127
|
-
"
|
|
128
|
-
"description": "Sequence Off-On behaviour (timeout)",
|
|
129
|
-
"valueSize": 2,
|
|
130
|
-
"minValue": 0,
|
|
131
|
-
"maxValue": 255,
|
|
132
|
-
"defaultValue": 204
|
|
67
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
133
68
|
},
|
|
134
69
|
{
|
|
135
70
|
"#": "15",
|
|
136
|
-
"
|
|
137
|
-
"valueSize": 1,
|
|
138
|
-
"minValue": 10,
|
|
139
|
-
"maxValue": 50,
|
|
140
|
-
"defaultValue": 10
|
|
71
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
141
72
|
},
|
|
142
73
|
{
|
|
143
74
|
"#": "16",
|
|
144
|
-
"
|
|
145
|
-
"description": "Motion Off behaviour (timeout)",
|
|
146
|
-
"valueSize": 2,
|
|
147
|
-
"minValue": 0,
|
|
148
|
-
"maxValue": 255,
|
|
149
|
-
"defaultValue": 209
|
|
75
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
150
76
|
}
|
|
151
77
|
]
|
|
152
78
|
}
|
|
@@ -16,159 +16,142 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"description": "Duration of light after motion detection [s]",
|
|
21
|
-
"unit": "s",
|
|
22
|
-
"valueSize": 2,
|
|
23
|
-
"minValue": 0,
|
|
24
|
-
"maxValue": 900,
|
|
25
|
-
"defaultValue": 180,
|
|
26
|
-
"options": [
|
|
27
|
-
{
|
|
28
|
-
"label": "Duration of light after motion detection [s]",
|
|
29
|
-
"value": 0
|
|
30
|
-
}
|
|
31
|
-
]
|
|
19
|
+
"$import": "templates/steinel_template.json#motion_light_duration"
|
|
32
20
|
},
|
|
33
21
|
{
|
|
34
22
|
"#": "2",
|
|
35
|
-
"
|
|
36
|
-
"description": "Light threshold [lx]",
|
|
37
|
-
"unit": "lx",
|
|
38
|
-
"valueSize": 2,
|
|
39
|
-
"minValue": 0,
|
|
40
|
-
"maxValue": 2000,
|
|
41
|
-
"defaultValue": 2000,
|
|
42
|
-
"options": [
|
|
43
|
-
{
|
|
44
|
-
"label": "Light threshold [lx]",
|
|
45
|
-
"value": 0
|
|
46
|
-
}
|
|
47
|
-
]
|
|
23
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
48
24
|
},
|
|
49
25
|
{
|
|
50
26
|
"#": "5",
|
|
51
|
-
"
|
|
52
|
-
"description": "Motion Radar Sensitivity [%]",
|
|
53
|
-
"unit": "%",
|
|
54
|
-
"valueSize": 1,
|
|
55
|
-
"minValue": 2,
|
|
56
|
-
"maxValue": 100,
|
|
57
|
-
"defaultValue": 100
|
|
27
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
58
28
|
},
|
|
59
29
|
{
|
|
60
30
|
"#": "6",
|
|
61
|
-
"
|
|
62
|
-
"unit": "minutes",
|
|
63
|
-
"valueSize": 1,
|
|
64
|
-
"minValue": 0,
|
|
65
|
-
"maxValue": 120,
|
|
66
|
-
"defaultValue": 0
|
|
31
|
+
"$import": "templates/steinel_template.json#brightness_measuring_interval"
|
|
67
32
|
},
|
|
68
33
|
{
|
|
69
34
|
"#": "8",
|
|
70
|
-
"
|
|
71
|
-
"description": "Use external Ambient Light Value",
|
|
72
|
-
"valueSize": 1,
|
|
73
|
-
"minValue": 0,
|
|
74
|
-
"maxValue": 1,
|
|
75
|
-
"defaultValue": 1
|
|
35
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
76
36
|
},
|
|
77
37
|
{
|
|
78
|
-
"#": "9",
|
|
79
|
-
"
|
|
80
|
-
"description": "Disable local control",
|
|
81
|
-
"valueSize": 1,
|
|
82
|
-
"minValue": 0,
|
|
83
|
-
"maxValue": 4,
|
|
84
|
-
"defaultValue": 2
|
|
38
|
+
"#": "9[0x07]",
|
|
39
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
85
40
|
},
|
|
86
41
|
{
|
|
87
42
|
"#": "10",
|
|
88
|
-
"
|
|
89
|
-
"description": "Off behaviour ( timeout )",
|
|
90
|
-
"valueSize": 2,
|
|
91
|
-
"minValue": 0,
|
|
92
|
-
"maxValue": 209,
|
|
93
|
-
"defaultValue": 10
|
|
43
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
94
44
|
},
|
|
95
45
|
{
|
|
96
46
|
"#": "11",
|
|
97
|
-
"
|
|
98
|
-
"description": "On behaviour ( timeout )",
|
|
99
|
-
"valueSize": 2,
|
|
100
|
-
"minValue": 0,
|
|
101
|
-
"maxValue": 255,
|
|
102
|
-
"defaultValue": 255
|
|
47
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
103
48
|
},
|
|
104
49
|
{
|
|
105
50
|
"#": "12",
|
|
106
|
-
"
|
|
107
|
-
"description": "On behaviour time over ( timeout )",
|
|
108
|
-
"valueSize": 2,
|
|
109
|
-
"minValue": 0,
|
|
110
|
-
"maxValue": 209,
|
|
111
|
-
"defaultValue": 204
|
|
51
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
112
52
|
},
|
|
113
53
|
{
|
|
114
54
|
"#": "13",
|
|
115
|
-
"
|
|
116
|
-
"description": "Sequence On-Off behaviour ( timeout )",
|
|
117
|
-
"valueSize": 2,
|
|
118
|
-
"minValue": 0,
|
|
119
|
-
"maxValue": 209,
|
|
120
|
-
"defaultValue": 204
|
|
55
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
121
56
|
},
|
|
122
57
|
{
|
|
123
58
|
"#": "14",
|
|
124
|
-
"
|
|
125
|
-
"description": "Sequence Off-On behaviour ( timeout )",
|
|
126
|
-
"valueSize": 2,
|
|
127
|
-
"minValue": 0,
|
|
128
|
-
"maxValue": 209,
|
|
129
|
-
"defaultValue": 204
|
|
59
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
130
60
|
},
|
|
131
61
|
{
|
|
132
62
|
"#": "15",
|
|
133
|
-
"
|
|
134
|
-
"description": "Sequence Off-On behaviour ( timeout )",
|
|
135
|
-
"unit": "100 ms",
|
|
136
|
-
"valueSize": 1,
|
|
137
|
-
"minValue": 10,
|
|
138
|
-
"maxValue": 50,
|
|
139
|
-
"defaultValue": 10
|
|
63
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
140
64
|
},
|
|
141
65
|
{
|
|
142
66
|
"#": "16",
|
|
143
|
-
"
|
|
144
|
-
"description": "Motion Off behaviour ( timeout )",
|
|
145
|
-
"valueSize": 2,
|
|
146
|
-
"minValue": 0,
|
|
147
|
-
"maxValue": 209,
|
|
148
|
-
"defaultValue": 0
|
|
67
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
149
68
|
},
|
|
150
69
|
{
|
|
151
|
-
"#": "17",
|
|
152
|
-
"label": "
|
|
153
|
-
"description": "Toggle button behaviour",
|
|
70
|
+
"#": "17[0x01]",
|
|
71
|
+
"label": "Button: Long Press",
|
|
154
72
|
"valueSize": 1,
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
73
|
+
"defaultValue": 0,
|
|
74
|
+
"allowManualEntry": false,
|
|
75
|
+
"options": [
|
|
76
|
+
{
|
|
77
|
+
"label": "Lower brightness",
|
|
78
|
+
"value": 0
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"label": "Increase brightness",
|
|
82
|
+
"value": 1
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"#": "17[0x02]",
|
|
88
|
+
"label": "Button: Short Press",
|
|
89
|
+
"valueSize": 1,
|
|
90
|
+
"defaultValue": 0,
|
|
91
|
+
"allowManualEntry": false,
|
|
92
|
+
"options": [
|
|
93
|
+
{
|
|
94
|
+
"label": "Toggle",
|
|
95
|
+
"value": 0
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "Control scene (parameter 18)",
|
|
99
|
+
"value": 1
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "17[0x04]",
|
|
105
|
+
"label": "Button: Override Sensors (Standalone Mode)",
|
|
106
|
+
"valueSize": 1,
|
|
107
|
+
"defaultValue": 0,
|
|
108
|
+
"allowManualEntry": false,
|
|
109
|
+
"options": [
|
|
110
|
+
{
|
|
111
|
+
"label": "According to parameter 19 (legacy behavior)",
|
|
112
|
+
"value": 0
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "According to parameters 10-14",
|
|
116
|
+
"value": 1
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "17[0x08]",
|
|
122
|
+
"label": "Button: Override Sensors (Network Mode)",
|
|
123
|
+
"valueSize": 1,
|
|
124
|
+
"defaultValue": 1,
|
|
125
|
+
"allowManualEntry": false,
|
|
126
|
+
"options": [
|
|
127
|
+
{
|
|
128
|
+
"label": "According to parameter 19 (legacy behavior)",
|
|
129
|
+
"value": 0
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"label": "According to parameters 10-14",
|
|
133
|
+
"value": 1
|
|
134
|
+
}
|
|
135
|
+
]
|
|
158
136
|
},
|
|
159
137
|
{
|
|
160
138
|
"#": "18",
|
|
161
|
-
"label": "
|
|
162
|
-
"description": "Toggle button Scene 1-4",
|
|
139
|
+
"label": "Button: Scene Number",
|
|
163
140
|
"valueSize": 1,
|
|
164
141
|
"minValue": 0,
|
|
165
142
|
"maxValue": 127,
|
|
166
|
-
"defaultValue": 1
|
|
143
|
+
"defaultValue": 1,
|
|
144
|
+
"options": [
|
|
145
|
+
{
|
|
146
|
+
"label": "Disable",
|
|
147
|
+
"value": 0
|
|
148
|
+
}
|
|
149
|
+
]
|
|
167
150
|
},
|
|
168
151
|
{
|
|
169
152
|
"#": "19",
|
|
170
|
-
"label": "
|
|
171
|
-
"description": "
|
|
153
|
+
"label": "Sensor Override Duration (Legacy Behavior)",
|
|
154
|
+
"description": "After motion ends, wait for the specified duration, then return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
172
155
|
"valueSize": 2,
|
|
173
156
|
"minValue": 1,
|
|
174
157
|
"maxValue": 209,
|
|
@@ -16,137 +16,59 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"description": "Duration of light after motion detection.",
|
|
21
|
-
"unit": "seconds",
|
|
22
|
-
"valueSize": 2,
|
|
23
|
-
"minValue": 5,
|
|
24
|
-
"maxValue": 900,
|
|
25
|
-
"defaultValue": 180
|
|
19
|
+
"$import": "templates/steinel_template.json#motion_light_duration"
|
|
26
20
|
},
|
|
27
21
|
{
|
|
28
22
|
"#": "2",
|
|
29
|
-
"
|
|
30
|
-
"description": "LIGHT",
|
|
31
|
-
"valueSize": 2,
|
|
32
|
-
"minValue": 2,
|
|
33
|
-
"maxValue": 2000,
|
|
34
|
-
"defaultValue": 2000
|
|
23
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
35
24
|
},
|
|
36
25
|
{
|
|
37
26
|
"#": "4",
|
|
38
|
-
"
|
|
39
|
-
"description": "RANGE",
|
|
40
|
-
"unit": "cm",
|
|
41
|
-
"valueSize": 2,
|
|
42
|
-
"minValue": 100,
|
|
43
|
-
"maxValue": 500,
|
|
44
|
-
"defaultValue": 500
|
|
27
|
+
"$import": "templates/steinel_template.json#motion_sensor_range"
|
|
45
28
|
},
|
|
46
29
|
{
|
|
47
30
|
"#": "5",
|
|
48
|
-
"
|
|
49
|
-
"description": "SENSITIVITY",
|
|
50
|
-
"valueSize": 1,
|
|
51
|
-
"minValue": 2,
|
|
52
|
-
"maxValue": 100,
|
|
53
|
-
"defaultValue": 100
|
|
31
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
54
32
|
},
|
|
55
33
|
{
|
|
56
34
|
"#": "6",
|
|
57
|
-
"
|
|
58
|
-
"description": "(only SLAMP)",
|
|
59
|
-
"valueSize": 1,
|
|
60
|
-
"minValue": 5,
|
|
61
|
-
"maxValue": 120,
|
|
62
|
-
"defaultValue": 0
|
|
35
|
+
"$import": "templates/steinel_template.json#brightness_measuring_interval"
|
|
63
36
|
},
|
|
64
37
|
{
|
|
65
38
|
"#": "8",
|
|
66
|
-
"
|
|
67
|
-
"description": "GLOBAL_LIGHT",
|
|
68
|
-
"valueSize": 1,
|
|
69
|
-
"minValue": 0,
|
|
70
|
-
"maxValue": 1,
|
|
71
|
-
"defaultValue": 1
|
|
39
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
72
40
|
},
|
|
73
41
|
{
|
|
74
|
-
"#": "9",
|
|
75
|
-
"
|
|
76
|
-
"description": "SLAVE_MODE",
|
|
77
|
-
"valueSize": 1,
|
|
78
|
-
"minValue": 0,
|
|
79
|
-
"maxValue": 4,
|
|
80
|
-
"defaultValue": 2
|
|
42
|
+
"#": "9[0x07]",
|
|
43
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
81
44
|
},
|
|
82
45
|
{
|
|
83
46
|
"#": "10",
|
|
84
|
-
"
|
|
85
|
-
"description": "OFF_BEHAVIOUR",
|
|
86
|
-
"valueSize": 2,
|
|
87
|
-
"minValue": 0,
|
|
88
|
-
"maxValue": 255,
|
|
89
|
-
"defaultValue": 10,
|
|
90
|
-
"options": [
|
|
91
|
-
{
|
|
92
|
-
"label": "Lamp/relay is switched off for TIME (cfg 1)",
|
|
93
|
-
"value": 255
|
|
94
|
-
}
|
|
95
|
-
]
|
|
47
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
96
48
|
},
|
|
97
49
|
{
|
|
98
50
|
"#": "11",
|
|
99
|
-
"
|
|
100
|
-
"description": "ON_BEHAVIOUR",
|
|
101
|
-
"valueSize": 2,
|
|
102
|
-
"minValue": 2,
|
|
103
|
-
"maxValue": 209,
|
|
104
|
-
"defaultValue": 255
|
|
51
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
105
52
|
},
|
|
106
53
|
{
|
|
107
54
|
"#": "12",
|
|
108
|
-
"
|
|
109
|
-
"description": "ON_TIME_OVER",
|
|
110
|
-
"valueSize": 2,
|
|
111
|
-
"minValue": 0,
|
|
112
|
-
"maxValue": 209,
|
|
113
|
-
"defaultValue": 204
|
|
55
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
114
56
|
},
|
|
115
57
|
{
|
|
116
58
|
"#": "13",
|
|
117
|
-
"
|
|
118
|
-
"description": "ON_OFF_ BEHAVIOUR",
|
|
119
|
-
"valueSize": 2,
|
|
120
|
-
"minValue": 0,
|
|
121
|
-
"maxValue": 209,
|
|
122
|
-
"defaultValue": 204
|
|
59
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
123
60
|
},
|
|
124
61
|
{
|
|
125
62
|
"#": "14",
|
|
126
|
-
"
|
|
127
|
-
"description": "OFF_ON_ BEHAVIOUR",
|
|
128
|
-
"valueSize": 2,
|
|
129
|
-
"minValue": 0,
|
|
130
|
-
"maxValue": 209,
|
|
131
|
-
"defaultValue": 204
|
|
63
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
132
64
|
},
|
|
133
65
|
{
|
|
134
66
|
"#": "15",
|
|
135
|
-
"
|
|
136
|
-
"description": "SEQUENCE_TIME",
|
|
137
|
-
"valueSize": 1,
|
|
138
|
-
"minValue": 10,
|
|
139
|
-
"maxValue": 50,
|
|
140
|
-
"defaultValue": 10
|
|
67
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
141
68
|
},
|
|
142
69
|
{
|
|
143
70
|
"#": "16",
|
|
144
|
-
"
|
|
145
|
-
"description": "MOTION_ DISABLE",
|
|
146
|
-
"valueSize": 2,
|
|
147
|
-
"minValue": 2,
|
|
148
|
-
"maxValue": 209,
|
|
149
|
-
"defaultValue": 0
|
|
71
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
150
72
|
}
|
|
151
73
|
]
|
|
152
74
|
}
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"motion_light_duration": {
|
|
3
|
+
"label": "Light Duration After Motion",
|
|
4
|
+
"valueSize": 2,
|
|
5
|
+
"unit": "seconds",
|
|
6
|
+
"minValue": 5,
|
|
7
|
+
"maxValue": 900,
|
|
8
|
+
"defaultValue": 180
|
|
9
|
+
},
|
|
10
|
+
"light_threshold": {
|
|
11
|
+
"label": "Light Threshold",
|
|
12
|
+
"description": "Allowable range: 0, 2-2000. Moving the potentiometer overwrites the current setting.",
|
|
13
|
+
"valueSize": 2,
|
|
14
|
+
"unit": "lux",
|
|
15
|
+
"minValue": 0,
|
|
16
|
+
"maxValue": 2000,
|
|
17
|
+
"defaultValue": 2000,
|
|
18
|
+
"options": [
|
|
19
|
+
{
|
|
20
|
+
"label": "Execute learn sequence",
|
|
21
|
+
"value": 0
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"label": "Disable threshold (always night)",
|
|
25
|
+
"value": 2000
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"night_dim_mode": {
|
|
30
|
+
"label": "Night Dim Mode Duration",
|
|
31
|
+
"description": "Allowable range: 0-60, 255. External control overrides this setting.",
|
|
32
|
+
"valueSize": 1,
|
|
33
|
+
"unit": "minutes",
|
|
34
|
+
"minValue": 0,
|
|
35
|
+
"maxValue": 255,
|
|
36
|
+
"defaultValue": 0,
|
|
37
|
+
"unsigned": true,
|
|
38
|
+
"options": [
|
|
39
|
+
{
|
|
40
|
+
"label": "Disable, light off completely",
|
|
41
|
+
"value": 0
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "Whole night",
|
|
45
|
+
"value": 255
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"motion_sensor_range": {
|
|
50
|
+
"label": "Motion Sensor Range",
|
|
51
|
+
"description": "Moving the potentiometer overwrites the current setting.",
|
|
52
|
+
"unit": "cm",
|
|
53
|
+
"valueSize": 2,
|
|
54
|
+
"minValue": 100,
|
|
55
|
+
"maxValue": 500,
|
|
56
|
+
"defaultValue": 500
|
|
57
|
+
},
|
|
58
|
+
"motion_sensor_sensitivity": {
|
|
59
|
+
"label": "Motion Sensor Sensitivity",
|
|
60
|
+
"description": "Moving the potentiometer overwrites the current setting.",
|
|
61
|
+
"valueSize": 1,
|
|
62
|
+
"unit": "%",
|
|
63
|
+
"minValue": 2,
|
|
64
|
+
"maxValue": 100,
|
|
65
|
+
"defaultValue": 100
|
|
66
|
+
},
|
|
67
|
+
"brightness_measuring_interval": {
|
|
68
|
+
"label": "Brightness Measuring Interval",
|
|
69
|
+
"description": "Lamp switches off briefly and measures the ambient light. Allowable range: 5-120.",
|
|
70
|
+
"valueSize": 1,
|
|
71
|
+
"unit": "minutes",
|
|
72
|
+
"minValue": 0,
|
|
73
|
+
"maxValue": 120,
|
|
74
|
+
"defaultValue": 0,
|
|
75
|
+
"options": [
|
|
76
|
+
{
|
|
77
|
+
"label": "Disable",
|
|
78
|
+
"value": 0
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"external_light_sensor": {
|
|
83
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
84
|
+
"label": "External Ambient Light Sensor",
|
|
85
|
+
"description": "Measurements from associated Z-Wave light sensors are preferred if not older than 30 minutes.",
|
|
86
|
+
"defaultValue": 1
|
|
87
|
+
},
|
|
88
|
+
"light_behavior": {
|
|
89
|
+
// Meant to be used with the bitmask 0x07
|
|
90
|
+
"label": "Light Behavior",
|
|
91
|
+
"valueSize": 1,
|
|
92
|
+
"minValue": 0,
|
|
93
|
+
"maxValue": 4,
|
|
94
|
+
"defaultValue": 2,
|
|
95
|
+
"unsigned": true,
|
|
96
|
+
"allowManualEntry": false,
|
|
97
|
+
"options": [
|
|
98
|
+
{
|
|
99
|
+
"label": "Normal mode",
|
|
100
|
+
"value": 0
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"label": "External control",
|
|
104
|
+
"value": 1
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"label": "Normal mode + gateway check",
|
|
108
|
+
"value": 2
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"label": "External control + gateway check",
|
|
112
|
+
"value": 3
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "Permanently on",
|
|
116
|
+
"value": 4
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"off_command_duration": {
|
|
121
|
+
"label": "Z-Wave Off Command: Turn Off Duration",
|
|
122
|
+
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
123
|
+
"valueSize": 2,
|
|
124
|
+
"minValue": 0,
|
|
125
|
+
"maxValue": 255,
|
|
126
|
+
"defaultValue": 10,
|
|
127
|
+
"options": [
|
|
128
|
+
{
|
|
129
|
+
"label": "Turn off immediately, until motion detected",
|
|
130
|
+
"value": 0
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"label": "Turn off immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
134
|
+
"value": 255
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"on_command_duration": {
|
|
139
|
+
"label": "Z-Wave On Command: Turn On Duration",
|
|
140
|
+
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
141
|
+
"valueSize": 2,
|
|
142
|
+
"minValue": 0,
|
|
143
|
+
"maxValue": 255,
|
|
144
|
+
"defaultValue": 255,
|
|
145
|
+
"options": [
|
|
146
|
+
{
|
|
147
|
+
"label": "Turn on, wait for motion immediately",
|
|
148
|
+
"value": 0
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"label": "Turn on immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
152
|
+
"value": 255
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"motion_wait_limit": {
|
|
157
|
+
"label": "Z-Wave On / Off-On: Motion Wait Time Limit",
|
|
158
|
+
"description": "How long to wait for motion after the configured duration before returning to normal operation to prevent staying on forever: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
159
|
+
"valueSize": 2,
|
|
160
|
+
"minValue": 0,
|
|
161
|
+
"maxValue": 255,
|
|
162
|
+
"defaultValue": 204,
|
|
163
|
+
"options": [
|
|
164
|
+
{
|
|
165
|
+
"label": "Do not wait for motion",
|
|
166
|
+
"value": 0
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"label": "Wait for motion indefinitely",
|
|
170
|
+
"value": 255
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"on_off_sequence_off_duration": {
|
|
175
|
+
"label": "Z-Wave On-Off Sequence: Turn Off Duration",
|
|
176
|
+
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
177
|
+
"valueSize": 2,
|
|
178
|
+
"minValue": 0,
|
|
179
|
+
"maxValue": 255,
|
|
180
|
+
"defaultValue": 204,
|
|
181
|
+
"options": [
|
|
182
|
+
{
|
|
183
|
+
"label": "Immediately, until motion detected",
|
|
184
|
+
"value": 0
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"label": "Ignore sequence, treat like off command",
|
|
188
|
+
"value": 255
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"off_on_sequence_on_duration": {
|
|
193
|
+
"label": "Z-Wave Off-On Sequence: Turn On Duration",
|
|
194
|
+
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
195
|
+
"valueSize": 2,
|
|
196
|
+
"minValue": 0,
|
|
197
|
+
"maxValue": 255,
|
|
198
|
+
"defaultValue": 204,
|
|
199
|
+
"options": [
|
|
200
|
+
{
|
|
201
|
+
"label": "Turn on, wait for motion immediately",
|
|
202
|
+
"value": 0
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"label": "Ignore sequence, treat like on command",
|
|
206
|
+
"value": 255
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
"sequence_timing": {
|
|
211
|
+
"label": "Sequence Timing",
|
|
212
|
+
"description": "Maximum delay between on-off or off-on commands to treat as a sequence",
|
|
213
|
+
"valueSize": 1,
|
|
214
|
+
"unit": "0.1 s",
|
|
215
|
+
"minValue": 10,
|
|
216
|
+
"maxValue": 50,
|
|
217
|
+
"defaultValue": 10
|
|
218
|
+
},
|
|
219
|
+
"command_motion_disable_timeout": {
|
|
220
|
+
"label": "Motion Sensor Disable Timeout",
|
|
221
|
+
"description": "How long to disable internal motion sensor after Basic Set command to motion endpoint: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
222
|
+
"valueSize": 2,
|
|
223
|
+
"minValue": 0,
|
|
224
|
+
"maxValue": 255,
|
|
225
|
+
"defaultValue": 0,
|
|
226
|
+
"options": [
|
|
227
|
+
{
|
|
228
|
+
"label": "Ignore command, sensor permanently enabled",
|
|
229
|
+
"value": 0
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"label": "Ignore command, sensor permanently disabled",
|
|
233
|
+
"value": 255
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
}
|
|
@@ -16,250 +16,55 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"valueSize": 2,
|
|
21
|
-
"unit": "seconds",
|
|
22
|
-
"minValue": 5,
|
|
23
|
-
"maxValue": 900,
|
|
24
|
-
"defaultValue": 180
|
|
19
|
+
"$import": "templates/steinel_template.json#motion_light_duration"
|
|
25
20
|
},
|
|
26
21
|
{
|
|
27
22
|
"#": "2",
|
|
28
|
-
"
|
|
29
|
-
"description": "Allowable Range: 2-2000. Moving the potentiometer overwrites the current setting.",
|
|
30
|
-
"valueSize": 2,
|
|
31
|
-
"unit": "lux",
|
|
32
|
-
"minValue": 0,
|
|
33
|
-
"maxValue": 2000,
|
|
34
|
-
"defaultValue": 2000,
|
|
35
|
-
"options": [
|
|
36
|
-
{
|
|
37
|
-
"label": "Execute learn sequence",
|
|
38
|
-
"value": 0
|
|
39
|
-
}
|
|
40
|
-
]
|
|
23
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
41
24
|
},
|
|
42
25
|
{
|
|
43
26
|
"#": "5",
|
|
44
|
-
"
|
|
45
|
-
"description": "Moving the potentiometer overwrites the current setting.",
|
|
46
|
-
"valueSize": 1,
|
|
47
|
-
"unit": "%",
|
|
48
|
-
"minValue": 2,
|
|
49
|
-
"maxValue": 100,
|
|
50
|
-
"defaultValue": 100
|
|
27
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
51
28
|
},
|
|
52
29
|
{
|
|
53
30
|
"#": "6",
|
|
54
|
-
"
|
|
55
|
-
"description": "Lamp switches off shortly and measures the ambient light.",
|
|
56
|
-
"valueSize": 1,
|
|
57
|
-
"unit": "minutes",
|
|
58
|
-
"minValue": 0,
|
|
59
|
-
"maxValue": 120,
|
|
60
|
-
"defaultValue": 0,
|
|
61
|
-
"options": [
|
|
62
|
-
{
|
|
63
|
-
"label": "Disable",
|
|
64
|
-
"value": 0
|
|
65
|
-
}
|
|
66
|
-
]
|
|
31
|
+
"$import": "templates/steinel_template.json#brightness_measuring_interval"
|
|
67
32
|
},
|
|
68
33
|
{
|
|
69
34
|
"#": "8",
|
|
70
|
-
"
|
|
71
|
-
"description": "Measurements from associated Z-Wave light sensors are preferred if not older than 30 minutes.",
|
|
72
|
-
"valueSize": 1,
|
|
73
|
-
"defaultValue": 1,
|
|
74
|
-
"allowManualEntry": false,
|
|
75
|
-
"options": [
|
|
76
|
-
{
|
|
77
|
-
"label": "Disable",
|
|
78
|
-
"value": 0
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"label": "Enable",
|
|
82
|
-
"value": 1
|
|
83
|
-
}
|
|
84
|
-
]
|
|
35
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
85
36
|
},
|
|
86
37
|
{
|
|
87
|
-
"#": "9[
|
|
88
|
-
"
|
|
89
|
-
"description": "When enabled, the lamp is controlled externally via Z-Wave and internal sensors are not used.",
|
|
90
|
-
"valueSize": 1,
|
|
91
|
-
"defaultValue": 0,
|
|
92
|
-
"allowManualEntry": false,
|
|
93
|
-
"options": [
|
|
94
|
-
{
|
|
95
|
-
"label": "Disable",
|
|
96
|
-
"value": 0
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"label": "Enable",
|
|
100
|
-
"value": 1
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"#": "9[0x02]",
|
|
106
|
-
"label": "Gateway Check",
|
|
107
|
-
"description": "External Control disabled: Lamp signalizes failure to reach the gateway. External Control enabled: Lamp falls back to normal mode after gateway could not be reached repeatedly.",
|
|
108
|
-
"valueSize": 1,
|
|
109
|
-
"defaultValue": 0,
|
|
110
|
-
"allowManualEntry": false,
|
|
111
|
-
"options": [
|
|
112
|
-
{
|
|
113
|
-
"label": "Disable",
|
|
114
|
-
"value": 0
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"label": "Enable",
|
|
118
|
-
"value": 1
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"#": "9[0x04]",
|
|
124
|
-
"label": "Permanently On",
|
|
125
|
-
"description": "When enabled, overrides the External Control and Gateway Check parameters",
|
|
126
|
-
"valueSize": 1,
|
|
127
|
-
"defaultValue": 0,
|
|
128
|
-
"allowManualEntry": false,
|
|
129
|
-
"options": [
|
|
130
|
-
{
|
|
131
|
-
"label": "Disable",
|
|
132
|
-
"value": 0
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"label": "Enable",
|
|
136
|
-
"value": 1
|
|
137
|
-
}
|
|
138
|
-
]
|
|
38
|
+
"#": "9[0x07]",
|
|
39
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
139
40
|
},
|
|
140
41
|
{
|
|
141
42
|
"#": "10",
|
|
142
|
-
"
|
|
143
|
-
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
144
|
-
"valueSize": 2,
|
|
145
|
-
"minValue": 0,
|
|
146
|
-
"maxValue": 255,
|
|
147
|
-
"defaultValue": 10,
|
|
148
|
-
"options": [
|
|
149
|
-
{
|
|
150
|
-
"label": "Turn off immediately, until motion detected",
|
|
151
|
-
"value": 0
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"label": "Turn off immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
155
|
-
"value": 255
|
|
156
|
-
}
|
|
157
|
-
]
|
|
43
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
158
44
|
},
|
|
159
45
|
{
|
|
160
46
|
"#": "11",
|
|
161
|
-
"
|
|
162
|
-
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
163
|
-
"valueSize": 2,
|
|
164
|
-
"minValue": 0,
|
|
165
|
-
"maxValue": 255,
|
|
166
|
-
"defaultValue": 255,
|
|
167
|
-
"options": [
|
|
168
|
-
{
|
|
169
|
-
"label": "Turn on, wait for motion immediately",
|
|
170
|
-
"value": 0
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"label": "Turn on immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
174
|
-
"value": 255
|
|
175
|
-
}
|
|
176
|
-
]
|
|
47
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
177
48
|
},
|
|
178
49
|
{
|
|
179
50
|
"#": "12",
|
|
180
|
-
"
|
|
181
|
-
"description": "How long to wait for motion after the configured duration before returning to normal operation to prevent staying on forever: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
182
|
-
"valueSize": 2,
|
|
183
|
-
"minValue": 0,
|
|
184
|
-
"maxValue": 255,
|
|
185
|
-
"defaultValue": 204,
|
|
186
|
-
"options": [
|
|
187
|
-
{
|
|
188
|
-
"label": "Do not wait for motion",
|
|
189
|
-
"value": 0
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"label": "Wait for motion indefinitely",
|
|
193
|
-
"value": 255
|
|
194
|
-
}
|
|
195
|
-
]
|
|
51
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
196
52
|
},
|
|
197
53
|
{
|
|
198
54
|
"#": "13",
|
|
199
|
-
"
|
|
200
|
-
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
201
|
-
"valueSize": 2,
|
|
202
|
-
"minValue": 0,
|
|
203
|
-
"maxValue": 255,
|
|
204
|
-
"defaultValue": 204,
|
|
205
|
-
"options": [
|
|
206
|
-
{
|
|
207
|
-
"label": "Immediately, until motion detected",
|
|
208
|
-
"value": 0
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"label": "Ignore sequence, treat like off command",
|
|
212
|
-
"value": 255
|
|
213
|
-
}
|
|
214
|
-
]
|
|
55
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
215
56
|
},
|
|
216
57
|
{
|
|
217
58
|
"#": "14",
|
|
218
|
-
"
|
|
219
|
-
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
220
|
-
"valueSize": 2,
|
|
221
|
-
"minValue": 0,
|
|
222
|
-
"maxValue": 255,
|
|
223
|
-
"defaultValue": 204,
|
|
224
|
-
"options": [
|
|
225
|
-
{
|
|
226
|
-
"label": "Turn on, wait for motion immediately",
|
|
227
|
-
"value": 0
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"label": "Ignore sequence, treat like on command",
|
|
231
|
-
"value": 255
|
|
232
|
-
}
|
|
233
|
-
]
|
|
59
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
234
60
|
},
|
|
235
61
|
{
|
|
236
62
|
"#": "15",
|
|
237
|
-
"
|
|
238
|
-
"description": "Maximum delay between on-off or off-on commands to treat as a sequence",
|
|
239
|
-
"valueSize": 1,
|
|
240
|
-
"unit": "0.1 s",
|
|
241
|
-
"minValue": 10,
|
|
242
|
-
"maxValue": 50,
|
|
243
|
-
"defaultValue": 10
|
|
63
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
244
64
|
},
|
|
245
65
|
{
|
|
246
66
|
"#": "16",
|
|
247
|
-
"
|
|
248
|
-
"description": "How long to disable internal motion sensor after Basic Set command to motion endpoint: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
249
|
-
"valueSize": 2,
|
|
250
|
-
"minValue": 0,
|
|
251
|
-
"maxValue": 255,
|
|
252
|
-
"defaultValue": 0,
|
|
253
|
-
"options": [
|
|
254
|
-
{
|
|
255
|
-
"label": "Ignore command, sensor permanently enabled",
|
|
256
|
-
"value": 0
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"label": "Ignore command, sensor permanently disabled",
|
|
260
|
-
"value": 255
|
|
261
|
-
}
|
|
262
|
-
]
|
|
67
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
263
68
|
}
|
|
264
69
|
]
|
|
265
70
|
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Zooz",
|
|
3
|
+
"manufacturerId": "0x027a",
|
|
4
|
+
"label": "ZEN05",
|
|
5
|
+
"description": "Outdoor Smart Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x7000",
|
|
9
|
+
"productId": "0xb001"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"label": "LED Indicator Mode",
|
|
20
|
+
"valueSize": 1,
|
|
21
|
+
"defaultValue": 0,
|
|
22
|
+
"allowManualEntry": false,
|
|
23
|
+
"options": [
|
|
24
|
+
{
|
|
25
|
+
"label": "Always On",
|
|
26
|
+
"value": 0
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"label": "Follow Outlet",
|
|
30
|
+
"value": 1
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Always Off",
|
|
34
|
+
"value": 2
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "2",
|
|
40
|
+
"$import": "templates/zooz_template.json#auto_off_timer_duration",
|
|
41
|
+
"label": "Auto Turn-Off Timer Duration"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "4",
|
|
45
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
46
|
+
"label": "Auto Turn-On Timer"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "6",
|
|
50
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "7",
|
|
54
|
+
"$import": "templates/zooz_template.json#led_indicator_brightness"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "8",
|
|
58
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
59
|
+
"label": "Manual Control",
|
|
60
|
+
"defaultValue": 1
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.6",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"ts": "node -r esbuild-register"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@zwave-js/core": "10.0.0-beta.
|
|
57
|
-
"@zwave-js/shared": "10.0.0-beta.
|
|
56
|
+
"@zwave-js/core": "10.0.0-beta.6",
|
|
57
|
+
"@zwave-js/shared": "10.0.0-beta.6",
|
|
58
58
|
"alcalzone-shared": "^4.0.1",
|
|
59
59
|
"ansi-colors": "^4.1.3",
|
|
60
60
|
"fs-extra": "^10.1.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@types/semver": "^7.3.10",
|
|
75
75
|
"@types/xml2js": "^0.4.11",
|
|
76
76
|
"@types/yargs": "^17.0.10",
|
|
77
|
-
"@zwave-js/maintenance": "10.0.0-beta.
|
|
77
|
+
"@zwave-js/maintenance": "10.0.0-beta.6",
|
|
78
78
|
"axios": "^0.27.2",
|
|
79
79
|
"comment-json": "^4.2.2",
|
|
80
80
|
"esbuild": "0.14.51",
|