@chauvet/connect-base-profiles 2.2.0 → 2.2.2
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 +11 -5
- package/dist/baseProfiles.d.ts +4 -0
- package/dist/baseProfiles.js +5676 -81
- package/keys.txt +1 -0
- package/package.json +1 -1
- package/profileIds.txt +1 -0
- package/src/baseProfiles.ts +284 -80
package/keys.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
50:{60:{150:{160:{250:{260:{350:{360:{450:{800:{810:{820:{830:{1010:{1015:{1020:{1030:{1050:{1060:{1070:{10100:{10110:{10120:{10130:{10210:{10211:{10220:{10221:{10230:{10240:{10250:{10260:{10300:{10310:{10311:{10330:{10340:{11010:{10320:{11015:{11020:{11030:{11050:{11060:{
|
package/package.json
CHANGED
package/profileIds.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
50601501602502603503604508008108208301010101510201030105010601070101001011010120101301021010211102201022110230102401025010260103001031010311103301034011010103201101511020110301105011060
|
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
|
|
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
|
|
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
|
|
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,
|
|
@@ -1311,7 +1389,7 @@ 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
|
]
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
@@ -1949,9 +2106,9 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1949
2106
|
profileId: 1070,
|
|
1950
2107
|
channels: 1,
|
|
1951
2108
|
rgbRelation: {
|
|
1952
|
-
r:
|
|
1953
|
-
g:
|
|
1954
|
-
b:
|
|
2109
|
+
r: 1,
|
|
2110
|
+
g: 1,
|
|
2111
|
+
b: 1,
|
|
1955
2112
|
},
|
|
1956
2113
|
whiteLocation: 0,
|
|
1957
2114
|
amberLocation: 0,
|
|
@@ -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
|
|
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,49 @@ 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
|
+
'2800': 6,
|
|
3533
|
+
'2900': 13,
|
|
3534
|
+
'3000': 20,
|
|
3535
|
+
'3100': 27,
|
|
3536
|
+
'3200': 34,
|
|
3537
|
+
'3300': 41,
|
|
3538
|
+
'3400': 48,
|
|
3539
|
+
'3500': 55,
|
|
3540
|
+
'3600': 62,
|
|
3541
|
+
'3700': 69,
|
|
3542
|
+
'3800': 76,
|
|
3543
|
+
'3900': 83,
|
|
3544
|
+
'4000': 90,
|
|
3545
|
+
'4100': 97,
|
|
3546
|
+
'4200': 104,
|
|
3547
|
+
'4300': 111,
|
|
3548
|
+
'4400': 118,
|
|
3549
|
+
'4500': 125,
|
|
3550
|
+
'4600': 132,
|
|
3551
|
+
'4700': 139,
|
|
3552
|
+
'4800': 146,
|
|
3553
|
+
'4900': 153,
|
|
3554
|
+
'5000': 160,
|
|
3555
|
+
'5100': 167,
|
|
3556
|
+
'5200': 174,
|
|
3557
|
+
'5300': 181,
|
|
3558
|
+
'5400': 188,
|
|
3559
|
+
'5500': 195,
|
|
3560
|
+
'5600': 202,
|
|
3561
|
+
'5700': 209,
|
|
3562
|
+
'6000': 216,
|
|
3563
|
+
'6500': 223,
|
|
3564
|
+
'7000': 230,
|
|
3565
|
+
'7500': 237,
|
|
3566
|
+
'8000': 244,
|
|
3567
|
+
},
|
|
3374
3568
|
autoPrograms: [
|
|
3375
3569
|
{
|
|
3376
3570
|
location: 8,
|
|
@@ -3573,7 +3767,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3573
3767
|
value: 224,
|
|
3574
3768
|
},
|
|
3575
3769
|
{
|
|
3576
|
-
item: 'Auto'
|
|
3770
|
+
item: 'Auto',
|
|
3771
|
+
value: 238,
|
|
3577
3772
|
},
|
|
3578
3773
|
],
|
|
3579
3774
|
},
|
|
@@ -3658,7 +3853,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3658
3853
|
value: 224,
|
|
3659
3854
|
},
|
|
3660
3855
|
{
|
|
3661
|
-
item: 'Auto'
|
|
3856
|
+
item: 'Auto',
|
|
3857
|
+
value: 238,
|
|
3662
3858
|
},
|
|
3663
3859
|
],
|
|
3664
3860
|
},
|
|
@@ -3690,7 +3886,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3690
3886
|
},
|
|
3691
3887
|
],
|
|
3692
3888
|
name: 'FREEDOM Flex Stick',
|
|
3693
|
-
},//updated Anthony
|
|
3889
|
+
},//updated Anthony, updated 3-11-26, retest AUTO color
|
|
3694
3890
|
10210: {
|
|
3695
3891
|
profileId: 10210,
|
|
3696
3892
|
channels: 12,
|
|
@@ -3782,7 +3978,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3782
3978
|
},
|
|
3783
3979
|
],
|
|
3784
3980
|
name: 'FREEDOM Par Hex-4',
|
|
3785
|
-
}, //updated Anthony
|
|
3981
|
+
}, //updated Anthony //GOOD
|
|
3786
3982
|
10211: {
|
|
3787
3983
|
profileId: 10211,
|
|
3788
3984
|
channels: 16,
|
|
@@ -4706,7 +4902,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4706
4902
|
|
|
4707
4903
|
],
|
|
4708
4904
|
name: 'FREEDOM Par Q9',
|
|
4709
|
-
}, // Done David
|
|
4905
|
+
}, // Done David //
|
|
4710
4906
|
10221: {
|
|
4711
4907
|
profileId: 10221,
|
|
4712
4908
|
channels: 14,
|
|
@@ -4980,7 +5176,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4980
5176
|
},
|
|
4981
5177
|
],
|
|
4982
5178
|
name: 'FREEDOM Par Q12',
|
|
4983
|
-
},// Added Anthony
|
|
5179
|
+
},// Added Anthony //GOOD
|
|
4984
5180
|
10230: {
|
|
4985
5181
|
profileId: 10230,
|
|
4986
5182
|
channels: 10,
|
|
@@ -5466,7 +5662,15 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5466
5662
|
start: 0,
|
|
5467
5663
|
end: 255
|
|
5468
5664
|
},
|
|
5469
|
-
|
|
5665
|
+
altLabel: 'Sound Sensitivity',
|
|
5666
|
+
altRange: {
|
|
5667
|
+
start: 11,
|
|
5668
|
+
end: 255
|
|
5669
|
+
},
|
|
5670
|
+
altCondition: {
|
|
5671
|
+
location: 7,
|
|
5672
|
+
minValue: 241,
|
|
5673
|
+
}
|
|
5470
5674
|
},
|
|
5471
5675
|
],
|
|
5472
5676
|
dimmerSpeedMode: [
|
|
@@ -5496,7 +5700,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5496
5700
|
|
|
5497
5701
|
],
|
|
5498
5702
|
name: 'FREEDOM Par Tri-6',
|
|
5499
|
-
},//updated Anthony
|
|
5703
|
+
},//updated Anthony //updated, fixed sound sensitivity
|
|
5500
5704
|
10300: {
|
|
5501
5705
|
profileId: 10300,
|
|
5502
5706
|
channels: 10,
|
|
@@ -5740,7 +5944,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5740
5944
|
|
|
5741
5945
|
],
|
|
5742
5946
|
name: 'FREEDOM H1 IP X4',
|
|
5743
|
-
},//updated Anthony
|
|
5947
|
+
},//updated Anthony //GOOD
|
|
5744
5948
|
10330: {
|
|
5745
5949
|
profileId: 10330,
|
|
5746
5950
|
channels: 8,
|