@chauvet/connect-base-profiles 2.2.3 → 2.2.5

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 CHANGED
@@ -40,7 +40,14 @@ npm run bump:major
40
40
  This will automatically update your package.json, create a Git commit, and tag it with the new version.
41
41
 
42
42
  ---
43
- ### 3. Push Your Changes and Tags
43
+ ### 3. Commit and Tag
44
+ ```bash
45
+ git commit -m
46
+ ```
47
+
48
+
49
+ ---
50
+ ### 4. Push Your Changes and Tags
44
51
  If the version command didn’t automatically push your commit and tag, do so now:
45
52
 
46
53
  ```bash
@@ -48,7 +55,7 @@ git push
48
55
  ```
49
56
 
50
57
  ---
51
- ### 4. Publish to npm
58
+ ### 5. Publish to npm
52
59
  Finally, publish your changes. If your package is scoped and intended to be publicly available, use:
53
60
 
54
61
  ```bash
@@ -56,7 +63,7 @@ npm run package
56
63
  ```
57
64
 
58
65
  ---
59
- ### 5. Verify
66
+ ### 6. Verify
60
67
  Check the published version on npm:
61
68
 
62
69
  ```bash
@@ -66,7 +73,7 @@ npm info @chauvet/connect-base-profiles
66
73
  You should see the newly published version in the output. If everything looks good, your updated package is now available for others to install.
67
74
 
68
75
  ---
69
- ### 6. update the package where it is being used
76
+ ### 7. update the package where it is being used
70
77
 
71
78
  ```bash
72
79
  npm run update-base-profiles
@@ -162,19 +162,19 @@ const baseProfiles = {
162
162
  value: 0,
163
163
  },
164
164
  {
165
- item: 'Auto Program 1',
165
+ item: 'Auto 1, PulseInOut',
166
166
  value: 11,
167
167
  },
168
168
  {
169
- item: 'Auto Program 2',
170
- value: 61,
169
+ item: 'Auto 2, PulseIn',
170
+ value: 38,
171
171
  },
172
172
  {
173
- item: 'Auto Program 3',
174
- value: 111,
173
+ item: 'Auto 3, PulseOut',
174
+ value: 65,
175
175
  },
176
176
  {
177
- item: 'Auto Program 4',
177
+ item: 'Auto 4, SmoothFade',
178
178
  value: 161,
179
179
  },
180
180
  {
@@ -231,19 +231,19 @@ const baseProfiles = {
231
231
  value: 0,
232
232
  },
233
233
  {
234
- item: 'Auto Program 1',
234
+ item: 'Auto 1, PulseInOut',
235
235
  value: 11,
236
236
  },
237
237
  {
238
- item: 'Auto Program 2',
239
- value: 61,
238
+ item: 'Auto 2, PulseIn',
239
+ value: 38,
240
240
  },
241
241
  {
242
- item: 'Auto Program 3',
243
- value: 111,
242
+ item: 'Auto 3, PulseOut',
243
+ value: 65,
244
244
  },
245
245
  {
246
- item: 'Auto Program 4',
246
+ item: 'Auto 4, SmoothFade',
247
247
  value: 161,
248
248
  },
249
249
  {
@@ -347,7 +347,7 @@ const baseProfiles = {
347
347
  },
348
348
  ],
349
349
  name: 'WELL PANEL',
350
- }, //updated 3-11-26, retest
350
+ }, //updated 3-11-26, retest,
351
351
  260: {
352
352
  profileId: 260,
353
353
  channels: 12,
@@ -385,19 +385,19 @@ const baseProfiles = {
385
385
  value: 0,
386
386
  },
387
387
  {
388
- item: 'Auto Program 1',
388
+ item: 'Auto 1, PulseInOut',
389
389
  value: 11,
390
390
  },
391
391
  {
392
- item: 'Auto Program 2',
392
+ item: 'Auto 2, PulseIn',
393
393
  value: 38,
394
394
  },
395
395
  {
396
- item: 'Auto Program 3',
396
+ item: 'Auto 3, PulseOut',
397
397
  value: 65,
398
398
  },
399
399
  {
400
- item: 'Auto Program 4',
400
+ item: 'Auto 4, SmoothFade',
401
401
  value: 92,
402
402
  },
403
403
  {
@@ -816,7 +816,7 @@ const baseProfiles = {
816
816
  },
817
817
  ],
818
818
  name: 'WELL STX180',
819
- }, //updated Anthony, UPDATED AGAIN 3-11-26, retest
819
+ }, //updated Anthony, UPDATED AGAIN 3-11-26, retest, tested GOOD
820
820
  360: {
821
821
  profileId: 360,
822
822
  channels: 15,
@@ -1199,7 +1199,7 @@ const baseProfiles = {
1199
1199
  },
1200
1200
  ],
1201
1201
  name: 'WELL STX360',
