You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Create Separate Child Device for Notification Control"
48
+
required: false
49
+
preferenceType: boolean
50
+
definition:
51
+
default: false
52
+
- name: "notificationType"
53
+
title: "Notification Effect"
54
+
description: "This is the notification effect used by the notification child device"
55
+
required: false
56
+
preferenceType: enumeration
57
+
definition:
58
+
options:
59
+
"255": "Clear"
60
+
"1": "Solid"
61
+
"2": "Fast Blink"
62
+
"3": "Slow Blink"
63
+
"4": "Pulse"
64
+
"5": "Chase"
65
+
"6": "Open/Close"
66
+
"7": "Small-to-Big"
67
+
"8": "Aurora"
68
+
"9": "Slow Falling"
69
+
"10": "Medium Falling"
70
+
"11": "Fast Falling"
71
+
"12": "Slow Rising"
72
+
"13": "Medium Rising"
73
+
"14": "Fast Rising"
74
+
"15": "Medium Blink"
75
+
"16": "Slow Chase"
76
+
"17": "Fast Chase"
77
+
"18": "Fast Siren"
78
+
"19": "Slow Siren"
79
+
default: 1
80
+
- name: "parameter258"
81
+
title: "258. Switch Mode"
82
+
description: "Use as a Dimmer or an On/Off switch"
83
+
required: false
84
+
preferenceType: enumeration
85
+
definition:
86
+
options:
87
+
"0": "Dimmer"
88
+
"1": "On/Off (default)"
89
+
default: 1
90
+
- name: "parameter22"
91
+
title: "22. Aux Switch Type"
92
+
description: "Set the Aux switch type. Smart Bulb Mode does not work in Dumb 3-Way Switch mode."
93
+
required: false
94
+
preferenceType: enumeration
95
+
definition:
96
+
options:
97
+
"0": "None"
98
+
"1": "3-Way Aux Switch (default)"
99
+
default: 1
100
+
- name: "parameter52"
101
+
title: "52. Smart Bulb Mode"
102
+
description: "For use with Smart Bulbs that need constant power and are controlled via commands rather than power. Smart Bulb Mode does not work in Dumb 3-Way Switch mode."
103
+
required: false
104
+
preferenceType: enumeration
105
+
definition:
106
+
options:
107
+
"0": "Disabled (default)"
108
+
"1": "Smart Bulb Mode"
109
+
default: 0
110
+
- name: "parameter1"
111
+
title: "1. Dimming Speed (Remote)"
112
+
description: "This changes the speed that the light dims up when controlled from the hub. A setting of '0' turns the light immediately on. Increasing the value slows down the transition speed. Value is multiplied by 100ms.
113
+
Default=25 (2500ms or 2.5s)"
114
+
required: false
115
+
preferenceType: number
116
+
definition:
117
+
minimum: 0
118
+
maximum: 126
119
+
default: 25
120
+
- name: "parameter2"
121
+
title: "2. Dimming Speed (Local)"
122
+
description: "This changes the speed that the light dims up when controlled at the switch. A setting of '0' turns the light immediately on. Increasing the value slows down the transition speed. Value is multiplied by 100ms.
123
+
(i.e 25 = 2500ms or 2.5s) Default=127 (Sync with parameter 1)"
124
+
required: false
125
+
preferenceType: number
126
+
definition:
127
+
minimum: 0
128
+
maximum: 127
129
+
default: 127
130
+
- name: "parameter3"
131
+
title: "3. Ramp Rate (Remote)"
132
+
description: "This changes the speed that the light turns on when controlled from the hub. A setting of '0' turns the light immediately on. Increasing the value slows down the transition speed. Value is multiplied by 100ms.
133
+
(i.e 25 = 2500ms or 2.5s) Default=0"
134
+
required: false
135
+
preferenceType: number
136
+
definition:
137
+
minimum: 0
138
+
maximum: 127
139
+
default: 0
140
+
- name: "parameter4"
141
+
title: "4. Ramp Rate (Local)"
142
+
description: "This changes the speed that the light turns on when controlled at the switch. A setting of '0' turns the light immediately on. Increasing the value slows down the transition speed. Value is multiplied by 100ms.
143
+
(i.e 25 = 2500ms or 2.5s) Default=127 (Sync with parameter 3)"
144
+
required: false
145
+
preferenceType: number
146
+
definition:
147
+
minimum: 0
148
+
maximum: 127
149
+
default: 127
150
+
- name: "parameter11"
151
+
title: "11. Invert Switch"
152
+
description: "Inverts the orientation of the switch. Useful when the switch is installed upside down. Essentially up becomes down and down becomes up."
153
+
required: false
154
+
preferenceType: enumeration
155
+
definition:
156
+
options:
157
+
"0": "No (default)"
158
+
"1": "Yes"
159
+
default: 0
160
+
- name: "parameter15"
161
+
title: "15. Level After Power Restored"
162
+
description: "The level the switch will return to when power is restored after power failure.
163
+
0=Off
164
+
1-100=Set Level
165
+
101=Use previous level."
166
+
required: false
167
+
preferenceType: number
168
+
definition:
169
+
minimum: 0
170
+
maximum: 101
171
+
default: 101
172
+
- name: "parameter95"
173
+
title: "95. LED Indicator Color (w/On)"
174
+
description: "Set the color of the Full LED Indicator when the load is on."
175
+
required: false
176
+
preferenceType: enumeration
177
+
definition:
178
+
options:
179
+
"0": "Red"
180
+
"7": "Orange"
181
+
"28": "Lemon"
182
+
"64": "Lime"
183
+
"85": "Green"
184
+
"106": "Teal"
185
+
"127": "Cyan"
186
+
"148": "Aqua"
187
+
"170": "Blue (default)"
188
+
"190": "Violet"
189
+
"212": "Magenta"
190
+
"234": "Pink"
191
+
"255": "White"
192
+
default: 170
193
+
- name: "parameter96"
194
+
title: "96. LED Indicator Color (w/Off)"
195
+
description: "Set the color of the Full LED Indicator when the load is off."
196
+
required: false
197
+
preferenceType: enumeration
198
+
definition:
199
+
options:
200
+
"0": "Red"
201
+
"7": "Orange"
202
+
"28": "Lemon"
203
+
"64": "Lime"
204
+
"85": "Green"
205
+
"106": "Teal"
206
+
"127": "Cyan"
207
+
"148": "Aqua"
208
+
"170": "Blue (default)"
209
+
"190": "Violet"
210
+
"212": "Magenta"
211
+
"234": "Pink"
212
+
"255": "White"
213
+
default: 170
214
+
- name: "parameter97"
215
+
title: "97. LED Indicator Intensity (w/On)"
216
+
description: "Set the intensity of the Full LED Indicator when the load is on."
217
+
required: false
218
+
preferenceType: number
219
+
definition:
220
+
minimum: 0
221
+
maximum: 100
222
+
default: 50
223
+
- name: "parameter98"
224
+
title: "98. LED Indicator Intensity (w/Off)"
225
+
description: "Set the intensity of the Full LED Indicator when the load is off."
0 commit comments