@chauvet/connect-base-profiles 1.5.0 → 1.6.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/dist/baseProfiles.js +18 -18
- package/package.json +1 -1
- package/src/baseProfiles.ts +26 -26
package/dist/baseProfiles.js
CHANGED
|
@@ -110,8 +110,8 @@ const baseProfiles = {
|
|
|
110
110
|
b: 5,
|
|
111
111
|
},
|
|
112
112
|
whiteLocation: 6,
|
|
113
|
-
amberLocation:
|
|
114
|
-
whiteMacrosLocation:
|
|
113
|
+
amberLocation: 0,
|
|
114
|
+
whiteMacrosLocation: 9,
|
|
115
115
|
uvLocation: 0,
|
|
116
116
|
dimmerLocation: 1,
|
|
117
117
|
fineDimmerLocation: 0,
|
|
@@ -131,19 +131,19 @@ const baseProfiles = {
|
|
|
131
131
|
},
|
|
132
132
|
260: {
|
|
133
133
|
profileId: 260,
|
|
134
|
-
channels:
|
|
134
|
+
channels: 12,
|
|
135
135
|
rgbRelation: {
|
|
136
|
-
r:
|
|
137
|
-
g:
|
|
138
|
-
b:
|
|
136
|
+
r: 4,
|
|
137
|
+
g: 5,
|
|
138
|
+
b: 6,
|
|
139
139
|
},
|
|
140
|
-
whiteLocation:
|
|
141
|
-
amberLocation:
|
|
142
|
-
whiteMacrosLocation:
|
|
140
|
+
whiteLocation: 7,
|
|
141
|
+
amberLocation: 0,
|
|
142
|
+
whiteMacrosLocation: 9,
|
|
143
143
|
uvLocation: 0,
|
|
144
144
|
dimmerLocation: 1,
|
|
145
|
-
fineDimmerLocation:
|
|
146
|
-
strobeLocation:
|
|
145
|
+
fineDimmerLocation: 2,
|
|
146
|
+
strobeLocation: 3,
|
|
147
147
|
whiteMacros: {
|
|
148
148
|
'2800': 6,
|
|
149
149
|
'3200': 26,
|
|
@@ -195,19 +195,19 @@ const baseProfiles = {
|
|
|
195
195
|
},
|
|
196
196
|
450: {
|
|
197
197
|
profileId: 450,
|
|
198
|
-
channels:
|
|
198
|
+
channels: 15,
|
|
199
199
|
rgbRelation: {
|
|
200
|
-
r:
|
|
201
|
-
g:
|
|
202
|
-
b:
|
|
200
|
+
r: 4,
|
|
201
|
+
g: 5,
|
|
202
|
+
b: 6,
|
|
203
203
|
},
|
|
204
|
-
whiteLocation:
|
|
204
|
+
whiteLocation: 7,
|
|
205
205
|
amberLocation: 0,
|
|
206
|
-
whiteMacrosLocation:
|
|
206
|
+
whiteMacrosLocation: 8,
|
|
207
207
|
uvLocation: 0,
|
|
208
208
|
dimmerLocation: 1,
|
|
209
209
|
fineDimmerLocation: 0,
|
|
210
|
-
strobeLocation:
|
|
210
|
+
strobeLocation: 3,
|
|
211
211
|
whiteMacros: {
|
|
212
212
|
'2800': 6,
|
|
213
213
|
'3200': 26,
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -130,8 +130,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
130
130
|
b: 5,
|
|
131
131
|
},
|
|
132
132
|
whiteLocation: 6,
|
|
133
|
-
amberLocation:
|
|
134
|
-
whiteMacrosLocation:
|
|
133
|
+
amberLocation: 0,
|
|
134
|
+
whiteMacrosLocation: 9,
|
|
135
135
|
uvLocation: 0,
|
|
136
136
|
dimmerLocation: 1,
|
|
137
137
|
fineDimmerLocation: 0,
|
|
@@ -151,19 +151,19 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
151
151
|
},
|
|
152
152
|
260: {
|
|
153
153
|
profileId: 260,
|
|
154
|
-
channels:
|
|
154
|
+
channels: 12,
|
|
155
155
|
rgbRelation: {
|
|
156
|
-
r:
|
|
157
|
-
g:
|
|
158
|
-
b:
|
|
156
|
+
r: 4,
|
|
157
|
+
g: 5,
|
|
158
|
+
b: 6,
|
|
159
159
|
},
|
|
160
|
-
whiteLocation:
|
|
161
|
-
amberLocation:
|
|
162
|
-
whiteMacrosLocation:
|
|
160
|
+
whiteLocation: 7,
|
|
161
|
+
amberLocation: 0,
|
|
162
|
+
whiteMacrosLocation: 9,
|
|
163
163
|
uvLocation: 0,
|
|
164
164
|
dimmerLocation: 1,
|
|
165
|
-
fineDimmerLocation:
|
|
166
|
-
strobeLocation:
|
|
165
|
+
fineDimmerLocation: 2,
|
|
166
|
+
strobeLocation: 3,
|
|
167
167
|
whiteMacros: {
|
|
168
168
|
'2800': 6,
|
|
169
169
|
'3200': 26,
|
|
@@ -215,19 +215,19 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
215
215
|
},
|
|
216
216
|
450: {
|
|
217
217
|
profileId: 450,
|
|
218
|
-
channels:
|
|
218
|
+
channels: 15,
|
|
219
219
|
rgbRelation: {
|
|
220
|
-
r:
|
|
221
|
-
g:
|
|
222
|
-
b:
|
|
220
|
+
r: 4,
|
|
221
|
+
g: 5,
|
|
222
|
+
b: 6,
|
|
223
223
|
},
|
|
224
|
-
whiteLocation:
|
|
224
|
+
whiteLocation: 7,
|
|
225
225
|
amberLocation: 0,
|
|
226
|
-
whiteMacrosLocation:
|
|
226
|
+
whiteMacrosLocation: 8,
|
|
227
227
|
uvLocation: 0,
|
|
228
228
|
dimmerLocation: 1,
|
|
229
229
|
fineDimmerLocation: 0,
|
|
230
|
-
strobeLocation:
|
|
230
|
+
strobeLocation: 3,
|
|
231
231
|
whiteMacros: {
|
|
232
232
|
'2800': 6,
|
|
233
233
|
'3200': 26,
|
|
@@ -281,7 +281,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
281
281
|
},
|
|
282
282
|
|
|
283
283
|
10001: {
|
|
284
|
-
profileId:
|
|
284
|
+
profileId: 10001,
|
|
285
285
|
channels: 15,
|
|
286
286
|
rgbRelation: {
|
|
287
287
|
r: 2,
|
|
@@ -299,7 +299,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
299
299
|
name: 'FREEDOM 1',
|
|
300
300
|
},
|
|
301
301
|
10002: {
|
|
302
|
-
profileId:
|
|
302
|
+
profileId: 10002,
|
|
303
303
|
channels: 15,
|
|
304
304
|
rgbRelation: {
|
|
305
305
|
r: 2,
|
|
@@ -317,7 +317,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
317
317
|
name: 'FREEDOM 2',
|
|
318
318
|
},
|
|
319
319
|
10003: {
|
|
320
|
-
profileId:
|
|
320
|
+
profileId: 10003,
|
|
321
321
|
channels: 8,
|
|
322
322
|
rgbRelation: {
|
|
323
323
|
r: 4,
|
|
@@ -335,7 +335,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
335
335
|
name: 'FREEDOM 3',
|
|
336
336
|
},
|
|
337
337
|
10004: {
|
|
338
|
-
profileId:
|
|
338
|
+
profileId: 10004,
|
|
339
339
|
channels: 8,
|
|
340
340
|
rgbRelation: {
|
|
341
341
|
r: 4,
|
|
@@ -353,7 +353,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
353
353
|
name: 'FREEDOM 4',
|
|
354
354
|
},
|
|
355
355
|
10005: {
|
|
356
|
-
profileId:
|
|
356
|
+
profileId: 10005,
|
|
357
357
|
channels: 6,
|
|
358
358
|
rgbRelation: {
|
|
359
359
|
r: 2,
|
|
@@ -371,7 +371,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
371
371
|
name: 'FREEDOM 5',
|
|
372
372
|
},
|
|
373
373
|
10006: {
|
|
374
|
-
profileId:
|
|
374
|
+
profileId: 10006,
|
|
375
375
|
channels: 8,
|
|
376
376
|
rgbRelation: {
|
|
377
377
|
r: 4,
|
|
@@ -389,7 +389,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
389
389
|
name: 'FREEDOM 6',
|
|
390
390
|
},
|
|
391
391
|
10007: {
|
|
392
|
-
profileId:
|
|
392
|
+
profileId: 10007,
|
|
393
393
|
channels: 8,
|
|
394
394
|
rgbRelation: {
|
|
395
395
|
r: 3,
|
|
@@ -408,7 +408,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
408
408
|
},
|
|
409
409
|
|
|
410
410
|
10008: {
|
|
411
|
-
profileId:
|
|
411
|
+
profileId: 10008,
|
|
412
412
|
channels: 9,
|
|
413
413
|
rgbRelation: {
|
|
414
414
|
r: 1,
|