@zwave-js/config 15.25.0 → 15.25.1
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/build/cjs/JsonTemplate.d.ts +21 -0
- package/build/cjs/JsonTemplate.js +50 -28
- package/build/cjs/JsonTemplate.js.map +2 -2
- package/build/cjs/Logic.js +1 -0
- package/build/cjs/Logic.js.map +2 -2
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +10 -1
- package/build/cjs/index.js.map +2 -2
- package/build/esm/JsonTemplate.d.ts +21 -0
- package/build/esm/JsonTemplate.d.ts.map +1 -1
- package/build/esm/JsonTemplate.js +78 -34
- package/build/esm/JsonTemplate.js.map +1 -1
- package/build/esm/Logic.d.ts.map +1 -1
- package/build/esm/Logic.js +1 -0
- package/build/esm/Logic.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +1 -0
- package/build/esm/index.js.map +1 -1
- package/config/devices/0x015f/mh-5900.json +1044 -2
- package/config/devices/0x015f/templates/mcohome_template.json +21 -0
- package/config/devices/0x0267/10002020-13x.json +4 -0
- package/config/devices/0x0267/10002080-13x.json +16 -0
- package/config/devices/0x027a/templates/zooz_template.json +14 -0
- package/config/devices/0x027a/zac36.json +127 -0
- package/config/devices/0x027a/zen04.json +4 -3
- package/config/devices/0x027a/zen05.json +132 -0
- package/config/devices/0x027a/zen06.json +57 -1
- package/config/devices/0x027a/zen14.json +2 -1
- package/config/devices/0x027a/zen15.json +20 -1
- package/config/devices/0x027a/zen21.json +44 -24
- package/config/devices/0x027a/zen22.json +34 -11
- package/config/devices/0x027a/zen23.json +39 -10
- package/config/devices/0x027a/zen24.json +20 -0
- package/config/devices/0x027a/zen26.json +11 -0
- package/config/devices/0x027a/zen27.json +15 -4
- package/config/devices/0x027a/zen30.json +83 -5
- package/config/devices/0x027a/zen31.json +116 -8
- package/config/devices/0x027a/zen35.json +6 -10
- package/config/devices/0x027a/zen37.json +25 -0
- package/config/devices/0x027a/zen51.json +7 -1
- package/config/devices/0x027a/zen52.json +36 -1
- package/config/devices/0x027a/zen53.json +43 -0
- package/config/devices/0x027a/zen54.json +9 -0
- package/config/devices/0x027a/zen55.json +34 -22
- package/config/devices/0x027a/zen72.json +4 -3
- package/config/devices/0x027a/zen73.json +32 -3
- package/config/devices/0x027a/zen74.json +61 -5
- package/config/devices/0x027a/zen75.json +13 -0
- package/config/devices/0x027a/zen76.json +25 -3
- package/config/devices/0x027a/zen77.json +5 -4
- package/config/devices/0x027a/zse09.json +4 -3
- package/config/devices/0x027a/zse11.json +1 -0
- package/config/devices/0x027a/zse18.json +37 -4
- package/config/devices/0x027a/zse33.json +1 -2
- package/config/devices/0x027a/zse40.json +5 -6
- package/config/devices/0x027a/zse43.json +2 -1
- package/config/devices/0x027a/zse50.json +1 -1
- package/config/devices/0x0464/lamp-zw2.json +232 -0
- package/package.json +1 -1
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
// The firmware versions on this device are a mess
|
|
2
|
-
// 1.2 -> (10.0 = 2.0) -> (10.10 = 2.10) -> (10.20 = 2.20 = 3.10)
|
|
2
|
+
// 1.2 -> (10.0 = 2.0) -> (10.10 = 2.10) -> (10.20 = 2.20 = 3.10)
|
|
3
|
+
// -> (10.30 = 2.30 = 3.30) -> 3.40 -> 3.50
|
|
4
|
+
// -> (3.60 = 4.0) -> 4.10
|
|
3
5
|
|
|
4
6
|
// Conditionals:
|
|
5
|
-
//
|
|
6
|
-
//
|
|
7
|
+
// 10.0 and later: firmwareVersion >= 10.0
|
|
8
|
+
// 10.20 and later: firmwareVersion >= 10.20 || firmwareVersion >= 2.20 && firmwareVersion < 3.0 || firmwareVersion >= 3.10
|
|
9
|
+
// 10.30 and later: firmwareVersion >= 10.30 || firmwareVersion >= 2.30 && firmwareVersion < 3.0 || firmwareVersion >= 3.30
|
|
10
|
+
// 800LR 3.60 and later: firmwareVersion >= 3.60 && firmwareVersion < 10.0
|
|
7
11
|
|
|
8
12
|
{
|
|
9
13
|
"manufacturer": "Zooz",
|
|
@@ -101,6 +105,24 @@
|
|
|
101
105
|
"#": "17",
|
|
102
106
|
"$if": "firmwareVersion >= 10.0",
|
|
103
107
|
"$import": "templates/zooz_template.json#local_programming"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "18",
|
|
111
|
+
"$if": "firmwareVersion >= 10.20 || firmwareVersion >= 2.20 && firmwareVersion < 3.0 || firmwareVersion >= 3.10",
|
|
112
|
+
"$import": "templates/zooz_template.json#led_confirm_config_change"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"#": "19",
|
|
116
|
+
"$if": "firmwareVersion >= 3.60 && firmwareVersion < 10.0",
|
|
117
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
118
|
+
"label": "Scene Control Multi-Tap",
|
|
119
|
+
"description": "When disabled, only single taps report via central scene.",
|
|
120
|
+
"defaultValue": 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "20",
|
|
124
|
+
"$if": "firmwareVersion >= 3.60 && firmwareVersion < 10.0",
|
|
125
|
+
"$import": "templates/zooz_template.json#led_indicator_multi_color"
|
|
104
126
|
}
|
|
105
127
|
],
|
|
106
128
|
"compat": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// The firmware versions on this device are a mess
|
|
2
2
|
// 1.2 -> 1.3 -> 10.0 -> (10.10 = 2.0) -> (10.20 = 2.10 = 3.0)
|
|
3
3
|
// -> (10.30 = 2.20 = 3.10) -> (10.40 = 2.30 = 3.20 = 4.10)
|
|
4
|
-
// -> 4.20
|
|
4
|
+
// -> 4.20 -> 4.30 -> 4.50 -> 4.60 -> (4.70 = 5.0) -> 5.10
|
|
5
5
|
|
|
6
6
|
// Conditionals:
|
|
7
7
|
// 10.0 and later: firmwareVersion >= 2.0
|
|
@@ -111,17 +111,18 @@
|
|
|
111
111
|
{
|
|
112
112
|
"#": "27",
|
|
113
113
|
"$if": "firmwareVersion >= 10.20 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
114
|
-
"$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
|
|
114
|
+
"$import": "templates/zooz_template.json#dimmer_off_ramp_rate",
|
|
115
|
+
"defaultValue": 2
|
|
115
116
|
},
|
|
116
117
|
{
|
|
117
118
|
"#": "28",
|
|
118
119
|
"$if": "firmwareVersion >= 10.20 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
119
|
-
"$import": "templates/zooz_template.json#
|
|
120
|
+
"$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual_255"
|
|
120
121
|
},
|
|
121
122
|
{
|
|
122
123
|
"#": "29",
|
|
123
124
|
"$if": "firmwareVersion >= 10.20 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
124
|
-
"$import": "templates/zooz_template.json#
|
|
125
|
+
"$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual_255"
|
|
125
126
|
},
|
|
126
127
|
{
|
|
127
128
|
"#": "10",
|
|
@@ -97,12 +97,13 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"#": "9",
|
|
100
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
101
100
|
"$purpose": "reporting_threshold.brightness",
|
|
102
101
|
"label": "Light Reporting Threshold",
|
|
102
|
+
"valueSize": 2,
|
|
103
103
|
"unit": "lux",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
104
|
+
"minValue": 0,
|
|
105
|
+
"maxValue": 255,
|
|
106
|
+
"defaultValue": 100
|
|
106
107
|
},
|
|
107
108
|
{
|
|
108
109
|
"#": "10",
|
|
@@ -20,16 +20,30 @@
|
|
|
20
20
|
"$import": "templates/zooz_template.json#motion_sensitivity_1_8",
|
|
21
21
|
"defaultValue": 4
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"#": "13",
|
|
25
|
+
"$if": "firmwareVersion >= 2.10",
|
|
26
|
+
"label": "Vibration Sensitivity",
|
|
27
|
+
"description": "1 = least sensitive, 4 = most sensitive",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"minValue": 1,
|
|
30
|
+
"maxValue": 4,
|
|
31
|
+
"defaultValue": 3
|
|
32
|
+
},
|
|
23
33
|
{
|
|
24
34
|
"#": "14",
|
|
25
35
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
26
|
-
"label": "Motion Detection: Send Basic Set"
|
|
27
|
-
"defaultValue": 1
|
|
36
|
+
"label": "Motion Detection: Send Basic Set"
|
|
28
37
|
},
|
|
29
38
|
{
|
|
30
39
|
"#": "15",
|
|
31
40
|
"$import": "templates/zooz_template.json#basic_set_value"
|
|
32
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"#": "16",
|
|
44
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
45
|
+
"label": "Motion Cleared: Send Basic Set"
|
|
46
|
+
},
|
|
33
47
|
{
|
|
34
48
|
"#": "17",
|
|
35
49
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
@@ -38,18 +52,32 @@
|
|
|
38
52
|
},
|
|
39
53
|
{
|
|
40
54
|
"#": "18",
|
|
55
|
+
"$if": "firmwareVersion < 2.0",
|
|
41
56
|
"label": "Motion Detection: Timeout",
|
|
42
57
|
"description": "3 seconds are added to the configured value (e.g. 27 equals 30 seconds)",
|
|
43
58
|
"valueSize": 2,
|
|
44
59
|
"unit": "seconds",
|
|
45
|
-
"minValue":
|
|
60
|
+
"minValue": 10,
|
|
46
61
|
"maxValue": 65535,
|
|
47
62
|
"defaultValue": 27,
|
|
48
63
|
"unsigned": true
|
|
49
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"#": "18",
|
|
67
|
+
"$if": "firmwareVersion >= 2.0",
|
|
68
|
+
"label": "Motion Detection: Timeout",
|
|
69
|
+
"valueSize": 2,
|
|
70
|
+
"unit": "seconds",
|
|
71
|
+
"minValue": 10,
|
|
72
|
+
"maxValue": 65535,
|
|
73
|
+
"defaultValue": 30,
|
|
74
|
+
"unsigned": true
|
|
75
|
+
},
|
|
50
76
|
{
|
|
51
77
|
"#": "19",
|
|
52
|
-
"$
|
|
78
|
+
"$if": "firmwareVersion < 2.0",
|
|
79
|
+
"$import": "templates/zooz_template.json#binary_sensor_report",
|
|
80
|
+
"defaultValue": 0
|
|
53
81
|
},
|
|
54
82
|
{
|
|
55
83
|
"#": "20",
|
|
@@ -61,6 +89,11 @@
|
|
|
61
89
|
"#": "32",
|
|
62
90
|
"$import": "templates/zooz_template.json#low_battery_alarm_threshold",
|
|
63
91
|
"defaultValue": 10
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"#": "254",
|
|
95
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
96
|
+
"label": "Lock Configuration"
|
|
64
97
|
}
|
|
65
98
|
],
|
|
66
99
|
"metadata": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"label": "Temperature Reporting Threshold",
|
|
55
55
|
"valueSize": 1,
|
|
56
56
|
"unit": "0.1 °",
|
|
57
|
-
"minValue":
|
|
57
|
+
"minValue": 1,
|
|
58
58
|
"maxValue": 50,
|
|
59
59
|
"defaultValue": 10
|
|
60
60
|
},
|
|
@@ -114,13 +114,12 @@
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"#": "6",
|
|
117
|
-
// HW version 1.0, first release has default value
|
|
117
|
+
// HW version 1.0, first release has default value 4
|
|
118
118
|
"$if": "firmwareVersion >= 16.9 && firmwareVersion < 17.9",
|
|
119
119
|
"$purpose": "motion_sensitivity",
|
|
120
120
|
"label": "Motion Sensor Sensitivity",
|
|
121
|
-
"description": "Adjust sensitivity of the motion sensor.",
|
|
122
121
|
"valueSize": 1,
|
|
123
|
-
"defaultValue":
|
|
122
|
+
"defaultValue": 4,
|
|
124
123
|
"allowManualEntry": false,
|
|
125
124
|
"options": [
|
|
126
125
|
{
|
|
@@ -155,13 +154,13 @@
|
|
|
155
154
|
},
|
|
156
155
|
{
|
|
157
156
|
"#": "6",
|
|
158
|
-
// All other releases have default value
|
|
157
|
+
// All other releases have default value 3
|
|
159
158
|
"$if": "firmwareVersion < 16.9 || firmwareVersion >= 17.9",
|
|
160
159
|
"$purpose": "motion_sensitivity",
|
|
161
160
|
"label": "Motion Sensor Sensitivity",
|
|
162
161
|
"description": "Adjust sensitivity of the motion sensor.",
|
|
163
162
|
"valueSize": 1,
|
|
164
|
-
"defaultValue":
|
|
163
|
+
"defaultValue": 3,
|
|
165
164
|
"allowManualEntry": false,
|
|
166
165
|
"options": [
|
|
167
166
|
{
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Versa Wireless Inc.",
|
|
3
|
+
"manufacturerId": "0x0464",
|
|
4
|
+
"label": "LAMP-ZW2",
|
|
5
|
+
"description": "Plug-In Lamp Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0xff00",
|
|
9
|
+
"productId": "0xff0d"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Send Basic Set ON / Off",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"#": "2",
|
|
34
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"#": "3",
|
|
38
|
+
"label": "LED Color",
|
|
39
|
+
"valueSize": 1,
|
|
40
|
+
"defaultValue": 0,
|
|
41
|
+
"allowManualEntry": false,
|
|
42
|
+
"options": [
|
|
43
|
+
{
|
|
44
|
+
"label": "Blue",
|
|
45
|
+
"value": 0
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"label": "Green",
|
|
49
|
+
"value": 1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"label": "Red",
|
|
53
|
+
"value": 2
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"label": "Yellow",
|
|
57
|
+
"value": 3
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Cyan",
|
|
61
|
+
"value": 4
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"label": "Magenta",
|
|
65
|
+
"value": 5
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
{
|
|
71
|
+
"#": "4",
|
|
72
|
+
"$import": "~/0x0312/templates/minoston_template.json#auto_off_timer"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "6",
|
|
76
|
+
"$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "7",
|
|
80
|
+
"$import": "~/0x0312/templates/minoston_template.json#night_light_set"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"#": "8",
|
|
84
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"#": "9",
|
|
88
|
+
"$import": "~/0x0312/templates/minoston_template.json#dim_speed_on_off",
|
|
89
|
+
"label": "Ramp Rate (Button - On)",
|
|
90
|
+
"maxValue": 99
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"#": "10",
|
|
94
|
+
"$import": "~/0x0312/templates/minoston_template.json#dim_speed_dimmer",
|
|
95
|
+
"label": "Ramp Rate (Hold)",
|
|
96
|
+
"maxValue": 99
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"#": "11",
|
|
100
|
+
"$import": "~/templates/master_template.json#minimum_dim_level_0-99",
|
|
101
|
+
"defaultValue": 10,
|
|
102
|
+
"options": [
|
|
103
|
+
{
|
|
104
|
+
"label": "Disable",
|
|
105
|
+
"value": 0
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "12",
|
|
111
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-99",
|
|
112
|
+
"options": [
|
|
113
|
+
{
|
|
114
|
+
"label": "Disable",
|
|
115
|
+
"value": 0
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"#": "13",
|
|
121
|
+
"$import": "~/0x0312/templates/minoston_template.json#single_tap_function",
|
|
122
|
+
"options": [
|
|
123
|
+
{
|
|
124
|
+
"label": "Last brightness level",
|
|
125
|
+
"value": 0
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"label": "Value set in parameter 15",
|
|
129
|
+
"value": 1
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"label": "Maximum brightness set in parameter 12",
|
|
133
|
+
"value": 2
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"label": "Full brightness",
|
|
137
|
+
"value": 3
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"#": "14",
|
|
143
|
+
"$import": "~/0x0312/templates/minoston_template.json#double_tap_function",
|
|
144
|
+
"defaultValue": 1,
|
|
145
|
+
"options": [
|
|
146
|
+
{
|
|
147
|
+
"label": "Full brightness",
|
|
148
|
+
"value": 0
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"label": "Value set in parameter 7",
|
|
152
|
+
"value": 1
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"label": "Maximum brightness set in parameter 12",
|
|
156
|
+
"value": 2
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"label": "Disable",
|
|
160
|
+
"value": 3
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"#": "15",
|
|
166
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
167
|
+
"label": "Custom Brightness Level",
|
|
168
|
+
"defaultValue": 0,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Last level",
|
|
172
|
+
"value": 0
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"#": "16",
|
|
178
|
+
"$import": "~/templates/master_template.json#smart_switch_mode_0-2"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"#": "17",
|
|
182
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
183
|
+
"label": "Button Programming",
|
|
184
|
+
"defaultValue": 0
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"#": "18",
|
|
188
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
189
|
+
"label": "Ramp Rate (Button - Off)",
|
|
190
|
+
"unit": "seconds",
|
|
191
|
+
"defaultValue": 2
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"#": "19",
|
|
195
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
196
|
+
"label": "Ramp Rate (Hub - On)",
|
|
197
|
+
"unit": "seconds",
|
|
198
|
+
"defaultValue": 255,
|
|
199
|
+
"options": [
|
|
200
|
+
{
|
|
201
|
+
"label": "Use parameter 9",
|
|
202
|
+
"value": 255
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"#": "20",
|
|
208
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
209
|
+
"label": "Ramp Rate (Hub - Off)",
|
|
210
|
+
"unit": "seconds",
|
|
211
|
+
"defaultValue": 255,
|
|
212
|
+
"options": [
|
|
213
|
+
{
|
|
214
|
+
"label": "Use parameter 18",
|
|
215
|
+
"value": 255
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"#": "21",
|
|
221
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
222
|
+
"label": "LED Blinking on Setting Change",
|
|
223
|
+
"defaultValue": 0
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"metadata": {
|
|
227
|
+
"inclusion": "Press the button 3 times quickly. The blue LED will flash quickly. When included, the LED will light solid blue. A flashing purple LED indicates the device is already paired or in exclusion mode.",
|
|
228
|
+
"exclusion": "Press the button 3 times quickly.",
|
|
229
|
+
"reset": "Press the button twice quickly, then hold a 3rd press for 10 seconds.",
|
|
230
|
+
"manual": "https://versawireless.com/apps/resources/lamp-zw2-installation-instruction-manual"
|
|
231
|
+
}
|
|
232
|
+
}
|