@chauvet/connect-base-profiles 2.2.1 → 2.2.3
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/README.md +7 -0
- package/dist/baseProfiles.js +290 -140
- package/package.json +1 -1
- package/src/baseProfiles.ts +290 -141
package/src/baseProfiles.ts
CHANGED
|
@@ -150,7 +150,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
150
150
|
},
|
|
151
151
|
],
|
|
152
152
|
name: 'WELL FIT X',
|
|
153
|
-
},
|
|
153
|
+
}, //GOOD
|
|
154
154
|
150: {
|
|
155
155
|
profileId: 150,
|
|
156
156
|
channels: 12,
|
|
@@ -167,6 +167,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
167
167
|
fineDimmerLocation: 2,
|
|
168
168
|
strobeLocation: 3,
|
|
169
169
|
whiteMacros: {
|
|
170
|
+
'Off': 0,
|
|
170
171
|
'2800': 6,
|
|
171
172
|
'3200': 26,
|
|
172
173
|
'3500': 51,
|
|
@@ -203,7 +204,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
203
204
|
value: 161,
|
|
204
205
|
},
|
|
205
206
|
{
|
|
206
|
-
item: 'Auto Program 5',
|
|
207
|
+
item: 'Auto Program 5, CYCLES 1-4',
|
|
207
208
|
value: 211,
|
|
208
209
|
},
|
|
209
210
|
]
|
|
@@ -217,8 +218,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
217
218
|
},
|
|
218
219
|
},
|
|
219
220
|
],
|
|
220
|
-
name: 'WELL POD 2',
|
|
221
|
-
},
|
|
221
|
+
name: 'WELL POD 2',//updated 3-11-26, retest
|
|
222
|
+
},//updated 3-11-26, retest, tested good
|
|
222
223
|
160: {
|
|
223
224
|
profileId: 160,
|
|
224
225
|
channels: 12,
|
|
@@ -235,6 +236,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
235
236
|
fineDimmerLocation: 2,
|
|
236
237
|
strobeLocation: 3,
|
|
237
238
|
whiteMacros: {
|
|
239
|
+
'Off': 0,
|
|
238
240
|
'2800': 6,
|
|
239
241
|
'3200': 26,
|
|
240
242
|
'3500': 51,
|
|
@@ -271,7 +273,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
271
273
|
value: 161,
|
|
272
274
|
},
|
|
273
275
|
{
|
|
274
|
-
item: 'Auto Program 5',
|
|
276
|
+
item: 'Auto Program 5, CYCLES 1-4',
|
|
275
277
|
value: 211,
|
|
276
278
|
},
|
|
277
279
|
]
|
|
@@ -286,7 +288,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
286
288
|
},
|
|
287
289
|
],
|
|
288
290
|
name: 'WELL POD 3',
|
|
289
|
-
},
|
|
291
|
+
},//updated 3-11-26, retest, tested good
|
|
290
292
|
250: {
|
|
291
293
|
profileId: 250,
|
|
292
294
|
channels: 13,
|
|
@@ -303,6 +305,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
303
305
|
fineDimmerLocation: 0,
|
|
304
306
|
strobeLocation: 7,
|
|
305
307
|
whiteMacros: {
|
|
308
|
+
'Off': 0,
|
|
306
309
|
'2800': 6,
|
|
307
310
|
'3200': 26,
|
|
308
311
|
'3500': 51,
|
|
@@ -370,7 +373,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
370
373
|
},
|
|
371
374
|
],
|
|
372
375
|
name: 'WELL PANEL',
|
|
373
|
-
},
|
|
376
|
+
},//updated 3-11-26, retest
|
|
374
377
|
260: {
|
|
375
378
|
profileId: 260,
|
|
376
379
|
channels: 12,
|
|
@@ -387,6 +390,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
387
390
|
fineDimmerLocation: 2,
|
|
388
391
|
strobeLocation: 3,
|
|
389
392
|
whiteMacros: {
|
|
393
|
+
'Off': 0,
|
|
390
394
|
'2800': 6,
|
|
391
395
|
'3200': 26,
|
|
392
396
|
'3500': 51,
|
|
@@ -423,7 +427,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
423
427
|
value: 92,
|
|
424
428
|
},
|
|
425
429
|
{
|
|
426
|
-
item: 'Auto Program 5',
|
|
430
|
+
item: 'Auto Program 5 CYCLES 1-4',
|
|
427
431
|
value: 119,
|
|
428
432
|
},
|
|
429
433
|
{
|
|
@@ -439,7 +443,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
439
443
|
value: 200,
|
|
440
444
|
},
|
|
441
445
|
{
|
|
442
|
-
item: 'Auto Program 9',
|
|
446
|
+
item: 'Auto Program 9 CYCLES 5-8',
|
|
443
447
|
value: 227,
|
|
444
448
|
},
|
|
445
449
|
]
|
|
@@ -454,7 +458,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
454
458
|
},
|
|
455
459
|
],
|
|
456
460
|
name: 'WELL PANEL X',
|
|
457
|
-
},
|
|
461
|
+
},//updated 3-11-26, retest, tested GOOD
|
|
458
462
|
350: {
|
|
459
463
|
profileId: 350,
|
|
460
464
|
channels: 15,
|
|
@@ -465,12 +469,49 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
465
469
|
},
|
|
466
470
|
whiteLocation: 5,
|
|
467
471
|
amberLocation: 5,
|
|
468
|
-
whiteMacrosLocation:
|
|
472
|
+
whiteMacrosLocation: 6,
|
|
469
473
|
uvLocation: 0,
|
|
470
474
|
dimmerLocation: 1,
|
|
471
475
|
fineDimmerLocation: 2,
|
|
472
476
|
strobeLocation: 7,
|
|
473
|
-
whiteMacros:
|
|
477
|
+
whiteMacros: {
|
|
478
|
+
'Off': 0,
|
|
479
|
+
'2800': 6,
|
|
480
|
+
'2900': 13,
|
|
481
|
+
'3000': 20,
|
|
482
|
+
'3100': 27,
|
|
483
|
+
'3200': 34,
|
|
484
|
+
'3300': 41,
|
|
485
|
+
'3400': 48,
|
|
486
|
+
'3500': 55,
|
|
487
|
+
'3600': 62,
|
|
488
|
+
'3700': 69,
|
|
489
|
+
'3800': 76,
|
|
490
|
+
'3900': 83,
|
|
491
|
+
'4000': 90,
|
|
492
|
+
'4100': 97,
|
|
493
|
+
'4200': 104,
|
|
494
|
+
'4300': 111,
|
|
495
|
+
'4400': 118,
|
|
496
|
+
'4500': 125,
|
|
497
|
+
'4600': 132,
|
|
498
|
+
'4700': 139,
|
|
499
|
+
'4800': 146,
|
|
500
|
+
'4900': 153,
|
|
501
|
+
'5000': 160,
|
|
502
|
+
'5100': 167,
|
|
503
|
+
'5200': 174,
|
|
504
|
+
'5300': 181,
|
|
505
|
+
'5400': 188,
|
|
506
|
+
'5500': 195,
|
|
507
|
+
'5600': 202,
|
|
508
|
+
'5700': 209,
|
|
509
|
+
'6000': 216,
|
|
510
|
+
'6500': 223,
|
|
511
|
+
'7000': 230,
|
|
512
|
+
'7500': 237,
|
|
513
|
+
'8000': 244,
|
|
514
|
+
},
|
|
474
515
|
autoPrograms: [
|
|
475
516
|
{
|
|
476
517
|
location: 8,
|
|
@@ -589,7 +630,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
589
630
|
value: 219,
|
|
590
631
|
},
|
|
591
632
|
{
|
|
592
|
-
item: 'Auto Program 28',
|
|
633
|
+
item: 'Auto Program 28-CYCLE THROUGH 1-27',
|
|
593
634
|
value: 227,
|
|
594
635
|
},
|
|
595
636
|
]
|
|
@@ -810,7 +851,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
810
851
|
|
|
811
852
|
],
|
|
812
853
|
name: 'WELL STX180',
|
|
813
|
-
},//updated Anthony
|
|
854
|
+
},//updated Anthony, UPDATED AGAIN 3-11-26, retest
|
|
814
855
|
360: {
|
|
815
856
|
profileId: 360,
|
|
816
857
|
channels: 15,
|
|
@@ -821,12 +862,48 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
821
862
|
},
|
|
822
863
|
whiteLocation: 5,
|
|
823
864
|
amberLocation: 5,
|
|
824
|
-
whiteMacrosLocation:
|
|
865
|
+
whiteMacrosLocation: 6,
|
|
825
866
|
uvLocation: 0,
|
|
826
867
|
dimmerLocation: 1,
|
|
827
868
|
fineDimmerLocation: 2,
|
|
828
869
|
strobeLocation: 7,
|
|
829
|
-
whiteMacros:
|
|
870
|
+
whiteMacros: {
|
|
871
|
+
'2800': 6,
|
|
872
|
+
'2900': 13,
|
|
873
|
+
'3000': 20,
|
|
874
|
+
'3100': 27,
|
|
875
|
+
'3200': 34,
|
|
876
|
+
'3300': 41,
|
|
877
|
+
'3400': 48,
|
|
878
|
+
'3500': 55,
|
|
879
|
+
'3600': 62,
|
|
880
|
+
'3700': 69,
|
|
881
|
+
'3800': 76,
|
|
882
|
+
'3900': 83,
|
|
883
|
+
'4000': 90,
|
|
884
|
+
'4100': 97,
|
|
885
|
+
'4200': 104,
|
|
886
|
+
'4300': 111,
|
|
887
|
+
'4400': 118,
|
|
888
|
+
'4500': 125,
|
|
889
|
+
'4600': 132,
|
|
890
|
+
'4700': 139,
|
|
891
|
+
'4800': 146,
|
|
892
|
+
'4900': 153,
|
|
893
|
+
'5000': 160,
|
|
894
|
+
'5100': 167,
|
|
895
|
+
'5200': 174,
|
|
896
|
+
'5300': 181,
|
|
897
|
+
'5400': 188,
|
|
898
|
+
'5500': 195,
|
|
899
|
+
'5600': 202,
|
|
900
|
+
'5700': 209,
|
|
901
|
+
'6000': 216,
|
|
902
|
+
'6500': 223,
|
|
903
|
+
'7000': 230,
|
|
904
|
+
'7500': 237,
|
|
905
|
+
'8000': 244,
|
|
906
|
+
},
|
|
830
907
|
autoPrograms: [
|
|
831
908
|
{
|
|
832
909
|
location: 8,
|
|
@@ -945,7 +1022,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
945
1022
|
value: 219,
|
|
946
1023
|
},
|
|
947
1024
|
{
|
|
948
|
-
item: 'Auto Program 28',
|
|
1025
|
+
item: 'Auto Program 28-CYCLE THROUGH 1-27',
|
|
949
1026
|
value: 227,
|
|
950
1027
|
},
|
|
951
1028
|
]
|
|
@@ -1166,7 +1243,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1166
1243
|
|
|
1167
1244
|
],
|
|
1168
1245
|
name: 'WELL STX360',
|
|
1169
|
-
},//updated Anthony
|
|
1246
|
+
},//updated Anthony, UPDATED AGAIN 3-11-26, retest
|
|
1170
1247
|
450: {
|
|
1171
1248
|
profileId: 450,
|
|
1172
1249
|
channels: 15,
|
|
@@ -1183,6 +1260,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1183
1260
|
fineDimmerLocation: 0,
|
|
1184
1261
|
strobeLocation: 3,
|
|
1185
1262
|
whiteMacros: {
|
|
1263
|
+
'Off': 0,
|
|
1186
1264
|
'2800': 6,
|
|
1187
1265
|
'3200': 26,
|
|
1188
1266
|
'3500': 51,
|
|
@@ -1195,7 +1273,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1195
1273
|
},
|
|
1196
1274
|
autoPrograms: [
|
|
1197
1275
|
{
|
|
1198
|
-
location:
|
|
1276
|
+
location: 9,
|
|
1199
1277
|
label: 'Auto Programs',
|
|
1200
1278
|
values: [
|
|
1201
1279
|
{
|
|
@@ -1311,13 +1389,13 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1311
1389
|
value: 219,
|
|
1312
1390
|
},
|
|
1313
1391
|
{
|
|
1314
|
-
item: 'Auto Program 28',
|
|
1392
|
+
item: 'Auto Program 28, CYCLES 1-27',
|
|
1315
1393
|
value: 227,
|
|
1316
1394
|
},
|
|
1317
1395
|
]
|
|
1318
1396
|
},
|
|
1319
1397
|
{
|
|
1320
|
-
location:
|
|
1398
|
+
location: 10,
|
|
1321
1399
|
label: 'Auto Speed',
|
|
1322
1400
|
range: {
|
|
1323
1401
|
start: 0,
|
|
@@ -1325,7 +1403,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1325
1403
|
},
|
|
1326
1404
|
},
|
|
1327
1405
|
{
|
|
1328
|
-
location:
|
|
1406
|
+
location: 11,
|
|
1329
1407
|
label: 'Foreground Dimmer',
|
|
1330
1408
|
range: {
|
|
1331
1409
|
start: 0,
|
|
@@ -1333,7 +1411,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1333
1411
|
},
|
|
1334
1412
|
},
|
|
1335
1413
|
{
|
|
1336
|
-
location:
|
|
1414
|
+
location: 12,
|
|
1337
1415
|
label: 'Foreground Color',
|
|
1338
1416
|
values: [
|
|
1339
1417
|
{
|
|
@@ -1415,7 +1493,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1415
1493
|
],
|
|
1416
1494
|
},
|
|
1417
1495
|
{
|
|
1418
|
-
location:
|
|
1496
|
+
location: 13,
|
|
1419
1497
|
label: 'Background Dimmer',
|
|
1420
1498
|
range: {
|
|
1421
1499
|
start: 0,
|
|
@@ -1423,7 +1501,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1423
1501
|
}
|
|
1424
1502
|
},
|
|
1425
1503
|
{
|
|
1426
|
-
location:
|
|
1504
|
+
location: 14,
|
|
1427
1505
|
label: 'Background Color',
|
|
1428
1506
|
values: [
|
|
1429
1507
|
{
|
|
@@ -1506,7 +1584,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1506
1584
|
},
|
|
1507
1585
|
],
|
|
1508
1586
|
name: 'WELL BATTEN 14',
|
|
1509
|
-
},
|
|
1587
|
+
}, //UPDATED 3-11-26, retest, retest again
|
|
1510
1588
|
800: {
|
|
1511
1589
|
profileId: 800,
|
|
1512
1590
|
channels: 11,
|
|
@@ -1523,18 +1601,44 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1523
1601
|
fineDimmerLocation: 0,
|
|
1524
1602
|
strobeLocation: 6,
|
|
1525
1603
|
whiteMacros: {
|
|
1526
|
-
'
|
|
1527
|
-
'
|
|
1528
|
-
'
|
|
1529
|
-
'
|
|
1530
|
-
'
|
|
1531
|
-
'
|
|
1532
|
-
'
|
|
1533
|
-
'
|
|
1534
|
-
'
|
|
1604
|
+
'Off': 0,
|
|
1605
|
+
'2800': 6,
|
|
1606
|
+
'2900': 13,
|
|
1607
|
+
'3000': 20,
|
|
1608
|
+
'3100': 27,
|
|
1609
|
+
'3200': 34,
|
|
1610
|
+
'3300': 41,
|
|
1611
|
+
'3400': 48,
|
|
1612
|
+
'3500': 55,
|
|
1613
|
+
'3600': 62,
|
|
1614
|
+
'3700': 69,
|
|
1615
|
+
'3800': 76,
|
|
1616
|
+
'3900': 83,
|
|
1617
|
+
'4000': 90,
|
|
1618
|
+
'4100': 97,
|
|
1619
|
+
'4200': 104,
|
|
1620
|
+
'4300': 111,
|
|
1621
|
+
'4400': 118,
|
|
1622
|
+
'4500': 125,
|
|
1623
|
+
'4600': 132,
|
|
1624
|
+
'4700': 139,
|
|
1625
|
+
'4800': 146,
|
|
1626
|
+
'4900': 153,
|
|
1627
|
+
'5000': 160,
|
|
1628
|
+
'5100': 167,
|
|
1629
|
+
'5200': 174,
|
|
1630
|
+
'5300': 181,
|
|
1631
|
+
'5400': 188,
|
|
1632
|
+
'5500': 195,
|
|
1633
|
+
'5600': 202,
|
|
1634
|
+
'5700': 209,
|
|
1635
|
+
'6000': 216,
|
|
1636
|
+
'6500': 223,
|
|
1637
|
+
'7000': 230,
|
|
1638
|
+
'7500': 237,
|
|
1639
|
+
'8000': 244,
|
|
1535
1640
|
},
|
|
1536
|
-
autoPrograms:
|
|
1537
|
-
effectMacro: [
|
|
1641
|
+
autoPrograms: [
|
|
1538
1642
|
{
|
|
1539
1643
|
location: 9,
|
|
1540
1644
|
label: 'Effect Macro',
|
|
@@ -1587,7 +1691,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1587
1691
|
},
|
|
1588
1692
|
],
|
|
1589
1693
|
name: 'onAir Panel 1 IP',
|
|
1590
|
-
},//updated Anthony
|
|
1694
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1591
1695
|
810: {
|
|
1592
1696
|
profileId: 810,
|
|
1593
1697
|
channels: 11,
|
|
@@ -1604,18 +1708,44 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1604
1708
|
fineDimmerLocation: 0,
|
|
1605
1709
|
strobeLocation: 6,
|
|
1606
1710
|
whiteMacros: {
|
|
1607
|
-
'
|
|
1608
|
-
'
|
|
1609
|
-
'
|
|
1610
|
-
'
|
|
1611
|
-
'
|
|
1612
|
-
'
|
|
1613
|
-
'
|
|
1614
|
-
'
|
|
1615
|
-
'
|
|
1711
|
+
'Off': 0,
|
|
1712
|
+
'2800': 6,
|
|
1713
|
+
'2900': 13,
|
|
1714
|
+
'3000': 20,
|
|
1715
|
+
'3100': 27,
|
|
1716
|
+
'3200': 34,
|
|
1717
|
+
'3300': 41,
|
|
1718
|
+
'3400': 48,
|
|
1719
|
+
'3500': 55,
|
|
1720
|
+
'3600': 62,
|
|
1721
|
+
'3700': 69,
|
|
1722
|
+
'3800': 76,
|
|
1723
|
+
'3900': 83,
|
|
1724
|
+
'4000': 90,
|
|
1725
|
+
'4100': 97,
|
|
1726
|
+
'4200': 104,
|
|
1727
|
+
'4300': 111,
|
|
1728
|
+
'4400': 118,
|
|
1729
|
+
'4500': 125,
|
|
1730
|
+
'4600': 132,
|
|
1731
|
+
'4700': 139,
|
|
1732
|
+
'4800': 146,
|
|
1733
|
+
'4900': 153,
|
|
1734
|
+
'5000': 160,
|
|
1735
|
+
'5100': 167,
|
|
1736
|
+
'5200': 174,
|
|
1737
|
+
'5300': 181,
|
|
1738
|
+
'5400': 188,
|
|
1739
|
+
'5500': 195,
|
|
1740
|
+
'5600': 202,
|
|
1741
|
+
'5700': 209,
|
|
1742
|
+
'6000': 216,
|
|
1743
|
+
'6500': 223,
|
|
1744
|
+
'7000': 230,
|
|
1745
|
+
'7500': 237,
|
|
1746
|
+
'8000': 244,
|
|
1616
1747
|
},
|
|
1617
|
-
autoPrograms:
|
|
1618
|
-
effectMacro: [
|
|
1748
|
+
autoPrograms: [
|
|
1619
1749
|
{
|
|
1620
1750
|
location: 9,
|
|
1621
1751
|
label: 'Effect Macro',
|
|
@@ -1668,7 +1798,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1668
1798
|
},
|
|
1669
1799
|
],
|
|
1670
1800
|
name: 'onAir Panel 2 IP',
|
|
1671
|
-
},//updated Anthony
|
|
1801
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1672
1802
|
820: {
|
|
1673
1803
|
profileId: 820,
|
|
1674
1804
|
channels: 11,
|
|
@@ -1685,18 +1815,44 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1685
1815
|
fineDimmerLocation: 0,
|
|
1686
1816
|
strobeLocation: 6,
|
|
1687
1817
|
whiteMacros: {
|
|
1688
|
-
'
|
|
1689
|
-
'
|
|
1690
|
-
'
|
|
1691
|
-
'
|
|
1692
|
-
'
|
|
1693
|
-
'
|
|
1694
|
-
'
|
|
1695
|
-
'
|
|
1696
|
-
'
|
|
1818
|
+
'Off': 0,
|
|
1819
|
+
'2800': 6,
|
|
1820
|
+
'2900': 13,
|
|
1821
|
+
'3000': 20,
|
|
1822
|
+
'3100': 27,
|
|
1823
|
+
'3200': 34,
|
|
1824
|
+
'3300': 41,
|
|
1825
|
+
'3400': 48,
|
|
1826
|
+
'3500': 55,
|
|
1827
|
+
'3600': 62,
|
|
1828
|
+
'3700': 69,
|
|
1829
|
+
'3800': 76,
|
|
1830
|
+
'3900': 83,
|
|
1831
|
+
'4000': 90,
|
|
1832
|
+
'4100': 97,
|
|
1833
|
+
'4200': 104,
|
|
1834
|
+
'4300': 111,
|
|
1835
|
+
'4400': 118,
|
|
1836
|
+
'4500': 125,
|
|
1837
|
+
'4600': 132,
|
|
1838
|
+
'4700': 139,
|
|
1839
|
+
'4800': 146,
|
|
1840
|
+
'4900': 153,
|
|
1841
|
+
'5000': 160,
|
|
1842
|
+
'5100': 167,
|
|
1843
|
+
'5200': 174,
|
|
1844
|
+
'5300': 181,
|
|
1845
|
+
'5400': 188,
|
|
1846
|
+
'5500': 195,
|
|
1847
|
+
'5600': 202,
|
|
1848
|
+
'5700': 209,
|
|
1849
|
+
'6000': 216,
|
|
1850
|
+
'6500': 223,
|
|
1851
|
+
'7000': 230,
|
|
1852
|
+
'7500': 237,
|
|
1853
|
+
'8000': 244,
|
|
1697
1854
|
},
|
|
1698
|
-
autoPrograms:
|
|
1699
|
-
effectMacro: [
|
|
1855
|
+
autoPrograms: [
|
|
1700
1856
|
{
|
|
1701
1857
|
location: 9,
|
|
1702
1858
|
label: 'Effect Macro',
|
|
@@ -1749,7 +1905,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1749
1905
|
},
|
|
1750
1906
|
],
|
|
1751
1907
|
name: 'onAir Panel 3 IP',
|
|
1752
|
-
},//updated Anthony
|
|
1908
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1753
1909
|
830: {
|
|
1754
1910
|
profileId: 830,
|
|
1755
1911
|
channels: 11,
|
|
@@ -1766,6 +1922,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1766
1922
|
fineDimmerLocation: 0,
|
|
1767
1923
|
strobeLocation: 6,
|
|
1768
1924
|
whiteMacros: {
|
|
1925
|
+
'Off': 0,
|
|
1769
1926
|
'2800': 10,
|
|
1770
1927
|
'3200': 35,
|
|
1771
1928
|
'3500': 56,
|
|
@@ -1830,7 +1987,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1830
1987
|
},
|
|
1831
1988
|
],
|
|
1832
1989
|
name: 'onAir Panel Min IP',
|
|
1833
|
-
},//updated Anthony
|
|
1990
|
+
},//updated Anthony, tested good
|
|
1834
1991
|
1010: {
|
|
1835
1992
|
profileId: 1010,
|
|
1836
1993
|
channels: 3,
|
|
@@ -1949,7 +2106,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1949
2106
|
profileId: 1070,
|
|
1950
2107
|
channels: 1,
|
|
1951
2108
|
rgbRelation: {
|
|
1952
|
-
r:
|
|
2109
|
+
r: 1,
|
|
1953
2110
|
g: 0,
|
|
1954
2111
|
b: 0,
|
|
1955
2112
|
},
|
|
@@ -1963,7 +2120,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1963
2120
|
whiteMacros: null,
|
|
1964
2121
|
autoPrograms: null,
|
|
1965
2122
|
name: 'Generic Dimmer',
|
|
1966
|
-
},//Added Anthony
|
|
2123
|
+
},//Added Anthony, updated 3-11-26, retest, retest again
|
|
1967
2124
|
10100: {
|
|
1968
2125
|
profileId: 10100,
|
|
1969
2126
|
channels: 12,
|
|
@@ -2782,6 +2939,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2782
2939
|
location: 12,
|
|
2783
2940
|
label: 'Foreground Color',
|
|
2784
2941
|
values: [
|
|
2942
|
+
{
|
|
2943
|
+
item: 'off',
|
|
2944
|
+
value: 252,
|
|
2945
|
+
},
|
|
2785
2946
|
{
|
|
2786
2947
|
item: 'Red',
|
|
2787
2948
|
value: 0,
|
|
@@ -3034,10 +3195,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3034
3195
|
item: 'Red + Green + Blue + Amber + White + Purple',
|
|
3035
3196
|
value: 248,
|
|
3036
3197
|
},
|
|
3037
|
-
{
|
|
3038
|
-
item: 'off',
|
|
3039
|
-
value: 252,
|
|
3040
|
-
},
|
|
3041
3198
|
],
|
|
3042
3199
|
},
|
|
3043
3200
|
{
|
|
@@ -3052,6 +3209,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3052
3209
|
location: 14,
|
|
3053
3210
|
label: 'Background Color',
|
|
3054
3211
|
values: [
|
|
3212
|
+
{
|
|
3213
|
+
item: 'off',
|
|
3214
|
+
value: 252,
|
|
3215
|
+
},
|
|
3055
3216
|
{
|
|
3056
3217
|
item: 'Red',
|
|
3057
3218
|
value: 0,
|
|
@@ -3304,10 +3465,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3304
3465
|
item: 'Red + Green + Blue + Amber + White + Purple',
|
|
3305
3466
|
value: 248,
|
|
3306
3467
|
},
|
|
3307
|
-
{
|
|
3308
|
-
item: 'off',
|
|
3309
|
-
value: 252,
|
|
3310
|
-
},
|
|
3311
3468
|
],
|
|
3312
3469
|
},
|
|
3313
3470
|
{
|
|
@@ -3354,7 +3511,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3354
3511
|
},
|
|
3355
3512
|
],
|
|
3356
3513
|
name: 'FREEDOM Flex H9 IP',
|
|
3357
|
-
}, // Done Andy
|
|
3514
|
+
}, // Done Andy //GOOD
|
|
3358
3515
|
10130: {
|
|
3359
3516
|
profileId: 10130,
|
|
3360
3517
|
channels: 15,
|
|
@@ -3365,12 +3522,30 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3365
3522
|
},
|
|
3366
3523
|
whiteLocation: 5,
|
|
3367
3524
|
amberLocation: 0,
|
|
3368
|
-
whiteMacrosLocation:
|
|
3525
|
+
whiteMacrosLocation: 6,
|
|
3369
3526
|
uvLocation: 0,
|
|
3370
3527
|
dimmerLocation: 1,
|
|
3371
3528
|
fineDimmerLocation: 0,
|
|
3372
3529
|
strobeLocation: 7,
|
|
3373
|
-
whiteMacros:
|
|
3530
|
+
whiteMacros: {
|
|
3531
|
+
'Off': 0,
|
|
3532
|
+
'2200': 6,
|
|
3533
|
+
'2400': 16,
|
|
3534
|
+
'2600': 26,
|
|
3535
|
+
'2800': 36,
|
|
3536
|
+
'3000': 43,
|
|
3537
|
+
'3200': 51,
|
|
3538
|
+
'3500': 61,
|
|
3539
|
+
'4000': 76,
|
|
3540
|
+
'4500': 101,
|
|
3541
|
+
'5000': 126,
|
|
3542
|
+
'5600': 151,
|
|
3543
|
+
'6000': 176,
|
|
3544
|
+
'6500': 201,
|
|
3545
|
+
'7000': 211,
|
|
3546
|
+
'7500': 221,
|
|
3547
|
+
'8000': 235,
|
|
3548
|
+
},
|
|
3374
3549
|
autoPrograms: [
|
|
3375
3550
|
{
|
|
3376
3551
|
location: 8,
|
|
@@ -3573,7 +3748,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3573
3748
|
value: 224,
|
|
3574
3749
|
},
|
|
3575
3750
|
{
|
|
3576
|
-
item: 'Auto'
|
|
3751
|
+
item: 'Auto',
|
|
3752
|
+
value: 238,
|
|
3577
3753
|
},
|
|
3578
3754
|
],
|
|
3579
3755
|
},
|
|
@@ -3658,7 +3834,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3658
3834
|
value: 224,
|
|
3659
3835
|
},
|
|
3660
3836
|
{
|
|
3661
|
-
item: 'Auto'
|
|
3837
|
+
item: 'Auto',
|
|
3838
|
+
value: 238,
|
|
3662
3839
|
},
|
|
3663
3840
|
],
|
|
3664
3841
|
},
|
|
@@ -3690,7 +3867,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3690
3867
|
},
|
|
3691
3868
|
],
|
|
3692
3869
|
name: 'FREEDOM Flex Stick',
|
|
3693
|
-
},//updated Anthony
|
|
3870
|
+
},//updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs
|
|
3694
3871
|
10210: {
|
|
3695
3872
|
profileId: 10210,
|
|
3696
3873
|
channels: 12,
|
|
@@ -3782,7 +3959,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3782
3959
|
},
|
|
3783
3960
|
],
|
|
3784
3961
|
name: 'FREEDOM Par Hex-4',
|
|
3785
|
-
}, //updated Anthony
|
|
3962
|
+
}, //updated Anthony //GOOD
|
|
3786
3963
|
10211: {
|
|
3787
3964
|
profileId: 10211,
|
|
3788
3965
|
channels: 16,
|
|
@@ -4706,7 +4883,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4706
4883
|
|
|
4707
4884
|
],
|
|
4708
4885
|
name: 'FREEDOM Par Q9',
|
|
4709
|
-
}, // Done David
|
|
4886
|
+
}, // Done David //
|
|
4710
4887
|
10221: {
|
|
4711
4888
|
profileId: 10221,
|
|
4712
4889
|
channels: 14,
|
|
@@ -4980,7 +5157,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4980
5157
|
},
|
|
4981
5158
|
],
|
|
4982
5159
|
name: 'FREEDOM Par Q12',
|
|
4983
|
-
},// Added Anthony
|
|
5160
|
+
},// Added Anthony //GOOD
|
|
4984
5161
|
10230: {
|
|
4985
5162
|
profileId: 10230,
|
|
4986
5163
|
channels: 10,
|
|
@@ -4997,17 +5174,17 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4997
5174
|
fineDimmerLocation: 0,
|
|
4998
5175
|
strobeLocation: 7,
|
|
4999
5176
|
whiteMacros: {
|
|
5000
|
-
'
|
|
5001
|
-
'
|
|
5002
|
-
'
|
|
5003
|
-
'
|
|
5004
|
-
'
|
|
5005
|
-
'
|
|
5006
|
-
'
|
|
5007
|
-
'
|
|
5008
|
-
'
|
|
5009
|
-
'
|
|
5010
|
-
'
|
|
5177
|
+
'2800': 201,
|
|
5178
|
+
'3000': 206,
|
|
5179
|
+
'3200': 211,
|
|
5180
|
+
'3500': 216,
|
|
5181
|
+
'4000': 221,
|
|
5182
|
+
'4500': 226,
|
|
5183
|
+
'5000': 231,
|
|
5184
|
+
'5600': 236,
|
|
5185
|
+
'6500': 241,
|
|
5186
|
+
'7000': 246,
|
|
5187
|
+
'8000': 251,
|
|
5011
5188
|
},
|
|
5012
5189
|
autoPrograms: [
|
|
5013
5190
|
{
|
|
@@ -5085,7 +5262,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5085
5262
|
|
|
5086
5263
|
],
|
|
5087
5264
|
name: 'FREEDOM Par Quad-4',
|
|
5088
|
-
},//updated Anthony
|
|
5265
|
+
},//updated Anthony, updated again
|
|
5089
5266
|
10240: {
|
|
5090
5267
|
profileId: 10240,
|
|
5091
5268
|
channels: 10,
|
|
@@ -5096,24 +5273,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5096
5273
|
},
|
|
5097
5274
|
whiteLocation: 0,
|
|
5098
5275
|
amberLocation: 5,
|
|
5099
|
-
whiteMacrosLocation:
|
|
5276
|
+
whiteMacrosLocation: 0,
|
|
5100
5277
|
uvLocation: 0,
|
|
5101
5278
|
dimmerLocation: 1,
|
|
5102
5279
|
fineDimmerLocation: 0,
|
|
5103
5280
|
strobeLocation: 7,
|
|
5104
|
-
whiteMacros:
|
|
5105
|
-
'1': 201,
|
|
5106
|
-
'2': 206,
|
|
5107
|
-
'3': 211,
|
|
5108
|
-
'4': 216,
|
|
5109
|
-
'5': 221,
|
|
5110
|
-
'6': 226,
|
|
5111
|
-
'7': 231,
|
|
5112
|
-
'8': 236,
|
|
5113
|
-
'9': 241,
|
|
5114
|
-
'10': 246,
|
|
5115
|
-
'11': 251,
|
|
5116
|
-
},
|
|
5281
|
+
whiteMacros: null,
|
|
5117
5282
|
autoPrograms: [
|
|
5118
5283
|
{
|
|
5119
5284
|
location: 8,
|
|
@@ -5181,7 +5346,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5181
5346
|
|
|
5182
5347
|
],
|
|
5183
5348
|
name: 'FREEDOM Par Quad-4 IP',
|
|
5184
|
-
},///updated Anthony
|
|
5349
|
+
},///updated Anthony, updated again, GOOD
|
|
5185
5350
|
10250: {
|
|
5186
5351
|
profileId: 10250,
|
|
5187
5352
|
channels: 13,
|
|
@@ -5409,24 +5574,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5409
5574
|
},
|
|
5410
5575
|
whiteLocation: 0,
|
|
5411
5576
|
amberLocation: 0,
|
|
5412
|
-
whiteMacrosLocation:
|
|
5577
|
+
whiteMacrosLocation: 0,
|
|
5413
5578
|
uvLocation: 0,
|
|
5414
5579
|
dimmerLocation: 1,
|
|
5415
5580
|
fineDimmerLocation: 0,
|
|
5416
5581
|
strobeLocation: 6,
|
|
5417
|
-
whiteMacros:
|
|
5418
|
-
'1': 201,
|
|
5419
|
-
'2': 206,
|
|
5420
|
-
'3': 211,
|
|
5421
|
-
'4': 216,
|
|
5422
|
-
'5': 221,
|
|
5423
|
-
'6': 226,
|
|
5424
|
-
'7': 231,
|
|
5425
|
-
'8': 236,
|
|
5426
|
-
'9': 241,
|
|
5427
|
-
'10': 246,
|
|
5428
|
-
'11': 251,
|
|
5429
|
-
},
|
|
5582
|
+
whiteMacros: null,
|
|
5430
5583
|
autoPrograms: [
|
|
5431
5584
|
{
|
|
5432
5585
|
location: 7,
|
|
@@ -5466,7 +5619,15 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5466
5619
|
start: 0,
|
|
5467
5620
|
end: 255
|
|
5468
5621
|
},
|
|
5469
|
-
|
|
5622
|
+
altLabel: 'Sound Sensitivity',
|
|
5623
|
+
altRange: {
|
|
5624
|
+
start: 11,
|
|
5625
|
+
end: 255
|
|
5626
|
+
},
|
|
5627
|
+
altCondition: {
|
|
5628
|
+
location: 7,
|
|
5629
|
+
minValue: 241,
|
|
5630
|
+
}
|
|
5470
5631
|
},
|
|
5471
5632
|
],
|
|
5472
5633
|
dimmerSpeedMode: [
|
|
@@ -5496,7 +5657,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5496
5657
|
|
|
5497
5658
|
],
|
|
5498
5659
|
name: 'FREEDOM Par Tri-6',
|
|
5499
|
-
},//updated Anthony
|
|
5660
|
+
},//updated Anthony //updated, fixed sound sensitivity, tested GOOD
|
|
5500
5661
|
10300: {
|
|
5501
5662
|
profileId: 10300,
|
|
5502
5663
|
channels: 10,
|
|
@@ -5740,7 +5901,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5740
5901
|
|
|
5741
5902
|
],
|
|
5742
5903
|
name: 'FREEDOM H1 IP X4',
|
|
5743
|
-
},//updated Anthony
|
|
5904
|
+
},//updated Anthony //GOOD
|
|
5744
5905
|
10330: {
|
|
5745
5906
|
profileId: 10330,
|
|
5746
5907
|
channels: 8,
|
|
@@ -6026,24 +6187,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
6026
6187
|
},
|
|
6027
6188
|
whiteLocation: 5,
|
|
6028
6189
|
amberLocation: 0,
|
|
6029
|
-
whiteMacrosLocation:
|
|
6190
|
+
whiteMacrosLocation: 0,
|
|
6030
6191
|
uvLocation: 0,
|
|
6031
6192
|
dimmerLocation: 1,
|
|
6032
6193
|
fineDimmerLocation: 0,
|
|
6033
6194
|
strobeLocation: 6,
|
|
6034
|
-
whiteMacros:
|
|
6035
|
-
'1': 201,
|
|
6036
|
-
'2': 206,
|
|
6037
|
-
'3': 211,
|
|
6038
|
-
'4': 216,
|
|
6039
|
-
'5': 221,
|
|
6040
|
-
'6': 226,
|
|
6041
|
-
'7': 231,
|
|
6042
|
-
'8': 236,
|
|
6043
|
-
'9': 241,
|
|
6044
|
-
'10': 246,
|
|
6045
|
-
'11': 251,
|
|
6046
|
-
},
|
|
6195
|
+
whiteMacros: null,
|
|
6047
6196
|
autoPrograms: [
|
|
6048
6197
|
{
|
|
6049
6198
|
location: 8,
|
|
@@ -6121,7 +6270,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
6121
6270
|
|
|
6122
6271
|
],
|
|
6123
6272
|
name: 'FREEDOM Q1N',
|
|
6124
|
-
},//updated Anthony
|
|
6273
|
+
},//updated Anthony, GOOD
|
|
6125
6274
|
11015: {
|
|
6126
6275
|
profileId: 11015,
|
|
6127
6276
|
channels: 4,
|