@chauvet/connect-base-profiles 2.2.2 → 2.2.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 +138 -205
- package/package.json +1 -1
- package/src/baseProfiles.ts +138 -208
package/src/baseProfiles.ts
CHANGED
|
@@ -188,19 +188,19 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
188
188
|
value: 0,
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
item: 'Auto
|
|
191
|
+
item: 'Auto 1, PulseInOut',
|
|
192
192
|
value: 11,
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
item: 'Auto
|
|
196
|
-
value:
|
|
195
|
+
item: 'Auto 2, PulseIn',
|
|
196
|
+
value: 38,
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
item: 'Auto
|
|
200
|
-
value:
|
|
199
|
+
item: 'Auto 3, PulseOut',
|
|
200
|
+
value: 65,
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
|
-
item: 'Auto
|
|
203
|
+
item: 'Auto 4, SmoothFade',
|
|
204
204
|
value: 161,
|
|
205
205
|
},
|
|
206
206
|
{
|
|
@@ -219,7 +219,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
219
219
|
},
|
|
220
220
|
],
|
|
221
221
|
name: 'WELL POD 2',//updated 3-11-26, retest
|
|
222
|
-
},//updated 3-11-26, retest
|
|
222
|
+
},//updated 3-11-26, retest, tested good
|
|
223
223
|
160: {
|
|
224
224
|
profileId: 160,
|
|
225
225
|
channels: 12,
|
|
@@ -257,19 +257,19 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
257
257
|
value: 0,
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
item: 'Auto
|
|
260
|
+
item: 'Auto 1, PulseInOut',
|
|
261
261
|
value: 11,
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
item: 'Auto
|
|
265
|
-
value:
|
|
264
|
+
item: 'Auto 2, PulseIn',
|
|
265
|
+
value: 38,
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
item: 'Auto
|
|
269
|
-
value:
|
|
268
|
+
item: 'Auto 3, PulseOut',
|
|
269
|
+
value: 65,
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
|
-
item: 'Auto
|
|
272
|
+
item: 'Auto 4, SmoothFade',
|
|
273
273
|
value: 161,
|
|
274
274
|
},
|
|
275
275
|
{
|
|
@@ -288,7 +288,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
288
288
|
},
|
|
289
289
|
],
|
|
290
290
|
name: 'WELL POD 3',
|
|
291
|
-
},//updated 3-11-26, retest
|
|
291
|
+
},//updated 3-11-26, retest, tested good
|
|
292
292
|
250: {
|
|
293
293
|
profileId: 250,
|
|
294
294
|
channels: 13,
|
|
@@ -373,7 +373,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
373
373
|
},
|
|
374
374
|
],
|
|
375
375
|
name: 'WELL PANEL',
|
|
376
|
-
},//updated 3-11-26, retest
|
|
376
|
+
},//updated 3-11-26, retest,
|
|
377
377
|
260: {
|
|
378
378
|
profileId: 260,
|
|
379
379
|
channels: 12,
|
|
@@ -411,19 +411,19 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
411
411
|
value: 0,
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
|
-
item: 'Auto
|
|
414
|
+
item: 'Auto 1, PulseInOut',
|
|
415
415
|
value: 11,
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
|
-
item: 'Auto
|
|
418
|
+
item: 'Auto 2, PulseIn',
|
|
419
419
|
value: 38,
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
|
-
item: 'Auto
|
|
422
|
+
item: 'Auto 3, PulseOut',
|
|
423
423
|
value: 65,
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
|
-
item: 'Auto
|
|
426
|
+
item: 'Auto 4, SmoothFade',
|
|
427
427
|
value: 92,
|
|
428
428
|
},
|
|
429
429
|
{
|
|
@@ -458,7 +458,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
458
458
|
},
|
|
459
459
|
],
|
|
460
460
|
name: 'WELL PANEL X',
|
|
461
|
-
},//updated 3-11-26, retest
|
|
461
|
+
},//updated 3-11-26, retest, tested GOOD
|
|
462
462
|
350: {
|
|
463
463
|
profileId: 350,
|
|
464
464
|
channels: 15,
|
|
@@ -851,7 +851,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
851
851
|
|
|
852
852
|
],
|
|
853
853
|
name: 'WELL STX180',
|
|
854
|
-
},//updated Anthony, UPDATED AGAIN 3-11-26, retest
|
|
854
|
+
},//updated Anthony, UPDATED AGAIN 3-11-26, retest, tested GOOD
|
|
855
855
|
360: {
|
|
856
856
|
profileId: 360,
|
|
857
857
|
channels: 15,
|
|
@@ -1243,7 +1243,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1243
1243
|
|
|
1244
1244
|
],
|
|
1245
1245
|
name: 'WELL STX360',
|
|
1246
|
-
},//updated Anthony, UPDATED AGAIN 3-11-26, retest
|
|
1246
|
+
},//updated Anthony, UPDATED AGAIN 3-11-26, retest,
|
|
1247
1247
|
450: {
|
|
1248
1248
|
profileId: 450,
|
|
1249
1249
|
channels: 15,
|
|
@@ -1273,7 +1273,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1273
1273
|
},
|
|
1274
1274
|
autoPrograms: [
|
|
1275
1275
|
{
|
|
1276
|
-
location:
|
|
1276
|
+
location: 9,
|
|
1277
1277
|
label: 'Auto Programs',
|
|
1278
1278
|
values: [
|
|
1279
1279
|
{
|
|
@@ -1281,111 +1281,111 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1281
1281
|
value: 0,
|
|
1282
1282
|
},
|
|
1283
1283
|
{
|
|
1284
|
-
item: 'Auto
|
|
1284
|
+
item: 'Auto 1,SolidFade',
|
|
1285
1285
|
value: 11,
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
|
-
item: 'Auto
|
|
1288
|
+
item: 'Auto 2,SolidSnap',
|
|
1289
1289
|
value: 19,
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
|
-
item: 'Auto
|
|
1292
|
+
item: 'Auto 3,ChaseL',
|
|
1293
1293
|
value: 27,
|
|
1294
1294
|
},
|
|
1295
1295
|
{
|
|
1296
|
-
item: 'Auto
|
|
1296
|
+
item: 'Auto 4,ChaseR',
|
|
1297
1297
|
value: 35,
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
|
-
item: 'Auto
|
|
1300
|
+
item: 'Auto 5,ChaseLR',
|
|
1301
1301
|
value: 43,
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
1304
|
-
item: 'Auto
|
|
1304
|
+
item: 'Auto 6,ScrollL',
|
|
1305
1305
|
value: 51,
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
|
-
item: 'Auto
|
|
1308
|
+
item: 'Auto 7,ScrollR',
|
|
1309
1309
|
value: 59,
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
|
-
item: 'Auto
|
|
1312
|
+
item: 'Auto 8,2x2',
|
|
1313
1313
|
value: 67,
|
|
1314
1314
|
},
|
|
1315
1315
|
{
|
|
1316
|
-
item: 'Auto
|
|
1316
|
+
item: 'Auto 9,Blinker',
|
|
1317
1317
|
value: 75,
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
1320
|
-
item: 'Auto
|
|
1320
|
+
item: 'Auto 10,ZoomIn',
|
|
1321
1321
|
value: 83,
|
|
1322
1322
|
},
|
|
1323
1323
|
{
|
|
1324
|
-
item: 'Auto
|
|
1324
|
+
item: 'Auto 11,Zoom.I/O',
|
|
1325
1325
|
value: 91,
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
|
-
item: 'Auto
|
|
1328
|
+
item: 'Auto 12,Zoom.I/O.Fade',
|
|
1329
1329
|
value: 99,
|
|
1330
1330
|
},
|
|
1331
1331
|
{
|
|
1332
|
-
item: 'Auto
|
|
1332
|
+
item: 'Auto 13,Bounce',
|
|
1333
1333
|
value: 107,
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
|
-
item: 'Auto
|
|
1336
|
+
item: 'Auto 14,Stack',
|
|
1337
1337
|
value: 115,
|
|
1338
1338
|
},
|
|
1339
1339
|
{
|
|
1340
|
-
item: 'Auto
|
|
1340
|
+
item: 'Auto 15,StackFade',
|
|
1341
1341
|
value: 123,
|
|
1342
1342
|
},
|
|
1343
1343
|
{
|
|
1344
|
-
item: 'Auto
|
|
1344
|
+
item: 'Auto 16,StackFlash',
|
|
1345
1345
|
value: 131,
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
|
-
item: 'Auto
|
|
1348
|
+
item: 'Auto 17,RunwayL',
|
|
1349
1349
|
value: 139,
|
|
1350
1350
|
},
|
|
1351
1351
|
{
|
|
1352
|
-
item: 'Auto
|
|
1352
|
+
item: 'Auto 18,RunwayR',
|
|
1353
1353
|
value: 147,
|
|
1354
1354
|
},
|
|
1355
1355
|
{
|
|
1356
|
-
item: 'Auto
|
|
1356
|
+
item: 'Auto 19,TicTak',
|
|
1357
1357
|
value: 155,
|
|
1358
1358
|
},
|
|
1359
1359
|
{
|
|
1360
|
-
item: 'Auto
|
|
1360
|
+
item: 'Auto 20,TicTakL',
|
|
1361
1361
|
value: 163,
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
|
-
item: 'Auto
|
|
1364
|
+
item: 'Auto 21,TicTakR',
|
|
1365
1365
|
value: 171,
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
|
-
item: 'Auto
|
|
1368
|
+
item: 'Auto 22,BlockA L',
|
|
1369
1369
|
value: 179,
|
|
1370
1370
|
},
|
|
1371
1371
|
{
|
|
1372
|
-
item: 'Auto
|
|
1372
|
+
item: 'Auto 23,BlockB L',
|
|
1373
1373
|
value: 187,
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
|
-
item: 'Auto
|
|
1376
|
+
item: 'Auto 24,BlockZoom',
|
|
1377
1377
|
value: 195,
|
|
1378
1378
|
},
|
|
1379
1379
|
{
|
|
1380
|
-
item: 'Auto
|
|
1380
|
+
item: 'Auto 25,StackA',
|
|
1381
1381
|
value: 203,
|
|
1382
1382
|
},
|
|
1383
1383
|
{
|
|
1384
|
-
item: 'Auto
|
|
1384
|
+
item: 'Auto 26,BlokBounce',
|
|
1385
1385
|
value: 111,
|
|
1386
1386
|
},
|
|
1387
1387
|
{
|
|
1388
|
-
item: 'Auto
|
|
1388
|
+
item: 'Auto 27,ZoomStack',
|
|
1389
1389
|
value: 219,
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
@@ -1395,7 +1395,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1395
1395
|
]
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
|
-
location:
|
|
1398
|
+
location: 10,
|
|
1399
1399
|
label: 'Auto Speed',
|
|
1400
1400
|
range: {
|
|
1401
1401
|
start: 0,
|
|
@@ -1403,7 +1403,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1403
1403
|
},
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
|
-
location:
|
|
1406
|
+
location: 11,
|
|
1407
1407
|
label: 'Foreground Dimmer',
|
|
1408
1408
|
range: {
|
|
1409
1409
|
start: 0,
|
|
@@ -1411,7 +1411,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1411
1411
|
},
|
|
1412
1412
|
},
|
|
1413
1413
|
{
|
|
1414
|
-
location:
|
|
1414
|
+
location: 12,
|
|
1415
1415
|
label: 'Foreground Color',
|
|
1416
1416
|
values: [
|
|
1417
1417
|
{
|
|
@@ -1493,7 +1493,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1493
1493
|
],
|
|
1494
1494
|
},
|
|
1495
1495
|
{
|
|
1496
|
-
location:
|
|
1496
|
+
location: 13,
|
|
1497
1497
|
label: 'Background Dimmer',
|
|
1498
1498
|
range: {
|
|
1499
1499
|
start: 0,
|
|
@@ -1501,7 +1501,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
1503
|
{
|
|
1504
|
-
location:
|
|
1504
|
+
location: 14,
|
|
1505
1505
|
label: 'Background Color',
|
|
1506
1506
|
values: [
|
|
1507
1507
|
{
|
|
@@ -1584,7 +1584,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1584
1584
|
},
|
|
1585
1585
|
],
|
|
1586
1586
|
name: 'WELL BATTEN 14',
|
|
1587
|
-
}, //UPDATED 3-11-26, retest
|
|
1587
|
+
}, //UPDATED 3-11-26, retest, retest again,
|
|
1588
1588
|
800: {
|
|
1589
1589
|
profileId: 800,
|
|
1590
1590
|
channels: 11,
|
|
@@ -1691,7 +1691,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1691
1691
|
},
|
|
1692
1692
|
],
|
|
1693
1693
|
name: 'onAir Panel 1 IP',
|
|
1694
|
-
},//updated Anthony, updated 3-11-26, retest
|
|
1694
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1695
1695
|
810: {
|
|
1696
1696
|
profileId: 810,
|
|
1697
1697
|
channels: 11,
|
|
@@ -1798,7 +1798,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1798
1798
|
},
|
|
1799
1799
|
],
|
|
1800
1800
|
name: 'onAir Panel 2 IP',
|
|
1801
|
-
},//updated Anthony, updated 3-11-26, retest
|
|
1801
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1802
1802
|
820: {
|
|
1803
1803
|
profileId: 820,
|
|
1804
1804
|
channels: 11,
|
|
@@ -1905,7 +1905,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1905
1905
|
},
|
|
1906
1906
|
],
|
|
1907
1907
|
name: 'onAir Panel 3 IP',
|
|
1908
|
-
},//updated Anthony, updated 3-11-26, retest
|
|
1908
|
+
},//updated Anthony, updated 3-11-26, retest, tested good
|
|
1909
1909
|
830: {
|
|
1910
1910
|
profileId: 830,
|
|
1911
1911
|
channels: 11,
|
|
@@ -1987,7 +1987,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
1987
1987
|
},
|
|
1988
1988
|
],
|
|
1989
1989
|
name: 'onAir Panel Min IP',
|
|
1990
|
-
},//updated Anthony
|
|
1990
|
+
},//updated Anthony, tested good
|
|
1991
1991
|
1010: {
|
|
1992
1992
|
profileId: 1010,
|
|
1993
1993
|
channels: 3,
|
|
@@ -2107,8 +2107,8 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2107
2107
|
channels: 1,
|
|
2108
2108
|
rgbRelation: {
|
|
2109
2109
|
r: 1,
|
|
2110
|
-
g:
|
|
2111
|
-
b:
|
|
2110
|
+
g: 0,
|
|
2111
|
+
b: 0,
|
|
2112
2112
|
},
|
|
2113
2113
|
whiteLocation: 0,
|
|
2114
2114
|
amberLocation: 0,
|
|
@@ -2120,7 +2120,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2120
2120
|
whiteMacros: null,
|
|
2121
2121
|
autoPrograms: null,
|
|
2122
2122
|
name: 'Generic Dimmer',
|
|
2123
|
-
},//Added Anthony, updated 3-11-26, retest
|
|
2123
|
+
},//Added Anthony, updated 3-11-26, retest, retest again, GOOD
|
|
2124
2124
|
10100: {
|
|
2125
2125
|
profileId: 10100,
|
|
2126
2126
|
channels: 12,
|
|
@@ -3529,41 +3529,22 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3529
3529
|
strobeLocation: 7,
|
|
3530
3530
|
whiteMacros: {
|
|
3531
3531
|
'Off': 0,
|
|
3532
|
-
'
|
|
3533
|
-
'
|
|
3534
|
-
'
|
|
3535
|
-
'
|
|
3536
|
-
'
|
|
3537
|
-
'
|
|
3538
|
-
'
|
|
3539
|
-
'
|
|
3540
|
-
'
|
|
3541
|
-
'
|
|
3542
|
-
'
|
|
3543
|
-
'
|
|
3544
|
-
'
|
|
3545
|
-
'
|
|
3546
|
-
'
|
|
3547
|
-
'
|
|
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,
|
|
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,
|
|
3567
3548
|
},
|
|
3568
3549
|
autoPrograms: [
|
|
3569
3550
|
{
|
|
@@ -3886,7 +3867,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
3886
3867
|
},
|
|
3887
3868
|
],
|
|
3888
3869
|
name: 'FREEDOM Flex Stick',
|
|
3889
|
-
},//updated Anthony, updated 3-11-26, retest AUTO color
|
|
3870
|
+
},//updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs, GOOD
|
|
3890
3871
|
10210: {
|
|
3891
3872
|
profileId: 10210,
|
|
3892
3873
|
channels: 12,
|
|
@@ -4071,11 +4052,15 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4071
4052
|
location: 12,
|
|
4072
4053
|
label: 'Foreground Color',
|
|
4073
4054
|
range: {
|
|
4074
|
-
start:
|
|
4075
|
-
end:
|
|
4055
|
+
start: 132,
|
|
4056
|
+
end: 198
|
|
4076
4057
|
},
|
|
4077
4058
|
altLabel: 'Foreground Color',
|
|
4078
4059
|
values: [
|
|
4060
|
+
{
|
|
4061
|
+
item: 'Off',
|
|
4062
|
+
value: 252,
|
|
4063
|
+
},
|
|
4079
4064
|
{
|
|
4080
4065
|
item: 'Red',
|
|
4081
4066
|
value: 0,
|
|
@@ -4335,26 +4320,26 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4335
4320
|
item: 'Red + Green + Blue + Amber + White + Purple',
|
|
4336
4321
|
value: 248,
|
|
4337
4322
|
},
|
|
4338
|
-
{
|
|
4339
|
-
item: 'Off',
|
|
4340
|
-
value: 252,
|
|
4341
|
-
},
|
|
4342
4323
|
],
|
|
4343
4324
|
altCondition: {
|
|
4344
4325
|
location: 10,
|
|
4345
4326
|
start: 110,
|
|
4346
|
-
end:
|
|
4327
|
+
end: 198
|
|
4347
4328
|
},
|
|
4348
4329
|
},
|
|
4349
4330
|
{
|
|
4350
4331
|
location: 14,
|
|
4351
4332
|
label: 'Background Color',
|
|
4352
4333
|
range: {
|
|
4353
|
-
start:
|
|
4354
|
-
end:
|
|
4334
|
+
start: 132,
|
|
4335
|
+
end: 198
|
|
4355
4336
|
},
|
|
4356
4337
|
altLabel: 'Background Color',
|
|
4357
4338
|
values: [
|
|
4339
|
+
{
|
|
4340
|
+
item: 'Off',
|
|
4341
|
+
value: 252,
|
|
4342
|
+
},
|
|
4358
4343
|
{
|
|
4359
4344
|
item: 'Red',
|
|
4360
4345
|
value: 0,
|
|
@@ -4614,15 +4599,11 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4614
4599
|
item: 'Red + Green + Blue + Amber + White + Purple',
|
|
4615
4600
|
value: 248,
|
|
4616
4601
|
},
|
|
4617
|
-
{
|
|
4618
|
-
item: 'Off',
|
|
4619
|
-
value: 252,
|
|
4620
|
-
},
|
|
4621
4602
|
],
|
|
4622
4603
|
altCondition: {
|
|
4623
4604
|
location: 14,
|
|
4624
4605
|
start: 110,
|
|
4625
|
-
end:
|
|
4606
|
+
end: 198
|
|
4626
4607
|
},
|
|
4627
4608
|
},
|
|
4628
4609
|
],
|
|
@@ -4728,14 +4709,18 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4728
4709
|
location: 9,
|
|
4729
4710
|
label: 'Foreground Dimmer',
|
|
4730
4711
|
range: {
|
|
4731
|
-
start:
|
|
4732
|
-
end:
|
|
4712
|
+
start: 132,
|
|
4713
|
+
end: 198
|
|
4733
4714
|
},
|
|
4734
4715
|
},
|
|
4735
4716
|
{
|
|
4736
4717
|
location: 10,
|
|
4737
4718
|
label: 'Foreground Color',
|
|
4738
4719
|
values: [
|
|
4720
|
+
{
|
|
4721
|
+
item: 'Off',
|
|
4722
|
+
value: 60,
|
|
4723
|
+
},
|
|
4739
4724
|
{
|
|
4740
4725
|
item: 'Red',
|
|
4741
4726
|
value: 0,
|
|
@@ -4796,25 +4781,24 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4796
4781
|
item: 'Red + Green + Blue + Amber',
|
|
4797
4782
|
value: 56,
|
|
4798
4783
|
},
|
|
4799
|
-
{
|
|
4800
|
-
item: 'Off',
|
|
4801
|
-
value: 60,
|
|
4802
|
-
},
|
|
4803
|
-
|
|
4804
4784
|
],
|
|
4805
4785
|
},
|
|
4806
4786
|
{
|
|
4807
4787
|
location: 11,
|
|
4808
4788
|
label: 'Background Dimmer',
|
|
4809
4789
|
range: {
|
|
4810
|
-
start:
|
|
4811
|
-
end:
|
|
4790
|
+
start: 132,
|
|
4791
|
+
end: 198
|
|
4812
4792
|
}
|
|
4813
4793
|
},
|
|
4814
4794
|
{
|
|
4815
4795
|
location: 12,
|
|
4816
4796
|
label: 'Background Color',
|
|
4817
4797
|
values: [
|
|
4798
|
+
{
|
|
4799
|
+
item: 'Off',
|
|
4800
|
+
value: 60,
|
|
4801
|
+
},
|
|
4818
4802
|
{
|
|
4819
4803
|
item: 'Red',
|
|
4820
4804
|
value: 0,
|
|
@@ -4875,10 +4859,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4875
4859
|
item: 'Red + Green + Blue + Amber',
|
|
4876
4860
|
value: 56,
|
|
4877
4861
|
},
|
|
4878
|
-
{
|
|
4879
|
-
item: 'Off',
|
|
4880
|
-
value: 60,
|
|
4881
|
-
},
|
|
4882
4862
|
|
|
4883
4863
|
],
|
|
4884
4864
|
},
|
|
@@ -4978,14 +4958,18 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4978
4958
|
location: 9,
|
|
4979
4959
|
label: 'Foreground Dimmer',
|
|
4980
4960
|
range: {
|
|
4981
|
-
start:
|
|
4982
|
-
end:
|
|
4961
|
+
start: 132,
|
|
4962
|
+
end: 198
|
|
4983
4963
|
},
|
|
4984
4964
|
},
|
|
4985
4965
|
{
|
|
4986
4966
|
location: 10,
|
|
4987
4967
|
label: 'Foreground Color',
|
|
4988
4968
|
values: [
|
|
4969
|
+
{
|
|
4970
|
+
item: 'Off',
|
|
4971
|
+
value: 60,
|
|
4972
|
+
},
|
|
4989
4973
|
{
|
|
4990
4974
|
item: 'Red',
|
|
4991
4975
|
value: 0,
|
|
@@ -5046,25 +5030,24 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5046
5030
|
item: 'Red + Green + Blue + Amber',
|
|
5047
5031
|
value: 56,
|
|
5048
5032
|
},
|
|
5049
|
-
{
|
|
5050
|
-
item: 'Off',
|
|
5051
|
-
value: 60,
|
|
5052
|
-
},
|
|
5053
|
-
|
|
5054
5033
|
]
|
|
5055
5034
|
},
|
|
5056
5035
|
{
|
|
5057
5036
|
location: 11,
|
|
5058
5037
|
label: 'Background Dimmer',
|
|
5059
5038
|
range: {
|
|
5060
|
-
start:
|
|
5061
|
-
end:
|
|
5039
|
+
start: 132,
|
|
5040
|
+
end: 198
|
|
5062
5041
|
}
|
|
5063
5042
|
},
|
|
5064
5043
|
{
|
|
5065
5044
|
location: 12,
|
|
5066
5045
|
label: 'Background Color',
|
|
5067
5046
|
values: [
|
|
5047
|
+
{
|
|
5048
|
+
item: 'Off',
|
|
5049
|
+
value: 60,
|
|
5050
|
+
},
|
|
5068
5051
|
{
|
|
5069
5052
|
item: 'Red',
|
|
5070
5053
|
value: 0,
|
|
@@ -5125,10 +5108,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5125
5108
|
item: 'Red + Green + Blue + Amber',
|
|
5126
5109
|
value: 56,
|
|
5127
5110
|
},
|
|
5128
|
-
{
|
|
5129
|
-
item: 'Off',
|
|
5130
|
-
value: 60,
|
|
5131
|
-
},
|
|
5132
5111
|
|
|
5133
5112
|
],
|
|
5134
5113
|
},
|
|
@@ -5187,24 +5166,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5187
5166
|
},
|
|
5188
5167
|
whiteLocation: 0,
|
|
5189
5168
|
amberLocation: 5,
|
|
5190
|
-
whiteMacrosLocation:
|
|
5169
|
+
whiteMacrosLocation: 0,
|
|
5191
5170
|
uvLocation: 0,
|
|
5192
5171
|
dimmerLocation: 1,
|
|
5193
5172
|
fineDimmerLocation: 0,
|
|
5194
5173
|
strobeLocation: 7,
|
|
5195
|
-
whiteMacros:
|
|
5196
|
-
'1': 201,
|
|
5197
|
-
'2': 206,
|
|
5198
|
-
'3': 211,
|
|
5199
|
-
'4': 216,
|
|
5200
|
-
'5': 221,
|
|
5201
|
-
'6': 226,
|
|
5202
|
-
'7': 231,
|
|
5203
|
-
'8': 236,
|
|
5204
|
-
'9': 241,
|
|
5205
|
-
'10': 246,
|
|
5206
|
-
'11': 251,
|
|
5207
|
-
},
|
|
5174
|
+
whiteMacros: null,
|
|
5208
5175
|
autoPrograms: [
|
|
5209
5176
|
{
|
|
5210
5177
|
location: 8,
|
|
@@ -5281,7 +5248,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5281
5248
|
|
|
5282
5249
|
],
|
|
5283
5250
|
name: 'FREEDOM Par Quad-4',
|
|
5284
|
-
},//updated Anthony
|
|
5251
|
+
},//updated Anthony, updated again, good.
|
|
5285
5252
|
10240: {
|
|
5286
5253
|
profileId: 10240,
|
|
5287
5254
|
channels: 10,
|
|
@@ -5292,24 +5259,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5292
5259
|
},
|
|
5293
5260
|
whiteLocation: 0,
|
|
5294
5261
|
amberLocation: 5,
|
|
5295
|
-
whiteMacrosLocation:
|
|
5262
|
+
whiteMacrosLocation: 0,
|
|
5296
5263
|
uvLocation: 0,
|
|
5297
5264
|
dimmerLocation: 1,
|
|
5298
5265
|
fineDimmerLocation: 0,
|
|
5299
5266
|
strobeLocation: 7,
|
|
5300
|
-
whiteMacros:
|
|
5301
|
-
'1': 201,
|
|
5302
|
-
'2': 206,
|
|
5303
|
-
'3': 211,
|
|
5304
|
-
'4': 216,
|
|
5305
|
-
'5': 221,
|
|
5306
|
-
'6': 226,
|
|
5307
|
-
'7': 231,
|
|
5308
|
-
'8': 236,
|
|
5309
|
-
'9': 241,
|
|
5310
|
-
'10': 246,
|
|
5311
|
-
'11': 251,
|
|
5312
|
-
},
|
|
5267
|
+
whiteMacros: null,
|
|
5313
5268
|
autoPrograms: [
|
|
5314
5269
|
{
|
|
5315
5270
|
location: 8,
|
|
@@ -5377,7 +5332,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5377
5332
|
|
|
5378
5333
|
],
|
|
5379
5334
|
name: 'FREEDOM Par Quad-4 IP',
|
|
5380
|
-
},///updated Anthony
|
|
5335
|
+
},///updated Anthony, updated again, GOOD
|
|
5381
5336
|
10250: {
|
|
5382
5337
|
profileId: 10250,
|
|
5383
5338
|
channels: 13,
|
|
@@ -5477,6 +5432,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5477
5432
|
|
|
5478
5433
|
},
|
|
5479
5434
|
values: [
|
|
5435
|
+
{
|
|
5436
|
+
item: 'Off',
|
|
5437
|
+
value: 36,
|
|
5438
|
+
},
|
|
5480
5439
|
{
|
|
5481
5440
|
item: 'Red',
|
|
5482
5441
|
value: 0,
|
|
@@ -5505,10 +5464,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5505
5464
|
item: 'Red + Green + Blue',
|
|
5506
5465
|
value: 31,
|
|
5507
5466
|
},
|
|
5508
|
-
{
|
|
5509
|
-
item: 'Off',
|
|
5510
|
-
value: 36,
|
|
5511
|
-
},
|
|
5512
5467
|
|
|
5513
5468
|
],
|
|
5514
5469
|
},
|
|
@@ -5538,6 +5493,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5538
5493
|
|
|
5539
5494
|
},
|
|
5540
5495
|
values: [
|
|
5496
|
+
{
|
|
5497
|
+
item: 'Off',
|
|
5498
|
+
value: 36,
|
|
5499
|
+
},
|
|
5541
5500
|
{
|
|
5542
5501
|
item: 'Red',
|
|
5543
5502
|
value: 0,
|
|
@@ -5566,11 +5525,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5566
5525
|
item: 'Red + Green + Blue',
|
|
5567
5526
|
value: 31,
|
|
5568
5527
|
},
|
|
5569
|
-
{
|
|
5570
|
-
item: 'Off',
|
|
5571
|
-
value: 36,
|
|
5572
|
-
},
|
|
5573
|
-
|
|
5574
5528
|
],
|
|
5575
5529
|
},
|
|
5576
5530
|
{
|
|
@@ -5605,24 +5559,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5605
5559
|
},
|
|
5606
5560
|
whiteLocation: 0,
|
|
5607
5561
|
amberLocation: 0,
|
|
5608
|
-
whiteMacrosLocation:
|
|
5562
|
+
whiteMacrosLocation: 0,
|
|
5609
5563
|
uvLocation: 0,
|
|
5610
5564
|
dimmerLocation: 1,
|
|
5611
5565
|
fineDimmerLocation: 0,
|
|
5612
5566
|
strobeLocation: 6,
|
|
5613
|
-
whiteMacros:
|
|
5614
|
-
'1': 201,
|
|
5615
|
-
'2': 206,
|
|
5616
|
-
'3': 211,
|
|
5617
|
-
'4': 216,
|
|
5618
|
-
'5': 221,
|
|
5619
|
-
'6': 226,
|
|
5620
|
-
'7': 231,
|
|
5621
|
-
'8': 236,
|
|
5622
|
-
'9': 241,
|
|
5623
|
-
'10': 246,
|
|
5624
|
-
'11': 251,
|
|
5625
|
-
},
|
|
5567
|
+
whiteMacros: null,
|
|
5626
5568
|
autoPrograms: [
|
|
5627
5569
|
{
|
|
5628
5570
|
location: 7,
|
|
@@ -5700,7 +5642,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
5700
5642
|
|
|
5701
5643
|
],
|
|
5702
5644
|
name: 'FREEDOM Par Tri-6',
|
|
5703
|
-
},//updated Anthony //updated, fixed sound sensitivity
|
|
5645
|
+
},//updated Anthony //updated, fixed sound sensitivity, tested GOOD
|
|
5704
5646
|
10300: {
|
|
5705
5647
|
profileId: 10300,
|
|
5706
5648
|
channels: 10,
|
|
@@ -6230,24 +6172,12 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
6230
6172
|
},
|
|
6231
6173
|
whiteLocation: 5,
|
|
6232
6174
|
amberLocation: 0,
|
|
6233
|
-
whiteMacrosLocation:
|
|
6175
|
+
whiteMacrosLocation: 0,
|
|
6234
6176
|
uvLocation: 0,
|
|
6235
6177
|
dimmerLocation: 1,
|
|
6236
6178
|
fineDimmerLocation: 0,
|
|
6237
6179
|
strobeLocation: 6,
|
|
6238
|
-
whiteMacros:
|
|
6239
|
-
'1': 201,
|
|
6240
|
-
'2': 206,
|
|
6241
|
-
'3': 211,
|
|
6242
|
-
'4': 216,
|
|
6243
|
-
'5': 221,
|
|
6244
|
-
'6': 226,
|
|
6245
|
-
'7': 231,
|
|
6246
|
-
'8': 236,
|
|
6247
|
-
'9': 241,
|
|
6248
|
-
'10': 246,
|
|
6249
|
-
'11': 251,
|
|
6250
|
-
},
|
|
6180
|
+
whiteMacros: null,
|
|
6251
6181
|
autoPrograms: [
|
|
6252
6182
|
{
|
|
6253
6183
|
location: 8,
|
|
@@ -6325,7 +6255,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
6325
6255
|
|
|
6326
6256
|
],
|
|
6327
6257
|
name: 'FREEDOM Q1N',
|
|
6328
|
-
},//updated Anthony
|
|
6258
|
+
},//updated Anthony, GOOD
|
|
6329
6259
|
11015: {
|
|
6330
6260
|
profileId: 11015,
|
|
6331
6261
|
channels: 4,
|