@zwave-js/config 10.0.0-beta.4 → 10.0.0-beta.7

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.
Files changed (70) hide show
  1. package/build/ConfigManager.d.ts.map +1 -1
  2. package/build/ConfigManager.js +15 -10
  3. package/build/ConfigManager.js.map +1 -1
  4. package/build/DeviceClasses.d.ts.map +1 -1
  5. package/build/DeviceClasses.js +1 -2
  6. package/build/DeviceClasses.js.map +1 -1
  7. package/build/Manufacturers.d.ts.map +1 -1
  8. package/build/Manufacturers.js +1 -2
  9. package/build/Manufacturers.js.map +1 -1
  10. package/build/Meters.d.ts.map +1 -1
  11. package/build/Meters.js +1 -2
  12. package/build/Meters.js.map +1 -1
  13. package/build/Notifications.d.ts.map +1 -1
  14. package/build/Notifications.js +2 -3
  15. package/build/Notifications.js.map +1 -1
  16. package/build/SensorTypes.d.ts.map +1 -1
  17. package/build/SensorTypes.js +1 -2
  18. package/build/SensorTypes.js.map +1 -1
  19. package/build/devices/DeviceConfig.d.ts.map +1 -1
  20. package/build/devices/DeviceConfig.js +3 -4
  21. package/build/devices/DeviceConfig.js.map +1 -1
  22. package/build/devices/EndpointConfig.d.ts.map +1 -1
  23. package/build/devices/EndpointConfig.js +1 -2
  24. package/build/devices/EndpointConfig.js.map +1 -1
  25. package/config/devices/0x010f/fgwpb-121.json +0 -4
  26. package/config/devices/0x010f/fgwpg-111.json +448 -0
  27. package/config/devices/0x010f/fgwpg-121.json +98 -102
  28. package/config/devices/0x0271/is140-2.json +15 -123
  29. package/config/devices/0x0271/l_810_led_ihf.json +16 -90
  30. package/config/devices/0x0271/motionswitch_led.json +89 -106
  31. package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
  32. package/config/devices/0x0271/templates/steinel_template.json +237 -0
  33. package/config/devices/0x0271/xled_home_2.json +14 -209
  34. package/config/devices/0x027a/zen05.json +63 -0
  35. package/config/devices/0x027a/zen17.json +71 -20
  36. package/config/devices/0x027a/zen20.json +75 -8
  37. package/config/devices/0x0312/mp20z.json +13 -71
  38. package/config/devices/0x0312/mp21z.json +2 -32
  39. package/config/devices/0x0312/mp21zd.json +8 -8
  40. package/config/devices/0x0312/{mp21zp.json → mp21zp_mp31zp.json} +3 -6
  41. package/config/devices/0x0312/mp22z.json +5 -47
  42. package/config/devices/0x0312/mp22zd.json +2 -2
  43. package/config/devices/0x0312/mp22zp.json +1 -7
  44. package/config/devices/0x0312/mp23z.json +2 -32
  45. package/config/devices/0x0312/mp24z.json +5 -45
  46. package/config/devices/0x0312/mr40z.json +3 -3
  47. package/config/devices/0x0312/ms10z.json +11 -25
  48. package/config/devices/0x0312/ms11zs.json +1 -1
  49. package/config/devices/0x0312/ms12z.json +11 -25
  50. package/config/devices/0x0312/ms13z.json +14 -14
  51. package/config/devices/0x0312/n4001.json +1 -7
  52. package/config/devices/0x0312/n4002.json +10 -10
  53. package/config/devices/0x0312/n4003.json +55 -0
  54. package/config/devices/0x0312/nzw30.json +3 -44
  55. package/config/devices/0x0312/nzw30s.json +3 -40
  56. package/config/devices/0x0312/nzw30t.json +2 -22
  57. package/config/devices/0x0312/nzw31.json +2 -21
  58. package/config/devices/0x0312/nzw31s.json +2 -21
  59. package/config/devices/0x0312/nzw36.json +2 -26
  60. package/config/devices/0x0312/nzw96.json +2 -26
  61. package/config/devices/0x0312/templates/minoston_template.json +43 -1
  62. package/config/devices/0x0312/zw30.json +16 -144
  63. package/config/devices/0x0312/zw31.json +16 -146
  64. package/config/devices/0x0312/zw31s.json +10 -10
  65. package/config/devices/0x0312/zw39.json +4 -44
  66. package/config/devices/0x0312/zw922.json +3 -3
  67. package/config/devices/0x0312/zw96.json +5 -32
  68. package/config/devices/0x0312/zw97.json +9 -46
  69. package/config/devices/templates/master_template.json +21 -1
  70. package/package.json +8 -6
@@ -16,159 +16,142 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "TIME",
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
- "label": "LIGHT",
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
- "label": "SENSITIVITY",
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
- "label": "Brightness measuring interval",
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
- "label": "GLOBAL_LIGHT",
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
- "label": "SLAVE_MODE",
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
- "label": "OFF_BEHAVIOUR",
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
- "label": "ON_BEHAVIOUR",
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
- "label": "ON_TIME_OVER",
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
- "label": "ON_OFF_BEHAVIOUR",
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
- "label": "OFF_ON_BEHAVIOUR",
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
- "label": "SEQUENCE_TIME",
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
- "label": "MOTION_DISABLE",
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": "BUTTON_BEHAVIOUR",
153
- "description": "Toggle button behaviour",
70
+ "#": "17[0x01]",
71
+ "label": "Button: Long Press",
154
72
  "valueSize": 1,
155
- "minValue": 0,
156
- "maxValue": 31,
157
- "defaultValue": 8
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": "BUTTON_SCENES",
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": "LEGACY_INACTIVITY_TIME )",
171
- "description": "Toggle button inactivity time in \"legacy\" mode ( timeout )",
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
- "label": "Time [s]",
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
- "label": "Light threshold [lx]",
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
- "label": "Motion Radar Range [cm]",
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
- "label": "Motion Radar Sensitivity [%]",
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
- "label": "Brightness measuring interval [min]",
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
- "label": "Use external Ambient Light value",
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
- "label": "Disable local control",
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
- "label": "Off behaviour (timeout)",
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
- "label": "On behaviour (timeout)",
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
- "label": "On behaviour time over (timeout)",
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
- "label": "Sequence On-Off behaviour (timeout)",
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
- "label": "Sequence Off-On behaviour (timeout)",
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
- "label": "Sequence timing",
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
- "label": "Motion Off behaviour (timeout)",
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
+ }