1202
- }, //updated Anthony, UPDATED AGAIN 3-11-26, retest
1202
+ }, //updated Anthony, UPDATED AGAIN 3-11-26, retest,
1203
1203
  450: {
1204
1204
  profileId: 450,
1205
1205
  channels: 15,
@@ -1237,111 +1237,111 @@ const baseProfiles = {
1237
1237
  value: 0,
1238
1238
  },
1239
1239
  {
1240
- item: 'Auto Program 1',
1240
+ item: 'Auto 1,SolidFade',
1241
1241
  value: 11,
1242
1242
  },
1243
1243
  {
1244
- item: 'Auto Program 2',
1244
+ item: 'Auto 2,SolidSnap',
1245
1245
  value: 19,
1246
1246
  },
1247
1247
  {
1248
- item: 'Auto Program 3',
1248
+ item: 'Auto 3,ChaseL',
1249
1249
  value: 27,
1250
1250
  },
1251
1251
  {
1252
- item: 'Auto Program 4',
1252
+ item: 'Auto 4,ChaseR',
1253
1253
  value: 35,
1254
1254
  },
1255
1255
  {
1256
- item: 'Auto Program 5',
1256
+ item: 'Auto 5,ChaseLR',
1257
1257
  value: 43,
1258
1258
  },
1259
1259
  {
1260
- item: 'Auto Program 6',
1260
+ item: 'Auto 6,ScrollL',
1261
1261
  value: 51,
1262
1262
  },
1263
1263
  {
1264
- item: 'Auto Program 7',
1264
+ item: 'Auto 7,ScrollR',
1265
1265
  value: 59,
1266
1266
  },
1267
1267
  {
1268
- item: 'Auto Program 8',
1268
+ item: 'Auto 8,2x2',
1269
1269
  value: 67,
1270
1270
  },
1271
1271
  {
1272
- item: 'Auto Program 9',
1272
+ item: 'Auto 9,Blinker',
1273
1273
  value: 75,
1274
1274
  },
1275
1275
  {
1276
- item: 'Auto Program 10',
1276
+ item: 'Auto 10,ZoomIn',
1277
1277
  value: 83,
1278
1278
  },
1279
1279
  {
1280
- item: 'Auto Program 11',
1280
+ item: 'Auto 11,Zoom.I/O',
1281
1281
  value: 91,
1282
1282
  },
1283
1283
  {
1284
- item: 'Auto Program 12',
1284
+ item: 'Auto 12,Zoom.I/O.Fade',
1285
1285
  value: 99,
1286
1286
  },
1287
1287
  {
1288
- item: 'Auto Program 13',
1288
+ item: 'Auto 13,Bounce',
1289
1289
  value: 107,
1290
1290
  },
1291
1291
  {
1292
- item: 'Auto Program 14',
1292
+ item: 'Auto 14,Stack',
1293
1293
  value: 115,
1294
1294
  },
1295
1295
  {
1296
- item: 'Auto Program 15',
1296
+ item: 'Auto 15,StackFade',
1297
1297
  value: 123,
1298
1298
  },
1299
1299
  {
1300
- item: 'Auto Program 16',
1300
+ item: 'Auto 16,StackFlash',
1301
1301
  value: 131,
1302
1302
  },
1303
1303
  {
1304
- item: 'Auto Program 17',
1304
+ item: 'Auto 17,RunwayL',
1305
1305
  value: 139,
1306
1306
  },
1307
1307
  {
1308
- item: 'Auto Program 18',
1308
+ item: 'Auto 18,RunwayR',
1309
1309
  value: 147,
1310
1310
  },
1311
1311
  {
1312
- item: 'Auto Program 19',
1312
+ item: 'Auto 19,TicTak',
1313
1313
  value: 155,
1314
1314
  },
1315
1315
  {
1316
- item: 'Auto Program 20',
1316
+ item: 'Auto 20,TicTakL',
1317
1317
  value: 163,
1318
1318
  },
1319
1319
  {
1320
- item: 'Auto Program 21',
1320
+ item: 'Auto 21,TicTakR',
1321
1321
  value: 171,
1322
1322
  },
1323
1323
  {
1324
- item: 'Auto Program 22',
1324
+ item: 'Auto 22,BlockA L',
1325
1325
  value: 179,
1326
1326
  },
1327
1327
  {
1328
- item: 'Auto Program 23',
1328
+ item: 'Auto 23,BlockB L',
1329
1329
  value: 187,
1330
1330
  },
1331
1331
  {
1332
- item: 'Auto Program 24',
1332
+ item: 'Auto 24,BlockZoom',
1333
1333
  value: 195,
1334
1334
  },
1335
1335
  {
1336
- item: 'Auto Program 25',
1336
+ item: 'Auto 25,StackA',
1337
1337
  value: 203,
1338
1338
  },
1339
1339
  {
1340
- item: 'Auto Program 26',
1340
+ item: 'Auto 26,BlokBounce',
1341
1341
  value: 111,
1342
1342
  },
1343
1343
  {
1344
- item: 'Auto Program 27',
1344
+ item: 'Auto 27,ZoomStack',
1345
1345
  value: 219,
1346
1346
  },
1347
1347
  {
@@ -1532,7 +1532,7 @@ const baseProfiles = {
1532
1532
  },
1533
1533
  ],
1534
1534
  name: 'WELL BATTEN 14',
1535
- }, //UPDATED 3-11-26, retest, retest again
1535
+ }, //UPDATED 3-11-26, retest, retest again,
1536
1536
  800: {
1537
1537
  profileId: 800,
1538
1538
  channels: 11,
@@ -2068,7 +2068,7 @@ const baseProfiles = {
2068
2068
  whiteMacros: null,
2069
2069
  autoPrograms: null,
2070
2070
  name: 'Generic Dimmer',
2071
- }, //Added Anthony, updated 3-11-26, retest, retest again
2071
+ }, //Added Anthony, updated 3-11-26, retest, retest again, GOOD
2072
2072
  10100: {
2073
2073
  profileId: 10100,
2074
2074
  channels: 12,
@@ -3812,7 +3812,7 @@ const baseProfiles = {
3812
3812
  },
3813
3813
  ],
