@chauvet/connect-base-profiles 1.6.2 → 1.6.4
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 +82 -100
- package/package.json +1 -1
- package/src/baseProfiles.ts +86 -100
package/dist/baseProfiles.js
CHANGED
|
@@ -223,183 +223,165 @@ const baseProfiles = {
|
|
|
223
223
|
},
|
|
224
224
|
1010: {
|
|
225
225
|
profileId: 1010,
|
|
226
|
-
channels:
|
|
226
|
+
channels: 3,
|
|
227
227
|
rgbRelation: {
|
|
228
|
-
r:
|
|
229
|
-
g:
|
|
230
|
-
b:
|
|
228
|
+
r: 1,
|
|
229
|
+
g: 2,
|
|
230
|
+
b: 3,
|
|
231
231
|
},
|
|
232
232
|
whiteLocation: 0,
|
|
233
233
|
amberLocation: 0,
|
|
234
234
|
whiteMacrosLocation: 0,
|
|
235
235
|
uvLocation: 0,
|
|
236
|
-
dimmerLocation:
|
|
236
|
+
dimmerLocation: 0,
|
|
237
237
|
fineDimmerLocation: 0,
|
|
238
238
|
strobeLocation: 0,
|
|
239
239
|
whiteMacros: null,
|
|
240
|
-
name: '
|
|
240
|
+
name: 'rgb',
|
|
241
241
|
},
|
|
242
242
|
1015: {
|
|
243
243
|
profileId: 1015,
|
|
244
|
-
channels:
|
|
244
|
+
channels: 4,
|
|
245
245
|
rgbRelation: {
|
|
246
|
-
r:
|
|
247
|
-
g:
|
|
248
|
-
b:
|
|
246
|
+
r: 1,
|
|
247
|
+
g: 2,
|
|
248
|
+
b: 3,
|
|
249
249
|
},
|
|
250
250
|
whiteLocation: 0,
|
|
251
|
-
amberLocation:
|
|
251
|
+
amberLocation: 4,
|
|
252
252
|
whiteMacrosLocation: 0,
|
|
253
253
|
uvLocation: 0,
|
|
254
|
-
dimmerLocation:
|
|
254
|
+
dimmerLocation: 0,
|
|
255
255
|
fineDimmerLocation: 0,
|
|
256
256
|
strobeLocation: 0,
|
|
257
257
|
whiteMacros: null,
|
|
258
|
-
name: '
|
|
258
|
+
name: 'rgba',
|
|
259
259
|
},
|
|
260
|
-
|
|
261
|
-
profileId:
|
|
262
|
-
channels:
|
|
260
|
+
1020: {
|
|
261
|
+
profileId: 1020,
|
|
262
|
+
channels: 4,
|
|
263
263
|
rgbRelation: {
|
|
264
|
-
r:
|
|
265
|
-
g:
|
|
266
|
-
b:
|
|
264
|
+
r: 1,
|
|
265
|
+
g: 2,
|
|
266
|
+
b: 3,
|
|
267
267
|
},
|
|
268
|
-
whiteLocation:
|
|
269
|
-
amberLocation:
|
|
270
|
-
whiteMacrosLocation:
|
|
268
|
+
whiteLocation: 4,
|
|
269
|
+
amberLocation: 0,
|
|
270
|
+
whiteMacrosLocation: 0,
|
|
271
271
|
uvLocation: 0,
|
|
272
|
-
dimmerLocation:
|
|
272
|
+
dimmerLocation: 0,
|
|
273
273
|
fineDimmerLocation: 0,
|
|
274
|
-
strobeLocation:
|
|
274
|
+
strobeLocation: 0,
|
|
275
275
|
whiteMacros: null,
|
|
276
|
-
name: '
|
|
276
|
+
name: 'rgbw',
|
|
277
277
|
},
|
|
278
|
-
|
|
279
|
-
profileId:
|
|
280
|
-
channels:
|
|
278
|
+
1030: {
|
|
279
|
+
profileId: 1030,
|
|
280
|
+
channels: 4,
|
|
281
281
|
rgbRelation: {
|
|
282
282
|
r: 2,
|
|
283
283
|
g: 3,
|
|
284
284
|
b: 4,
|
|
285
285
|
},
|
|
286
|
-
whiteLocation:
|
|
287
|
-
amberLocation:
|
|
288
|
-
whiteMacrosLocation:
|
|
286
|
+
whiteLocation: 0,
|
|
287
|
+
amberLocation: 0,
|
|
288
|
+
whiteMacrosLocation: 0,
|
|
289
289
|
uvLocation: 0,
|
|
290
290
|
dimmerLocation: 1,
|
|
291
291
|
fineDimmerLocation: 0,
|
|
292
|
-
strobeLocation:
|
|
292
|
+
strobeLocation: 0,
|
|
293
293
|
whiteMacros: null,
|
|
294
|
-
name: '
|
|
294
|
+
name: 'drgb',
|
|
295
295
|
},
|
|
296
|
-
|
|
297
|
-
profileId:
|
|
298
|
-
channels:
|
|
296
|
+
1050: {
|
|
297
|
+
profileId: 1050,
|
|
298
|
+
channels: 5,
|
|
299
299
|
rgbRelation: {
|
|
300
|
-
r:
|
|
301
|
-
g:
|
|
302
|
-
b:
|
|
300
|
+
r: 2,
|
|
301
|
+
g: 3,
|
|
302
|
+
b: 4,
|
|
303
303
|
},
|
|
304
|
-
whiteLocation:
|
|
304
|
+
whiteLocation: 0,
|
|
305
305
|
amberLocation: 5,
|
|
306
|
-
whiteMacrosLocation:
|
|
306
|
+
whiteMacrosLocation: 0,
|
|
307
307
|
uvLocation: 0,
|
|
308
308
|
dimmerLocation: 1,
|
|
309
309
|
fineDimmerLocation: 0,
|
|
310
|
-
strobeLocation:
|
|
310
|
+
strobeLocation: 0,
|
|
311
311
|
whiteMacros: null,
|
|
312
|
-
name: '
|
|
312
|
+
name: 'drgba',
|
|
313
313
|
},
|
|
314
|
-
|
|
315
|
-
profileId:
|
|
316
|
-
channels:
|
|
314
|
+
10050: {
|
|
315
|
+
profileId: 10050,
|
|
316
|
+
channels: 14,
|
|
317
317
|
rgbRelation: {
|
|
318
|
-
r:
|
|
319
|
-
g:
|
|
320
|
-
b:
|
|
318
|
+
r: 2,
|
|
319
|
+
g: 3,
|
|
320
|
+
b: 4,
|
|
321
321
|
},
|
|
322
|
-
whiteLocation:
|
|
322
|
+
whiteLocation: 0,
|
|
323
323
|
amberLocation: 5,
|
|
324
|
-
whiteMacrosLocation:
|
|
324
|
+
whiteMacrosLocation: 0,
|
|
325
325
|
uvLocation: 0,
|
|
326
326
|
dimmerLocation: 1,
|
|
327
327
|
fineDimmerLocation: 0,
|
|
328
|
-
strobeLocation:
|
|
328
|
+
strobeLocation: 6,
|
|
329
329
|
whiteMacros: null,
|
|
330
|
-
name: 'FREEDOM
|
|
330
|
+
name: 'FREEDOM PAR Q9',
|
|
331
331
|
},
|
|
332
|
-
|
|
333
|
-
profileId:
|
|
334
|
-
channels:
|
|
332
|
+
10100: {
|
|
333
|
+
profileId: 10100,
|
|
334
|
+
channels: 16,
|
|
335
335
|
rgbRelation: {
|
|
336
336
|
r: 2,
|
|
337
337
|
g: 3,
|
|
338
338
|
b: 4,
|
|
339
339
|
},
|
|
340
|
-
whiteLocation:
|
|
340
|
+
whiteLocation: 6,
|
|
341
341
|
amberLocation: 5,
|
|
342
|
-
whiteMacrosLocation:
|
|
343
|
-
uvLocation:
|
|
342
|
+
whiteMacrosLocation: 0,
|
|
343
|
+
uvLocation: 7,
|
|
344
344
|
dimmerLocation: 1,
|
|
345
345
|
fineDimmerLocation: 0,
|
|
346
|
-
strobeLocation:
|
|
346
|
+
strobeLocation: 8,
|
|
347
347
|
whiteMacros: null,
|
|
348
|
-
name: 'FREEDOM
|
|
348
|
+
name: 'FREEDOM PAR H9',
|
|
349
349
|
},
|
|
350
|
-
|
|
351
|
-
profileId:
|
|
352
|
-
channels:
|
|
350
|
+
10150: {
|
|
351
|
+
profileId: 10150,
|
|
352
|
+
channels: 13,
|
|
353
353
|
rgbRelation: {
|
|
354
|
-
r:
|
|
355
|
-
g:
|
|
356
|
-
b:
|
|
354
|
+
r: 2,
|
|
355
|
+
g: 3,
|
|
356
|
+
b: 4,
|
|
357
357
|
},
|
|
358
|
-
whiteLocation:
|
|
359
|
-
amberLocation:
|
|
360
|
-
whiteMacrosLocation:
|
|
358
|
+
whiteLocation: 0,
|
|
359
|
+
amberLocation: 0,
|
|
360
|
+
whiteMacrosLocation: 0,
|
|
361
361
|
uvLocation: 0,
|
|
362
362
|
dimmerLocation: 1,
|
|
363
363
|
fineDimmerLocation: 0,
|
|
364
|
-
strobeLocation:
|
|
364
|
+
strobeLocation: 5,
|
|
365
365
|
whiteMacros: null,
|
|
366
|
-
name: 'FREEDOM
|
|
366
|
+
name: 'FREEDOM PAR T6',
|
|
367
367
|
},
|
|
368
|
-
|
|
369
|
-
profileId:
|
|
370
|
-
channels:
|
|
368
|
+
10200: {
|
|
369
|
+
profileId: 10200,
|
|
370
|
+
channels: 15,
|
|
371
371
|
rgbRelation: {
|
|
372
|
-
r:
|
|
373
|
-
g:
|
|
374
|
-
b:
|
|
372
|
+
r: 2,
|
|
373
|
+
g: 3,
|
|
374
|
+
b: 4,
|
|
375
375
|
},
|
|
376
|
-
whiteLocation:
|
|
377
|
-
amberLocation:
|
|
378
|
-
whiteMacrosLocation:
|
|
376
|
+
whiteLocation: 5,
|
|
377
|
+
amberLocation: 0,
|
|
378
|
+
whiteMacrosLocation: 0,
|
|
379
379
|
uvLocation: 0,
|
|
380
380
|
dimmerLocation: 1,
|
|
381
381
|
fineDimmerLocation: 0,
|
|
382
382
|
strobeLocation: 7,
|
|
383
383
|
whiteMacros: null,
|
|
384
|
-
name: 'FREEDOM
|
|
385
|
-
},
|
|
386
|
-
10008: {
|
|
387
|
-
profileId: 10008,
|
|
388
|
-
channels: 9,
|
|
389
|
-
rgbRelation: {
|
|
390
|
-
r: 1,
|
|
391
|
-
g: 2,
|
|
392
|
-
b: 3,
|
|
393
|
-
},
|
|
394
|
-
whiteLocation: 4,
|
|
395
|
-
amberLocation: 5,
|
|
396
|
-
whiteMacrosLocation: 7,
|
|
397
|
-
uvLocation: 0,
|
|
398
|
-
dimmerLocation: 8,
|
|
399
|
-
fineDimmerLocation: 0,
|
|
400
|
-
strobeLocation: 6,
|
|
401
|
-
whiteMacros: null,
|
|
402
|
-
name: 'FREEDOM 8',
|
|
384
|
+
name: 'FREEDOM FLEX STICK',
|
|
403
385
|
},
|
|
404
386
|
};
|
|
405
387
|
export default baseProfiles;
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -244,186 +244,172 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
244
244
|
|
|
245
245
|
1010: {
|
|
246
246
|
profileId: 1010,
|
|
247
|
-
channels:
|
|
247
|
+
channels: 3,
|
|
248
248
|
rgbRelation: {
|
|
249
|
-
r:
|
|
250
|
-
g:
|
|
251
|
-
b:
|
|
249
|
+
r: 1,
|
|
250
|
+
g: 2,
|
|
251
|
+
b: 3,
|
|
252
252
|
},
|
|
253
253
|
whiteLocation: 0,
|
|
254
254
|
amberLocation: 0,
|
|
255
255
|
whiteMacrosLocation: 0,
|
|
256
256
|
uvLocation: 0,
|
|
257
|
-
dimmerLocation:
|
|
257
|
+
dimmerLocation: 0,
|
|
258
258
|
fineDimmerLocation: 0,
|
|
259
259
|
strobeLocation: 0,
|
|
260
260
|
whiteMacros: null,
|
|
261
|
-
name: '
|
|
261
|
+
name: 'rgb',
|
|
262
262
|
},
|
|
263
263
|
|
|
264
264
|
1015: {
|
|
265
265
|
profileId: 1015,
|
|
266
|
-
channels:
|
|
266
|
+
channels: 4,
|
|
267
267
|
rgbRelation: {
|
|
268
|
-
r:
|
|
269
|
-
g:
|
|
270
|
-
b:
|
|
268
|
+
r: 1,
|
|
269
|
+
g: 2,
|
|
270
|
+
b: 3,
|
|
271
271
|
},
|
|
272
272
|
whiteLocation: 0,
|
|
273
|
-
amberLocation:
|
|
273
|
+
amberLocation: 4,
|
|
274
274
|
whiteMacrosLocation: 0,
|
|
275
275
|
uvLocation: 0,
|
|
276
|
-
dimmerLocation:
|
|
276
|
+
dimmerLocation: 0,
|
|
277
277
|
fineDimmerLocation: 0,
|
|
278
278
|
strobeLocation: 0,
|
|
279
279
|
whiteMacros: null,
|
|
280
|
-
name: '
|
|
280
|
+
name: 'rgba',
|
|
281
281
|
},
|
|
282
282
|
|
|
283
|
-
|
|
284
|
-
profileId:
|
|
285
|
-
channels:
|
|
283
|
+
1020: {
|
|
284
|
+
profileId: 1020,
|
|
285
|
+
channels: 4,
|
|
286
286
|
rgbRelation: {
|
|
287
|
-
r:
|
|
288
|
-
g:
|
|
289
|
-
b:
|
|
287
|
+
r: 1,
|
|
288
|
+
g: 2,
|
|
289
|
+
b: 3,
|
|
290
290
|
},
|
|
291
|
-
whiteLocation:
|
|
292
|
-
amberLocation:
|
|
293
|
-
whiteMacrosLocation:
|
|
291
|
+
whiteLocation: 4,
|
|
292
|
+
amberLocation: 0,
|
|
293
|
+
whiteMacrosLocation: 0,
|
|
294
294
|
uvLocation: 0,
|
|
295
|
-
dimmerLocation:
|
|
295
|
+
dimmerLocation: 0,
|
|
296
296
|
fineDimmerLocation: 0,
|
|
297
|
-
strobeLocation:
|
|
297
|
+
strobeLocation: 0,
|
|
298
298
|
whiteMacros: null,
|
|
299
|
-
name: '
|
|
299
|
+
name: 'rgbw',
|
|
300
300
|
},
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
1030: {
|
|
304
|
+
profileId: 1030,
|
|
305
|
+
channels: 4,
|
|
304
306
|
rgbRelation: {
|
|
305
307
|
r: 2,
|
|
306
308
|
g: 3,
|
|
307
309
|
b: 4,
|
|
308
310
|
},
|
|
309
|
-
whiteLocation:
|
|
310
|
-
amberLocation:
|
|
311
|
-
whiteMacrosLocation:
|
|
311
|
+
whiteLocation: 0,
|
|
312
|
+
amberLocation: 0,
|
|
313
|
+
whiteMacrosLocation: 0,
|
|
312
314
|
uvLocation: 0,
|
|
313
315
|
dimmerLocation: 1,
|
|
314
316
|
fineDimmerLocation: 0,
|
|
315
|
-
strobeLocation:
|
|
317
|
+
strobeLocation: 0,
|
|
316
318
|
whiteMacros: null,
|
|
317
|
-
name: '
|
|
319
|
+
name: 'drgb',
|
|
318
320
|
},
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
321
|
+
|
|
322
|
+
1050: {
|
|
323
|
+
profileId: 1050,
|
|
324
|
+
channels: 5,
|
|
322
325
|
rgbRelation: {
|
|
323
|
-
r:
|
|
324
|
-
g:
|
|
325
|
-
b:
|
|
326
|
+
r: 2,
|
|
327
|
+
g: 3,
|
|
328
|
+
b: 4,
|
|
326
329
|
},
|
|
327
|
-
whiteLocation:
|
|
330
|
+
whiteLocation: 0,
|
|
328
331
|
amberLocation: 5,
|
|
329
|
-
whiteMacrosLocation:
|
|
332
|
+
whiteMacrosLocation: 0,
|
|
330
333
|
uvLocation: 0,
|
|
331
334
|
dimmerLocation: 1,
|
|
332
335
|
fineDimmerLocation: 0,
|
|
333
|
-
strobeLocation:
|
|
336
|
+
strobeLocation: 0,
|
|
334
337
|
whiteMacros: null,
|
|
335
|
-
name: '
|
|
338
|
+
name: 'drgba',
|
|
336
339
|
},
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
+
|
|
341
|
+
10050: {
|
|
342
|
+
profileId: 10050,
|
|
343
|
+
channels: 14,
|
|
340
344
|
rgbRelation: {
|
|
341
|
-
r:
|
|
342
|
-
g:
|
|
343
|
-
b:
|
|
345
|
+
r: 2,
|
|
346
|
+
g: 3,
|
|
347
|
+
b: 4,
|
|
344
348
|
},
|
|
345
|
-
whiteLocation:
|
|
349
|
+
whiteLocation: 0,
|
|
346
350
|
amberLocation: 5,
|
|
347
|
-
whiteMacrosLocation:
|
|
351
|
+
whiteMacrosLocation: 0,
|
|
348
352
|
uvLocation: 0,
|
|
349
353
|
dimmerLocation: 1,
|
|
350
354
|
fineDimmerLocation: 0,
|
|
351
|
-
strobeLocation:
|
|
355
|
+
strobeLocation: 6,
|
|
352
356
|
whiteMacros: null,
|
|
353
|
-
name: 'FREEDOM
|
|
357
|
+
name: 'FREEDOM PAR Q9',
|
|
354
358
|
},
|
|
355
|
-
|
|
356
|
-
profileId:
|
|
357
|
-
channels:
|
|
359
|
+
10100: {
|
|
360
|
+
profileId: 10100,
|
|
361
|
+
channels: 16,
|
|
358
362
|
rgbRelation: {
|
|
359
363
|
r: 2,
|
|
360
364
|
g: 3,
|
|
361
365
|
b: 4,
|
|
362
366
|
},
|
|
363
|
-
whiteLocation:
|
|
367
|
+
whiteLocation: 6,
|
|
364
368
|
amberLocation: 5,
|
|
365
|
-
whiteMacrosLocation:
|
|
366
|
-
uvLocation:
|
|
369
|
+
whiteMacrosLocation: 0,
|
|
370
|
+
uvLocation: 7,
|
|
367
371
|
dimmerLocation: 1,
|
|
368
372
|
fineDimmerLocation: 0,
|
|
369
|
-
strobeLocation:
|
|
373
|
+
strobeLocation: 8,
|
|
370
374
|
whiteMacros: null,
|
|
371
|
-
name: 'FREEDOM
|
|
375
|
+
name: 'FREEDOM PAR H9',
|
|
372
376
|
},
|
|
373
|
-
|
|
374
|
-
profileId:
|
|
375
|
-
channels:
|
|
377
|
+
10150: {
|
|
378
|
+
profileId: 10150,
|
|
379
|
+
channels: 13,
|
|
376
380
|
rgbRelation: {
|
|
377
|
-
r:
|
|
378
|
-
g:
|
|
379
|
-
b:
|
|
381
|
+
r: 2,
|
|
382
|
+
g: 3,
|
|
383
|
+
b: 4,
|
|
380
384
|
},
|
|
381
|
-
whiteLocation:
|
|
382
|
-
amberLocation:
|
|
383
|
-
whiteMacrosLocation:
|
|
385
|
+
whiteLocation: 0,
|
|
386
|
+
amberLocation: 0,
|
|
387
|
+
whiteMacrosLocation: 0,
|
|
384
388
|
uvLocation: 0,
|
|
385
389
|
dimmerLocation: 1,
|
|
386
390
|
fineDimmerLocation: 0,
|
|
387
|
-
strobeLocation:
|
|
391
|
+
strobeLocation: 5,
|
|
388
392
|
whiteMacros: null,
|
|
389
|
-
name: 'FREEDOM
|
|
393
|
+
name: 'FREEDOM PAR T6',
|
|
390
394
|
},
|
|
391
|
-
|
|
392
|
-
profileId:
|
|
393
|
-
channels:
|
|
395
|
+
10200: {
|
|
396
|
+
profileId: 10200,
|
|
397
|
+
channels: 15,
|
|
394
398
|
rgbRelation: {
|
|
395
|
-
r:
|
|
396
|
-
g:
|
|
397
|
-
b:
|
|
399
|
+
r: 2,
|
|
400
|
+
g: 3,
|
|
401
|
+
b: 4,
|
|
398
402
|
},
|
|
399
|
-
whiteLocation:
|
|
400
|
-
amberLocation:
|
|
401
|
-
whiteMacrosLocation:
|
|
403
|
+
whiteLocation: 5,
|
|
404
|
+
amberLocation: 0,
|
|
405
|
+
whiteMacrosLocation: 0,
|
|
402
406
|
uvLocation: 0,
|
|
403
407
|
dimmerLocation: 1,
|
|
404
408
|
fineDimmerLocation: 0,
|
|
405
409
|
strobeLocation: 7,
|
|
406
410
|
whiteMacros: null,
|
|
407
|
-
name: 'FREEDOM
|
|
411
|
+
name: 'FREEDOM FLEX STICK',
|
|
408
412
|
},
|
|
409
413
|
|
|
410
|
-
10008: {
|
|
411
|
-
profileId: 10008,
|
|
412
|
-
channels: 9,
|
|
413
|
-
rgbRelation: {
|
|
414
|
-
r: 1,
|
|
415
|
-
g: 2,
|
|
416
|
-
b: 3,
|
|
417
|
-
},
|
|
418
|
-
whiteLocation: 4,
|
|
419
|
-
amberLocation: 5,
|
|
420
|
-
whiteMacrosLocation: 7,
|
|
421
|
-
uvLocation: 0,
|
|
422
|
-
dimmerLocation: 8,
|
|
423
|
-
fineDimmerLocation: 0,
|
|
424
|
-
strobeLocation: 6,
|
|
425
|
-
whiteMacros: null,
|
|
426
|
-
name: 'FREEDOM 8',
|
|
427
|
-
},
|
|
428
414
|
};
|
|
429
415
|
export default baseProfiles;
|