@chauvet/connect-base-profiles 1.6.4 → 1.6.6

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.
@@ -237,7 +237,7 @@ const baseProfiles = {
237
237
  fineDimmerLocation: 0,
238
238
  strobeLocation: 0,
239
239
  whiteMacros: null,
240
- name: 'rgb',
240
+ name: 'Generic RGB',
241
241
  },
242
242
  1015: {
243
243
  profileId: 1015,
@@ -255,7 +255,7 @@ const baseProfiles = {
255
255
  fineDimmerLocation: 0,
256
256
  strobeLocation: 0,
257
257
  whiteMacros: null,
258
- name: 'rgba',
258
+ name: 'Generic RGBA',
259
259
  },
260
260
  1020: {
261
261
  profileId: 1020,
@@ -273,7 +273,7 @@ const baseProfiles = {
273
273
  fineDimmerLocation: 0,
274
274
  strobeLocation: 0,
275
275
  whiteMacros: null,
276
- name: 'rgbw',
276
+ name: 'Generic RGBW',
277
277
  },
278
278
  1030: {
279
279
  profileId: 1030,
@@ -291,7 +291,7 @@ const baseProfiles = {
291
291
  fineDimmerLocation: 0,
292
292
  strobeLocation: 0,
293
293
  whiteMacros: null,
294
- name: 'drgb',
294
+ name: 'Generic DRGB',
295
295
  },
296
296
  1050: {
297
297
  profileId: 1050,
@@ -309,7 +309,25 @@ const baseProfiles = {
309
309
  fineDimmerLocation: 0,
310
310
  strobeLocation: 0,
311
311
  whiteMacros: null,
312
- name: 'drgba',
312
+ name: 'Generic DRGBA',
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: 'Generic DRGBAS',
313
331
  },
314
332
  10050: {
315
333
  profileId: 10050,
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.6",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -258,7 +258,7 @@ const baseProfiles: Record<number, BaseProfile> = {
258
258
  fineDimmerLocation: 0,
259
259
  strobeLocation: 0,
260
260
  whiteMacros: null,
261
- name: 'rgb',
261
+ name: 'Generic RGB',
262
262
  },
263
263
 
264
264
  1015: {
@@ -277,7 +277,7 @@ const baseProfiles: Record<number, BaseProfile> = {
277
277
  fineDimmerLocation: 0,
278
278
  strobeLocation: 0,
279
279
  whiteMacros: null,
280
- name: 'rgba',
280
+ name: 'Generic RGBA',
281
281
  },
282
282
 
283
283
  1020: {
@@ -296,7 +296,7 @@ const baseProfiles: Record<number, BaseProfile> = {
296
296
  fineDimmerLocation: 0,
297
297
  strobeLocation: 0,
298
298
  whiteMacros: null,
299
- name: 'rgbw',
299
+ name: 'Generic RGBW',
300
300
  },
301
301
 
302
302
 
@@ -316,7 +316,7 @@ const baseProfiles: Record<number, BaseProfile> = {
316
316
  fineDimmerLocation: 0,
317
317
  strobeLocation: 0,
318
318
  whiteMacros: null,
319
- name: 'drgb',
319
+ name: 'Generic DRGB',
320
320
  },
321
321
 
322
322
  1050: {
@@ -335,7 +335,26 @@ const baseProfiles: Record<number, BaseProfile> = {
335
335
  fineDimmerLocation: 0,
336
336
  strobeLocation: 0,
337
337
  whiteMacros: null,
338
- name: 'drgba',
338
+ name: 'Generic DRGBA',
339
+ },
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: 'Generic DRGBAS',
339
358
  },
340
359
 
341
360
  10050: {