3814
3814
  name: 'FREEDOM Flex Stick',
3815
- }, //updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs
3815
+ }, //updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs, GOOD
3816
3816
  10210: {
3817
3817
  profileId: 10210,
3818
3818
  channels: 12,
@@ -3997,11 +3997,15 @@ const baseProfiles = {
3997
3997
  location: 12,
3998
3998
  label: 'Foreground Color',
3999
3999
  range: {
4000
- start: 0,
4001
- end: 255
4000
+ start: 132,
4001
+ end: 198
4002
4002
  },
4003
4003
  altLabel: 'Foreground Color',
4004
4004
  values: [
4005
+ {
4006
+ item: 'Off',
4007
+ value: 252,
4008
+ },
4005
4009
  {
4006
4010
  item: 'Red',
4007
4011
  value: 0,
@@ -4254,26 +4258,26 @@ const baseProfiles = {
4254
4258
  item: 'Red + Green + Blue + Amber + White + Purple',
4255
4259
  value: 248,
4256
4260
  },
4257
- {
4258
- item: 'Off',
4259
- value: 252,
4260
- },
4261
4261
  ],
4262
4262
  altCondition: {
4263
4263
  location: 10,
4264
4264
  start: 110,
4265
- end: 219
4265
+ end: 198
4266
4266
  },
4267
4267
  },
4268
4268
  {
4269
4269
  location: 14,
4270
4270
  label: 'Background Color',
4271
4271
  range: {
4272
- start: 0,
4273
- end: 255
4272
+ start: 132,
4273
+ end: 198
4274
4274
  },
4275
4275
  altLabel: 'Background Color',
4276
4276
  values: [
4277
+ {
4278
+ item: 'Off',
4279
+ value: 252,
4280
+ },
4277
4281
  {
4278
4282
  item: 'Red',
4279
4283
  value: 0,
@@ -4526,15 +4530,11 @@ const baseProfiles = {
4526
4530
  item: 'Red + Green + Blue + Amber + White + Purple',
4527
4531
  value: 248,
4528
4532
  },
4529
- {
4530
- item: 'Off',
4531
- value: 252,
4532
- },
4533
4533
  ],
4534
4534
  altCondition: {
4535
4535
  location: 14,
4536
4536
  start: 110,
4537
- end: 219
4537
+ end: 198
4538
4538
  },
4539
4539
  },
4540
4540
  ],
@@ -4639,15 +4639,21 @@ const baseProfiles = {
4639
4639
  {
4640
4640
  location: 9,
4641
4641
  label: 'Foreground Dimmer',
4642
- range: {
4643
- start: 0,
4644
- end: 255
4642
+ defaultValue: 255,
4643
+ condition: {
4644
+ location: 7,
4645
+ minValue: 110,
4646
+ maxValue: 198
4645
4647
  },
4646
4648
  },
4647
4649
  {
4648
4650
  location: 10,
4649
4651
  label: 'Foreground Color',
4650
4652
  values: [
4653
+ {
4654
+ item: 'Off',
4655
+ value: 60,
4656
+ },
4651
4657
  {
4652
4658
  item: 'Red',
4653
4659
  value: 0,
@@ -4708,24 +4714,26 @@ const baseProfiles = {
4708
4714
  item: 'Red + Green + Blue + Amber',
4709
4715
  value: 56,
4710
4716
  },
4711
- {
4712
- item: 'Off',
4713
- value: 60,
4714
- },
4715
4717
  ],
4716
4718
  },
4717
4719
  {
4718
4720
  location: 11,
4719
4721
  label: 'Background Dimmer',
4720
- range: {
4721
- start: 0,
4722
- end: 255
4723
- }
4722
+ defaultValue: 255,
4723
+ condition: {
4724
+ location: 7,
4725
+ minValue: 110,
4726
+ maxValue: 198
4727
+ },
4724
4728
  },
4725
4729
  {
4726
4730
  location: 12,
4727
4731
  label: 'Background Color',
4728
4732
  values: [
4733
+ {
4734
+ item: 'Off',
4735
+ value: 60,
4736
+ },
4729
4737
  {
4730
4738
  item: 'Red',
4731
4739
  value: 0,
@@ -4786,10 +4794,6 @@ const baseProfiles = {
4786
4794
  item: 'Red + Green + Blue + Amber',
4787
4795
  value: 56,
4788
4796
  },
4789
- {
4790
- item: 'Off',
4791
- value: 60,
4792
- },
4793
4797
  ],
4794
4798
  },
4795
4799
  {
@@ -4886,15 +4890,25 @@ const baseProfiles = {
4886
4890
  {
4887
4891
  location: 9,
4888
4892
  label: 'Foreground Dimmer',
4893
+ defaultValue: 255,
4894
+ condition: {
4895
+ location: 8,
4896
+ minValue: 110,
4897
+ maxValue: 198
4898
+ },
4889
4899
  range: {
4890
4900
  start: 0,
4891
4901
  end: 255
4892
- },
4902
+ }
4893
4903
  },
4894
4904
  {
4895
4905
  location: 10,
4896
4906
  label: 'Foreground Color',
4897
4907
  values: [
4908
+ {
4909
+ item: 'Off',
4910
+ value: 60,
4911
+ },
4898
4912
  {
4899
4913
  item: 'Red',
4900
4914
  value: 0,
@@ -4955,15 +4969,17 @@ const baseProfiles = {
4955
4969
  item: 'Red + Green + Blue + Amber',
4956
4970
  value: 56,
4957
4971
  },
4958
- {
4959
- item: 'Off',
4960
- value: 60,
4961
- },
4962
4972
  ]
4963
4973
  },
4964
4974
  {
4965
4975
  location: 11,
4966
4976
  label: 'Background Dimmer',
4977
+ defaultValue: 255,
4978
+ condition: {
4979
+ location: 8,
4980
+ minValue: 110,
4981
+ maxValue: 198
4982
+ },
4967
4983
  range: {
4968
4984
  start: 0,
4969
4985
  end: 255
@@ -4973,6 +4989,10 @@ const baseProfiles = {
4973
4989
  location: 12,
4974
4990
  label: 'Background Color',
4975
4991
  values: [
4992
+ {
4993
+ item: 'Off',
4994
+ value: 60,
4995
+ },
4976
4996
  {
4977
4997
  item: 'Red',
4978
4998
  value: 0,
@@ -5033,10 +5053,6 @@ const baseProfiles = {
5033
5053
  item: 'Red + Green + Blue + Amber',
5034
5054
  value: 56,
5035
5055
  },
5036
- {
5037
- item: 'Off',
5038
- value: 60,
5039
- },
5040
5056
  ],
5041
5057
  },
5042
5058
  {
@@ -5094,24 +5110,12 @@ const baseProfiles = {
5094
5110
  },
5095
5111
  whiteLocation: 0,
5096
5112
  amberLocation: 5,
5097
- whiteMacrosLocation: 6,
5113
+ whiteMacrosLocation: 0,
5098
5114
  uvLocation: 0,
5099
5115
  dimmerLocation: 1,
5100
5116
  fineDimmerLocation: 0,
5101
5117
  strobeLocation: 7,
5102
- whiteMacros: {
5103
- '2800': 201,
5104
- '3000': 206,
5105
- '3200': 211,
5106
- '3500': 216,
5107
- '4000': 221,
5108
- '4500': 226,
5109
- '5000': 231,
5110
- '5600': 236,
5111
- '6500': 241,
5112
- '7000': 246,
5113
- '8000': 251,
5114
- },
5118
+ whiteMacros: null,
5115
5119
  autoPrograms: [
5116
5120
  {
5117
5121
  location: 8,
@@ -5187,7 +5191,7 @@ const baseProfiles = {
5187
5191
  },
5188
5192
  ],
5189
5193
  name: 'FREEDOM Par Quad-4',
5190
- }, //updated Anthony, updated again
5194
+ }, //updated Anthony, updated again, good.
5191
5195
  10240: {
5192
5196
  profileId: 10240,
5193
5197
  channels: 10,
@@ -5361,12 +5365,11 @@ const baseProfiles = {
5361
5365
  location: 9,
5362
5366
  label: 'Foreground Color',
5363
5367
  defaultValue: 0,
5364
- condition: {
5365
- location: 7,
5366
- minValue: 110,
5367
- maxValue: 198
5368
- },
5369
5368
  values: [
5369
+ {
5370
+ item: 'Off',
5371
+ value: 36,
5372
+ },
5370
5373
  {
5371
5374
  item: 'Red',
5372
5375
  value: 0,
@@ -5395,10 +5398,6 @@ const baseProfiles = {
5395
5398
  item: 'Red + Green + Blue',
5396
5399
  value: 31,
5397
5400
  },
5398
- {
5399
- item: 'Off',
5400
- value: 36,
5401
- },
5402
5401
  ],
5403
5402
  },
5404
5403
  {
@@ -5425,6 +5424,10 @@ const baseProfiles = {
5425
5424
  maxValue: 198
5426
5425
  },
5427
5426
  values: [
5427
+ {
5428
+ item: 'Off',
5429
+ value: 36,
5430
+ },
5428
5431
  {
5429
5432
  item: 'Red',
5430
5433
  value: 0,
@@ -5453,10 +5456,6 @@ const baseProfiles = {
5453
5456
  item: 'Red + Green + Blue',
5454
5457
  value: 31,
5455
5458
  },
5456
- {
5457
- item: 'Off',
5458
- value: 36,
5459
- },
5460
5459
  ],
5461
5460
  },
5462
5461
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -188,19 +188,19 @@ const baseProfiles: Record<number, BaseProfile> = {
188
188
  value: 0,
189
189
  },
190
190
  {
191
- item: 'Auto Program 1',
191
+ item: 'Auto 1, PulseInOut',
192
192
  value: 11,
193
193
  },
194
194
  {
195
- item: 'Auto Program 2',
196
- value: 61,
195
+ item: 'Auto 2, PulseIn',
196
+ value: 38,
197
197
  },
198
198
  {
199
- item: 'Auto Program 3',
200
- value: 111,
199
+ item: 'Auto 3, PulseOut',
200
+ value: 65,
201
201
  },
202
202
  {
203
- item: 'Auto Program 4',
203
+ item: 'Auto 4, SmoothFade',
204
204
  value: 161,
205
205
  },
206
206
  {
@@ -257,19 +257,19 @@ const baseProfiles: Record<number, BaseProfile> = {
257
257
  value: 0,
258
258
  },
259
259
  {
260
- item: 'Auto Program 1',
260
+ item: 'Auto 1, PulseInOut',
261
261
  value: 11,
262
262
  },
263
263
  {
264
- item: 'Auto Program 2',
265
- value: 61,
264
+ item: 'Auto 2, PulseIn',
265
+ value: 38,
266
266
  },
267
267
  {
268
- item: 'Auto Program 3',
269
- value: 111,
268
+ item: 'Auto 3, PulseOut',
269
+ value: 65,
270
270
  },
271
271
  {
272
- item: 'Auto Program 4',
272
+ item: 'Auto 4, SmoothFade',
273
273
  value: 161,
274
274
  },
275
275
  {
@@ -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 Program 1',
414
+ item: 'Auto 1, PulseInOut',
415
415
  value: 11,
416
416
  },
417
417
  {
418
- item: 'Auto Program 2',
418
+ item: 'Auto 2, PulseIn',
419
419
  value: 38,
420
420
  },
421
421
  {
422
- item: 'Auto Program 3',
422
+ item: 'Auto 3, PulseOut',
423
423
  value: 65,
424
424
  },
425
425
  {
426
- item: 'Auto Program 4',
426
+ item: 'Auto 4, SmoothFade',
427
427
  value: 92,
428
428
  },
429
429
  {
@@ -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,
@@ -1281,111 +1281,111 @@ const baseProfiles: Record<number, BaseProfile> = {
1281
1281
  value: 0,
1282
1282
  },
1283
1283
  {
1284
- item: 'Auto Program 1',
1284
+ item: 'Auto 1,SolidFade',
1285
1285
  value: 11,
1286
1286
  },
1287
1287
  {
1288
- item: 'Auto Program 2',
1288
+ item: 'Auto 2,SolidSnap',
1289
1289
  value: 19,
1290
1290
  },
1291
1291
  {
1292
- item: 'Auto Program 3',
1292
+ item: 'Auto 3,ChaseL',
1293
1293
  value: 27,
1294
1294
  },
1295
1295
  {
1296
- item: 'Auto Program 4',
1296
+ item: 'Auto 4,ChaseR',
1297
1297
  value: 35,
1298
1298
  },
1299
1299
  {
1300
- item: 'Auto Program 5',
1300
+ item: 'Auto 5,ChaseLR',
1301
1301
  value: 43,
1302
1302
  },
1303
1303
  {
1304
- item: 'Auto Program 6',
1304
+ item: 'Auto 6,ScrollL',
1305
1305
  value: 51,
1306
1306
  },
1307
1307
  {
1308
- item: 'Auto Program 7',
1308
+ item: 'Auto 7,ScrollR',
1309
1309
  value: 59,
1310
1310
  },
1311
1311
  {
1312
- item: 'Auto Program 8',
1312
+ item: 'Auto 8,2x2',
1313
1313
  value: 67,
1314
1314
  },
1315
1315
  {
1316
- item: 'Auto Program 9',
1316
+ item: 'Auto 9,Blinker',
1317
1317
  value: 75,
1318
1318
  },
1319
1319
  {
1320
- item: 'Auto Program 10',
1320
+ item: 'Auto 10,ZoomIn',
1321
1321
  value: 83,
1322
1322
  },
1323
1323
  {
1324
- item: 'Auto Program 11',
1324
+ item: 'Auto 11,Zoom.I/O',
1325
1325
  value: 91,
1326
1326
  },
1327
1327
  {
1328
- item: 'Auto Program 12',
1328
+ item: 'Auto 12,Zoom.I/O.Fade',
1329
1329
  value: 99,
1330
1330
  },
1331
1331
  {
1332
- item: 'Auto Program 13',
1332
+ item: 'Auto 13,Bounce',
1333
1333
  value: 107,
1334
1334
  },
1335
1335
  {
1336
- item: 'Auto Program 14',
1336
+ item: 'Auto 14,Stack',
1337
1337
  value: 115,
1338
1338
  },
1339
1339
  {
1340
- item: 'Auto Program 15',
1340
+ item: 'Auto 15,StackFade',
1341
1341
  value: 123,
1342
1342
  },
1343
1343
  {
1344
- item: 'Auto Program 16',
1344
+ item: 'Auto 16,StackFlash',
1345
1345
  value: 131,
1346
1346
  },
1347
1347
  {
1348
- item: 'Auto Program 17',
1348
+ item: 'Auto 17,RunwayL',
1349
1349
  value: 139,
1350
1350
  },
1351
1351
  {
1352
- item: 'Auto Program 18',
1352
+ item: 'Auto 18,RunwayR',
1353
1353
  value: 147,
1354
1354
  },
1355
1355
  {
1356
- item: 'Auto Program 19',
1356
+ item: 'Auto 19,TicTak',
1357
1357
  value: 155,
1358
1358
  },
1359
1359
  {
1360
- item: 'Auto Program 20',
1360
+ item: 'Auto 20,TicTakL',
1361
1361
  value: 163,
1362
1362
  },
1363
1363
  {
1364
- item: 'Auto Program 21',
1364
+ item: 'Auto 21,TicTakR',
1365
1365
  value: 171,
1366
1366
  },
1367
1367
  {
1368
- item: 'Auto Program 22',
1368
+ item: 'Auto 22,BlockA L',
1369
1369
  value: 179,
1370
1370
  },
1371
1371
  {
1372
- item: 'Auto Program 23',
1372
+ item: 'Auto 23,BlockB L',
1373
1373
  value: 187,
1374
1374
  },
1375
1375
  {
1376
- item: 'Auto Program 24',
1376
+ item: 'Auto 24,BlockZoom',
1377
1377
  value: 195,
1378
1378
  },
1379
1379
  {
1380
- item: 'Auto Program 25',
1380
+ item: 'Auto 25,StackA',
1381
1381
  value: 203,
1382
1382
  },
1383
1383
  {
1384
- item: 'Auto Program 26',
1384
+ item: 'Auto 26,BlokBounce',
1385
1385
  value: 111,
1386
1386
  },
1387
1387
  {
1388
- item: 'Auto Program 27',
1388
+ item: 'Auto 27,ZoomStack',
1389
1389
  value: 219,
1390
1390
  },
1391
1391
  {
@@ -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, retest again
1587
+ }, //UPDATED 3-11-26, retest, retest again,
1588
1588
  800: {
1589
1589
  profileId: 800,
1590
1590
  channels: 11,
@@ -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, retest again
2123
+ },//Added Anthony, updated 3-11-26, retest, retest again, GOOD
2124
2124
  10100: {
2125
2125
  profileId: 10100,
2126
2126
  channels: 12,
@@ -3867,7 +3867,7 @@ const baseProfiles: Record<number, BaseProfile> = {
3867
3867
  },
3868
3868
  ],
3869
3869
  name: 'FREEDOM Flex Stick',
3870
- },//updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs
3870
+ },//updated Anthony, updated 3-11-26, retest AUTO color, test updated CCTs, GOOD
3871
3871
  10210: {
3872
3872
  profileId: 10210,
3873
3873
  channels: 12,
@@ -4052,11 +4052,15 @@ const baseProfiles: Record<number, BaseProfile> = {
4052
4052
  location: 12,
4053
4053
  label: 'Foreground Color',
4054
4054
  range: {
4055
- start: 0,
4056
- end: 255
4055
+ start: 132,
4056
+ end: 198
4057
4057
  },
4058
4058
  altLabel: 'Foreground Color',
4059
4059
  values: [
4060
+ {
4061
+ item: 'Off',
4062
+ value: 252,
4063
+ },
4060
4064
  {
4061
4065
  item: 'Red',
4062
4066
  value: 0,
@@ -4316,26 +4320,26 @@ const baseProfiles: Record<number, BaseProfile> = {
4316
4320
  item: 'Red + Green + Blue + Amber + White + Purple',
4317
4321
  value: 248,
4318
4322
  },
4319
- {
4320
- item: 'Off',
4321
- value: 252,
4322
- },
4323
4323
  ],
4324
4324
  altCondition: {
4325
4325
  location: 10,
4326
4326
  start: 110,
4327
- end: 219
4327
+ end: 198
4328
4328
  },
4329
4329
  },
4330
4330
  {
4331
4331
  location: 14,
4332
4332
  label: 'Background Color',
4333
4333
  range: {
4334
- start: 0,
4335
- end: 255
4334
+ start: 132,
4335
+ end: 198
4336
4336
  },
4337
4337
  altLabel: 'Background Color',
4338
4338
  values: [
4339
+ {
4340
+ item: 'Off',
4341
+ value: 252,
4342
+ },
4339
4343
  {
4340
4344
  item: 'Red',
4341
4345
  value: 0,
@@ -4595,15 +4599,11 @@ const baseProfiles: Record<number, BaseProfile> = {
4595
4599
  item: 'Red + Green + Blue + Amber + White + Purple',
4596
4600
  value: 248,
4597
4601
  },
4598
- {
4599
- item: 'Off',
4600
- value: 252,
4601
- },
4602
4602
  ],
4603
4603
  altCondition: {
4604
4604
  location: 14,
4605
4605
  start: 110,
4606
- end: 219
4606
+ end: 198
4607
4607
  },
4608
4608
  },
4609
4609
  ],
@@ -4708,15 +4708,21 @@ const baseProfiles: Record<number, BaseProfile> = {
4708
4708
  {
4709
4709
  location: 9,
4710
4710
  label: 'Foreground Dimmer',
4711
- range: {
4712
- start: 0,
4713
- end: 255
4711
+ defaultValue: 255,
4712
+ condition: {
4713
+ location: 7,
4714
+ minValue: 110,
4715
+ maxValue: 198
4714
4716
  },
4715
4717
  },
4716
4718
  {
4717
4719
  location: 10,
4718
4720
  label: 'Foreground Color',
4719
4721
  values: [
4722
+ {
4723
+ item: 'Off',
4724
+ value: 60,
4725
+ },
4720
4726
  {
4721
4727
  item: 'Red',
4722
4728
  value: 0,
@@ -4777,25 +4783,26 @@ const baseProfiles: Record<number, BaseProfile> = {
4777
4783
  item: 'Red + Green + Blue + Amber',
4778
4784
  value: 56,
4779
4785
  },
4780
- {
4781
- item: 'Off',
4782
- value: 60,
4783
- },
4784
-
4785
4786
  ],
4786
4787
  },
4787
4788
  {
4788
4789
  location: 11,
4789
4790
  label: 'Background Dimmer',
4790
- range: {
4791
- start: 0,
4792
- end: 255
4793
- }
4791
+ defaultValue: 255,
4792
+ condition: {
4793
+ location: 7,
4794
+ minValue: 110,
4795
+ maxValue: 198
4796
+ },
4794
4797
  },
4795
4798
  {
4796
4799
  location: 12,
4797
4800
  label: 'Background Color',
4798
4801
  values: [
4802
+ {
4803
+ item: 'Off',
4804
+ value: 60,
4805
+ },
4799
4806
  {
4800
4807
  item: 'Red',
4801
4808
  value: 0,
@@ -4856,10 +4863,6 @@ const baseProfiles: Record<number, BaseProfile> = {
4856
4863
  item: 'Red + Green + Blue + Amber',
4857
4864
  value: 56,
4858
4865
  },
4859
- {
4860
- item: 'Off',
4861
- value: 60,
4862
- },
4863
4866
 
4864
4867
  ],
4865
4868
  },
@@ -4958,15 +4961,25 @@ const baseProfiles: Record<number, BaseProfile> = {
4958
4961
  {
4959
4962
  location: 9,
4960
4963
  label: 'Foreground Dimmer',
4964
+ defaultValue: 255,
4965
+ condition: {
4966
+ location: 8,
4967
+ minValue: 110,
4968
+ maxValue: 198
4969
+ },
4961
4970
  range: {
4962
4971
  start: 0,
4963
4972
  end: 255
4964
- },
4973
+ }
4965
4974
  },
4966
4975
  {
4967
4976
  location: 10,
4968
4977
  label: 'Foreground Color',
4969
4978
  values: [
4979
+ {
4980
+ item: 'Off',
4981
+ value: 60,
4982
+ },
4970
4983
  {
4971
4984
  item: 'Red',
4972
4985
  value: 0,
@@ -5027,16 +5040,17 @@ const baseProfiles: Record<number, BaseProfile> = {
5027
5040
  item: 'Red + Green + Blue + Amber',
5028
5041
  value: 56,
5029
5042
  },
5030
- {
5031
- item: 'Off',
5032
- value: 60,
5033
- },
5034
-
5035
5043
  ]
5036
5044
  },
5037
5045
  {
5038
5046
  location: 11,
5039
5047
  label: 'Background Dimmer',
5048
+ defaultValue: 255,
5049
+ condition: {
5050
+ location: 8,
5051
+ minValue: 110,
5052
+ maxValue: 198
5053
+ },
5040
5054
  range: {
5041
5055
  start: 0,
5042
5056
  end: 255
@@ -5046,6 +5060,10 @@ const baseProfiles: Record<number, BaseProfile> = {
5046
5060
  location: 12,
5047
5061
  label: 'Background Color',
5048
5062
  values: [
5063
+ {
5064
+ item: 'Off',
5065
+ value: 60,
5066
+ },
5049
5067
  {
5050
5068
  item: 'Red',
5051
5069
  value: 0,
@@ -5106,10 +5124,6 @@ const baseProfiles: Record<number, BaseProfile> = {
5106
5124
  item: 'Red + Green + Blue + Amber',
5107
5125
  value: 56,
5108
5126
  },
5109
- {
5110
- item: 'Off',
5111
- value: 60,
5112
- },
5113
5127
 
5114
5128
  ],
5115
5129
  },
@@ -5168,24 +5182,12 @@ const baseProfiles: Record<number, BaseProfile> = {
5168
5182
  },
5169
5183
  whiteLocation: 0,
5170
5184
  amberLocation: 5,
5171
- whiteMacrosLocation: 6,
5185
+ whiteMacrosLocation: 0,
5172
5186
  uvLocation: 0,
5173
5187
  dimmerLocation: 1,
5174
5188
  fineDimmerLocation: 0,
5175
5189
  strobeLocation: 7,
5176
- whiteMacros: {
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,
5188
- },
5190
+ whiteMacros: null,
5189
5191
  autoPrograms: [
5190
5192
  {
5191
5193
  location: 8,
@@ -5262,7 +5264,7 @@ const baseProfiles: Record<number, BaseProfile> = {
5262
5264
 
5263
5265
  ],
5264
5266
  name: 'FREEDOM Par Quad-4',
5265
- },//updated Anthony, updated again
5267
+ },//updated Anthony, updated again, good.
5266
5268
  10240: {
5267
5269
  profileId: 10240,
5268
5270
  channels: 10,
@@ -5439,13 +5441,12 @@ const baseProfiles: Record<number, BaseProfile> = {
5439
5441
  location: 9,
5440
5442
  label: 'Foreground Color',
5441
5443
  defaultValue: 0,
5442
- condition: {
5443
- location: 7,
5444
- minValue: 110,
5445
- maxValue: 198
5446
5444
 
5447
- },
5448
5445
  values: [
5446
+ {
5447
+ item: 'Off',
5448
+ value: 36,
5449
+ },
5449
5450
  {
5450
5451
  item: 'Red',
5451
5452
  value: 0,
@@ -5474,10 +5475,6 @@ const baseProfiles: Record<number, BaseProfile> = {
5474
5475
  item: 'Red + Green + Blue',
5475
5476
  value: 31,
5476
5477
  },
5477
- {
5478
- item: 'Off',
5479
- value: 36,
5480
- },
5481
5478
 
5482
5479
  ],
5483
5480
  },
@@ -5489,7 +5486,6 @@ const baseProfiles: Record<number, BaseProfile> = {
5489
5486
  location: 7,
5490
5487
  minValue: 110,
5491
5488
  maxValue: 198
5492
-
5493
5489
  },
5494
5490
  range: {
5495
5491
  start: 0,
@@ -5507,6 +5503,10 @@ const baseProfiles: Record<number, BaseProfile> = {
5507
5503
 
5508
5504
  },
5509
5505
  values: [
5506
+ {
5507
+ item: 'Off',
5508
+ value: 36,
5509
+ },
5510
5510
  {
5511
5511
  item: 'Red',
5512
5512
  value: 0,
@@ -5535,11 +5535,6 @@ const baseProfiles: Record<number, BaseProfile> = {
5535
5535
  item: 'Red + Green + Blue',
5536
5536
  value: 31,
5537
5537
  },
5538
- {
5539
- item: 'Off',
5540
- value: 36,
5541
- },
5542
-
5543
5538
  ],
5544
5539
  },
5545
5540
  {