@chauvet/connect-base-profiles 1.6.6 → 1.7.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 +344 -6
- package/package.json +1 -1
- package/src/baseProfiles.ts +761 -418
package/dist/baseProfiles.js
CHANGED
|
@@ -221,6 +221,118 @@ const baseProfiles = {
|
|
|
221
221
|
},
|
|
222
222
|
name: 'WELL BATTEN 14',
|
|
223
223
|
},
|
|
224
|
+
800: {
|
|
225
|
+
profileId: 800,
|
|
226
|
+
channels: 11,
|
|
227
|
+
rgbRelation: {
|
|
228
|
+
r: 2,
|
|
229
|
+
g: 3,
|
|
230
|
+
b: 4,
|
|
231
|
+
},
|
|
232
|
+
whiteLocation: 5,
|
|
233
|
+
amberLocation: 0,
|
|
234
|
+
whiteMacrosLocation: 7,
|
|
235
|
+
uvLocation: 0,
|
|
236
|
+
dimmerLocation: 1,
|
|
237
|
+
fineDimmerLocation: 0,
|
|
238
|
+
strobeLocation: 6,
|
|
239
|
+
whiteMacros: {
|
|
240
|
+
'2800': 10,
|
|
241
|
+
'3200': 35,
|
|
242
|
+
'3500': 56,
|
|
243
|
+
'4000': 91,
|
|
244
|
+
'4500': 126,
|
|
245
|
+
'5000': 161,
|
|
246
|
+
'5600': 151,
|
|
247
|
+
'6000': 217,
|
|
248
|
+
'6500': 224,
|
|
249
|
+
},
|
|
250
|
+
name: 'onAir Panel 1 IP',
|
|
251
|
+
},
|
|
252
|
+
810: {
|
|
253
|
+
profileId: 810,
|
|
254
|
+
channels: 11,
|
|
255
|
+
rgbRelation: {
|
|
256
|
+
r: 2,
|
|
257
|
+
g: 3,
|
|
258
|
+
b: 4,
|
|
259
|
+
},
|
|
260
|
+
whiteLocation: 5,
|
|
261
|
+
amberLocation: 0,
|
|
262
|
+
whiteMacrosLocation: 7,
|
|
263
|
+
uvLocation: 0,
|
|
264
|
+
dimmerLocation: 1,
|
|
265
|
+
fineDimmerLocation: 0,
|
|
266
|
+
strobeLocation: 6,
|
|
267
|
+
whiteMacros: {
|
|
268
|
+
'2800': 10,
|
|
269
|
+
'3200': 35,
|
|
270
|
+
'3500': 56,
|
|
271
|
+
'4000': 91,
|
|
272
|
+
'4500': 126,
|
|
273
|
+
'5000': 161,
|
|
274
|
+
'5600': 151,
|
|
275
|
+
'6000': 217,
|
|
276
|
+
'6500': 224,
|
|
277
|
+
},
|
|
278
|
+
name: 'onAir Panel 2 IP',
|
|
279
|
+
},
|
|
280
|
+
820: {
|
|
281
|
+
profileId: 820,
|
|
282
|
+
channels: 11,
|
|
283
|
+
rgbRelation: {
|
|
284
|
+
r: 2,
|
|
285
|
+
g: 3,
|
|
286
|
+
b: 4,
|
|
287
|
+
},
|
|
288
|
+
whiteLocation: 5,
|
|
289
|
+
amberLocation: 0,
|
|
290
|
+
whiteMacrosLocation: 7,
|
|
291
|
+
uvLocation: 0,
|
|
292
|
+
dimmerLocation: 1,
|
|
293
|
+
fineDimmerLocation: 0,
|
|
294
|
+
strobeLocation: 6,
|
|
295
|
+
whiteMacros: {
|
|
296
|
+
'2800': 10,
|
|
297
|
+
'3200': 35,
|
|
298
|
+
'3500': 56,
|
|
299
|
+
'4000': 91,
|
|
300
|
+
'4500': 126,
|
|
301
|
+
'5000': 161,
|
|
302
|
+
'5600': 151,
|
|
303
|
+
'6000': 217,
|
|
304
|
+
'6500': 224,
|
|
305
|
+
},
|
|
306
|
+
name: 'onAir Panel 3 IP',
|
|
307
|
+
},
|
|
308
|
+
830: {
|
|
309
|
+
profileId: 830,
|
|
310
|
+
channels: 11,
|
|
311
|
+
rgbRelation: {
|
|
312
|
+
r: 2,
|
|
313
|
+
g: 3,
|
|
314
|
+
b: 4,
|
|
315
|
+
},
|
|
316
|
+
whiteLocation: 5,
|
|
317
|
+
amberLocation: 0,
|
|
318
|
+
whiteMacrosLocation: 7,
|
|
319
|
+
uvLocation: 0,
|
|
320
|
+
dimmerLocation: 1,
|
|
321
|
+
fineDimmerLocation: 0,
|
|
322
|
+
strobeLocation: 6,
|
|
323
|
+
whiteMacros: {
|
|
324
|
+
'2800': 10,
|
|
325
|
+
'3200': 35,
|
|
326
|
+
'3500': 56,
|
|
327
|
+
'4000': 91,
|
|
328
|
+
'4500': 126,
|
|
329
|
+
'5000': 161,
|
|
330
|
+
'5600': 151,
|
|
331
|
+
'6000': 217,
|
|
332
|
+
'6500': 224,
|
|
333
|
+
},
|
|
334
|
+
name: 'onAir Panel Min IP',
|
|
335
|
+
},
|
|
224
336
|
1010: {
|
|
225
337
|
profileId: 1010,
|
|
226
338
|
channels: 3,
|
|
@@ -347,6 +459,78 @@ const baseProfiles = {
|
|
|
347
459
|
whiteMacros: null,
|
|
348
460
|
name: 'FREEDOM PAR Q9',
|
|
349
461
|
},
|
|
462
|
+
10060: {
|
|
463
|
+
profileId: 10060,
|
|
464
|
+
channels: 10,
|
|
465
|
+
rgbRelation: {
|
|
466
|
+
r: 2,
|
|
467
|
+
g: 3,
|
|
468
|
+
b: 4,
|
|
469
|
+
},
|
|
470
|
+
whiteLocation: 0,
|
|
471
|
+
amberLocation: 5,
|
|
472
|
+
whiteMacrosLocation: 0,
|
|
473
|
+
uvLocation: 0,
|
|
474
|
+
dimmerLocation: 1,
|
|
475
|
+
fineDimmerLocation: 0,
|
|
476
|
+
strobeLocation: 7,
|
|
477
|
+
whiteMacros: null,
|
|
478
|
+
name: 'FREEDOM WEDGE QUAD',
|
|
479
|
+
},
|
|
480
|
+
10070: {
|
|
481
|
+
profileId: 10070,
|
|
482
|
+
channels: 10,
|
|
483
|
+
rgbRelation: {
|
|
484
|
+
r: 2,
|
|
485
|
+
g: 3,
|
|
486
|
+
b: 4,
|
|
487
|
+
},
|
|
488
|
+
whiteLocation: 5,
|
|
489
|
+
amberLocation: 0,
|
|
490
|
+
whiteMacrosLocation: 0,
|
|
491
|
+
uvLocation: 0,
|
|
492
|
+
dimmerLocation: 1,
|
|
493
|
+
fineDimmerLocation: 0,
|
|
494
|
+
strobeLocation: 6,
|
|
495
|
+
whiteMacros: null,
|
|
496
|
+
name: 'FREEDOM Q1N',
|
|
497
|
+
},
|
|
498
|
+
10080: {
|
|
499
|
+
profileId: 10080,
|
|
500
|
+
channels: 10,
|
|
501
|
+
rgbRelation: {
|
|
502
|
+
r: 2,
|
|
503
|
+
g: 3,
|
|
504
|
+
b: 4,
|
|
505
|
+
},
|
|
506
|
+
whiteLocation: 0,
|
|
507
|
+
amberLocation: 5,
|
|
508
|
+
whiteMacrosLocation: 0,
|
|
509
|
+
uvLocation: 0,
|
|
510
|
+
dimmerLocation: 1,
|
|
511
|
+
fineDimmerLocation: 0,
|
|
512
|
+
strobeLocation: 7,
|
|
513
|
+
whiteMacros: null,
|
|
514
|
+
name: 'FREEDOM Par Quad-4 IP',
|
|
515
|
+
},
|
|
516
|
+
10090: {
|
|
517
|
+
profileId: 10090,
|
|
518
|
+
channels: 10,
|
|
519
|
+
rgbRelation: {
|
|
520
|
+
r: 2,
|
|
521
|
+
g: 3,
|
|
522
|
+
b: 4,
|
|
523
|
+
},
|
|
524
|
+
whiteLocation: 0,
|
|
525
|
+
amberLocation: 5,
|
|
526
|
+
whiteMacrosLocation: 0,
|
|
527
|
+
uvLocation: 0,
|
|
528
|
+
dimmerLocation: 1,
|
|
529
|
+
fineDimmerLocation: 0,
|
|
530
|
+
strobeLocation: 7,
|
|
531
|
+
whiteMacros: null,
|
|
532
|
+
name: 'FREEDOM Par Quad-4',
|
|
533
|
+
},
|
|
350
534
|
10100: {
|
|
351
535
|
profileId: 10100,
|
|
352
536
|
channels: 16,
|
|
@@ -365,23 +549,95 @@ const baseProfiles = {
|
|
|
365
549
|
whiteMacros: null,
|
|
366
550
|
name: 'FREEDOM PAR H9',
|
|
367
551
|
},
|
|
552
|
+
10110: {
|
|
553
|
+
profileId: 10110,
|
|
554
|
+
channels: 16,
|
|
555
|
+
rgbRelation: {
|
|
556
|
+
r: 2,
|
|
557
|
+
g: 3,
|
|
558
|
+
b: 4,
|
|
559
|
+
},
|
|
560
|
+
whiteLocation: 6,
|
|
561
|
+
amberLocation: 5,
|
|
562
|
+
whiteMacrosLocation: 0,
|
|
563
|
+
uvLocation: 7,
|
|
564
|
+
dimmerLocation: 1,
|
|
565
|
+
fineDimmerLocation: 0,
|
|
566
|
+
strobeLocation: 8,
|
|
567
|
+
whiteMacros: null,
|
|
568
|
+
name: 'FREEDOM Flex H9',
|
|
569
|
+
},
|
|
570
|
+
10120: {
|
|
571
|
+
profileId: 10120,
|
|
572
|
+
channels: 12,
|
|
573
|
+
rgbRelation: {
|
|
574
|
+
r: 2,
|
|
575
|
+
g: 3,
|
|
576
|
+
b: 4,
|
|
577
|
+
},
|
|
578
|
+
whiteLocation: 6,
|
|
579
|
+
amberLocation: 5,
|
|
580
|
+
whiteMacrosLocation: 0,
|
|
581
|
+
uvLocation: 7,
|
|
582
|
+
dimmerLocation: 1,
|
|
583
|
+
fineDimmerLocation: 0,
|
|
584
|
+
strobeLocation: 8,
|
|
585
|
+
whiteMacros: null,
|
|
586
|
+
name: 'FREEDOM H1',
|
|
587
|
+
},
|
|
588
|
+
10140: {
|
|
589
|
+
profileId: 10140,
|
|
590
|
+
channels: 16,
|
|
591
|
+
rgbRelation: {
|
|
592
|
+
r: 2,
|
|
593
|
+
g: 3,
|
|
594
|
+
b: 4,
|
|
595
|
+
},
|
|
596
|
+
whiteLocation: 6,
|
|
597
|
+
amberLocation: 5,
|
|
598
|
+
whiteMacrosLocation: 0,
|
|
599
|
+
uvLocation: 7,
|
|
600
|
+
dimmerLocation: 1,
|
|
601
|
+
fineDimmerLocation: 0,
|
|
602
|
+
strobeLocation: 8,
|
|
603
|
+
whiteMacros: null,
|
|
604
|
+
name: 'FREEDOM Flex H9 IP',
|
|
605
|
+
},
|
|
368
606
|
10150: {
|
|
369
607
|
profileId: 10150,
|
|
370
|
-
channels:
|
|
608
|
+
channels: 12,
|
|
371
609
|
rgbRelation: {
|
|
372
610
|
r: 2,
|
|
373
611
|
g: 3,
|
|
374
612
|
b: 4,
|
|
375
613
|
},
|
|
376
|
-
whiteLocation:
|
|
377
|
-
amberLocation:
|
|
614
|
+
whiteLocation: 6,
|
|
615
|
+
amberLocation: 5,
|
|
378
616
|
whiteMacrosLocation: 0,
|
|
379
|
-
uvLocation:
|
|
617
|
+
uvLocation: 7,
|
|
380
618
|
dimmerLocation: 1,
|
|
381
619
|
fineDimmerLocation: 0,
|
|
382
|
-
strobeLocation:
|
|
620
|
+
strobeLocation: 8,
|
|
383
621
|
whiteMacros: null,
|
|
384
|
-
name: 'FREEDOM
|
|
622
|
+
name: 'FREEDOM Flex H4 IP',
|
|
623
|
+
},
|
|
624
|
+
10160: {
|
|
625
|
+
profileId: 10160,
|
|
626
|
+
channels: 12,
|
|
627
|
+
rgbRelation: {
|
|
628
|
+
r: 2,
|
|
629
|
+
g: 3,
|
|
630
|
+
b: 4,
|
|
631
|
+
},
|
|
632
|
+
whiteLocation: 6,
|
|
633
|
+
amberLocation: 5,
|
|
634
|
+
whiteMacrosLocation: 0,
|
|
635
|
+
uvLocation: 7,
|
|
636
|
+
dimmerLocation: 1,
|
|
637
|
+
fineDimmerLocation: 0,
|
|
638
|
+
strobeLocation: 8,
|
|
639
|
+
whiteMacros: null,
|
|
640
|
+
name: 'FREEDOM PAR HEX-4',
|
|
385
641
|
},
|
|
386
642
|
10200: {
|
|
387
643
|
profileId: 10200,
|
|
@@ -401,5 +657,87 @@ const baseProfiles = {
|
|
|
401
657
|
whiteMacros: null,
|
|
402
658
|
name: 'FREEDOM FLEX STICK',
|
|
403
659
|
},
|
|
660
|
+
10210: {
|
|
661
|
+
profileId: 10210,
|
|
662
|
+
channels: 8,
|
|
663
|
+
rgbRelation: {
|
|
664
|
+
r: 2,
|
|
665
|
+
g: 3,
|
|
666
|
+
b: 4,
|
|
667
|
+
},
|
|
668
|
+
whiteLocation: 0,
|
|
669
|
+
amberLocation: 0,
|
|
670
|
+
whiteMacrosLocation: 0,
|
|
671
|
+
uvLocation: 0,
|
|
672
|
+
dimmerLocation: 1,
|
|
673
|
+
fineDimmerLocation: 0,
|
|
674
|
+
strobeLocation: 6,
|
|
675
|
+
whiteMacros: null,
|
|
676
|
+
name: 'FREEDOM STICK',
|
|
677
|
+
},
|
|
678
|
+
10300: {
|
|
679
|
+
profileId: 10300,
|
|
680
|
+
channels: 10,
|
|
681
|
+
rgbRelation: {
|
|
682
|
+
r: 2,
|
|
683
|
+
g: 3,
|
|
684
|
+
b: 4,
|
|
685
|
+
},
|
|
686
|
+
whiteLocation: 5,
|
|
687
|
+
amberLocation: 0,
|
|
688
|
+
whiteMacrosLocation: 6,
|
|
689
|
+
uvLocation: 0,
|
|
690
|
+
dimmerLocation: 1,
|
|
691
|
+
fineDimmerLocation: 0,
|
|
692
|
+
strobeLocation: 7,
|
|
693
|
+
whiteMacros: {
|
|
694
|
+
'2800': 10,
|
|
695
|
+
'3200': 57,
|
|
696
|
+
'3500': 82,
|
|
697
|
+
'4000': 107,
|
|
698
|
+
'4500': 132,
|
|
699
|
+
'5000': 157,
|
|
700
|
+
'5600': 182,
|
|
701
|
+
'6000': 207,
|
|
702
|
+
'6500': 232,
|
|
703
|
+
},
|
|
704
|
+
name: 'FREEDOM Cyc',
|
|
705
|
+
},
|
|
706
|
+
10400: {
|
|
707
|
+
profileId: 10150,
|
|
708
|
+
channels: 13,
|
|
709
|
+
rgbRelation: {
|
|
710
|
+
r: 2,
|
|
711
|
+
g: 3,
|
|
712
|
+
b: 4,
|
|
713
|
+
},
|
|
714
|
+
whiteLocation: 0,
|
|
715
|
+
amberLocation: 0,
|
|
716
|
+
whiteMacrosLocation: 0,
|
|
717
|
+
uvLocation: 0,
|
|
718
|
+
dimmerLocation: 1,
|
|
719
|
+
fineDimmerLocation: 0,
|
|
720
|
+
strobeLocation: 5,
|
|
721
|
+
whiteMacros: null,
|
|
722
|
+
name: 'FREEDOM PAR T6',
|
|
723
|
+
},
|
|
724
|
+
10410: {
|
|
725
|
+
profileId: 10410,
|
|
726
|
+
channels: 9,
|
|
727
|
+
rgbRelation: {
|
|
728
|
+
r: 2,
|
|
729
|
+
g: 3,
|
|
730
|
+
b: 4,
|
|
731
|
+
},
|
|
732
|
+
whiteLocation: 0,
|
|
733
|
+
amberLocation: 0,
|
|
734
|
+
whiteMacrosLocation: 0,
|
|
735
|
+
uvLocation: 0,
|
|
736
|
+
dimmerLocation: 1,
|
|
737
|
+
fineDimmerLocation: 0,
|
|
738
|
+
strobeLocation: 6,
|
|
739
|
+
whiteMacros: null,
|
|
740
|
+
name: 'FREEDOM PAR TRI-6',
|
|
741
|
+
},
|
|
404
742
|
};
|
|
405
743
|
export default baseProfiles;
|