@chauvet/connect-base-profiles 1.6.4 → 1.6.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.
@@ -311,6 +311,24 @@ const baseProfiles = {
311
311
  whiteMacros: null,
312
312
  name: 'drgba',
313
313
  },
314
+ 1060: {
315
+ profileId: 1060,
316
+ channels: 6,
317
+ rgbRelation: {
318
+ r: 2,
319
+ g: 3,
320
+ b: 4,
321
+ },
322
+ whiteLocation: 0,
323
+ amberLocation: 5,
324
+ whiteMacrosLocation: 0,
325
+ uvLocation: 0,
326
+ dimmerLocation: 1,
327
+ fineDimmerLocation: 0,
328
+ strobeLocation: 6,
329
+ whiteMacros: null,
330
+ name: 'drgbas',
331
+ },
314
332
  10050: {
315
333
  profileId: 10050,
316
334
  channels: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -338,6 +338,25 @@ const baseProfiles: Record<number, BaseProfile> = {
338
338
  name: 'drgba',
339
339
  },
340
340
 
341
+ 1060: {
342
+ profileId: 1060,
343
+ channels: 6,
344
+ rgbRelation: {
345
+ r: 2,
346
+ g: 3,
347
+ b: 4,
348
+ },
349
+ whiteLocation: 0,
350
+ amberLocation: 5,
351
+ whiteMacrosLocation: 0,
352
+ uvLocation: 0,
353
+ dimmerLocation: 1,
354
+ fineDimmerLocation: 0,
355
+ strobeLocation: 6,
356
+ whiteMacros: null,
357
+ name: 'drgbas',
358
+ },
359
+
341
360
  10050: {
342
361
  profileId: 10050,
343
362
  channels: 14,