@chauvet/connect-base-profiles 1.6.5 → 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.
- package/dist/baseProfiles.js +6 -6
- package/package.json +1 -1
- package/src/baseProfiles.ts +6 -6
package/dist/baseProfiles.js
CHANGED
|
@@ -237,7 +237,7 @@ const baseProfiles = {
|
|
|
237
237
|
fineDimmerLocation: 0,
|
|
238
238
|
strobeLocation: 0,
|
|
239
239
|
whiteMacros: null,
|
|
240
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
294
|
+
name: 'Generic DRGB',
|
|
295
295
|
},
|
|
296
296
|
1050: {
|
|
297
297
|
profileId: 1050,
|
|
@@ -309,7 +309,7 @@ const baseProfiles = {
|
|
|
309
309
|
fineDimmerLocation: 0,
|
|
310
310
|
strobeLocation: 0,
|
|
311
311
|
whiteMacros: null,
|
|
312
|
-
name: '
|
|
312
|
+
name: 'Generic DRGBA',
|
|
313
313
|
},
|
|
314
314
|
1060: {
|
|
315
315
|
profileId: 1060,
|
|
@@ -327,7 +327,7 @@ const baseProfiles = {
|
|
|
327
327
|
fineDimmerLocation: 0,
|
|
328
328
|
strobeLocation: 6,
|
|
329
329
|
whiteMacros: null,
|
|
330
|
-
name: '
|
|
330
|
+
name: 'Generic DRGBAS',
|
|
331
331
|
},
|
|
332
332
|
10050: {
|
|
333
333
|
profileId: 10050,
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -258,7 +258,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
258
258
|
fineDimmerLocation: 0,
|
|
259
259
|
strobeLocation: 0,
|
|
260
260
|
whiteMacros: null,
|
|
261
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
319
|
+
name: 'Generic DRGB',
|
|
320
320
|
},
|
|
321
321
|
|
|
322
322
|
1050: {
|
|
@@ -335,7 +335,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
335
335
|
fineDimmerLocation: 0,
|
|
336
336
|
strobeLocation: 0,
|
|
337
337
|
whiteMacros: null,
|
|
338
|
-
name: '
|
|
338
|
+
name: 'Generic DRGBA',
|
|
339
339
|
},
|
|
340
340
|
|
|
341
341
|
1060: {
|
|
@@ -354,7 +354,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
354
354
|
fineDimmerLocation: 0,
|
|
355
355
|
strobeLocation: 6,
|
|
356
356
|
whiteMacros: null,
|
|
357
|
-
name: '
|
|
357
|
+
name: 'Generic DRGBAS',
|
|
358
358
|
},
|
|
359
359
|
|
|
360
360
|
10050: {
|