@chauvet/connect-base-profiles 2.0.3 → 2.0.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 +7 -7
- package/package.json +1 -1
- package/src/baseProfiles.ts +7 -7
package/dist/baseProfiles.js
CHANGED
|
@@ -554,7 +554,7 @@ const baseProfiles = {
|
|
|
554
554
|
whiteMacros: null,
|
|
555
555
|
autoPrograms: [
|
|
556
556
|
{
|
|
557
|
-
location:
|
|
557
|
+
location: 10,
|
|
558
558
|
label: 'Auto Programs',
|
|
559
559
|
values: [
|
|
560
560
|
{
|
|
@@ -608,15 +608,15 @@ const baseProfiles = {
|
|
|
608
608
|
]
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
|
-
location:
|
|
611
|
+
location: 11,
|
|
612
612
|
label: 'Foreground Dimmer',
|
|
613
613
|
range: {
|
|
614
|
-
start:
|
|
614
|
+
start: 12,
|
|
615
615
|
end: 255
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
|
-
location:
|
|
619
|
+
location: 13,
|
|
620
620
|
label: 'Foreground Color',
|
|
621
621
|
hint: 'Only active for Auto Programs 5 - 9',
|
|
622
622
|
values: [
|
|
@@ -683,7 +683,7 @@ const baseProfiles = {
|
|
|
683
683
|
],
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
|
-
location:
|
|
686
|
+
location: 14,
|
|
687
687
|
label: 'Background Dimmer',
|
|
688
688
|
range: {
|
|
689
689
|
start: 0,
|
|
@@ -691,7 +691,7 @@ const baseProfiles = {
|
|
|
691
691
|
}
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
|
-
location:
|
|
694
|
+
location: 15,
|
|
695
695
|
label: 'Background Color',
|
|
696
696
|
hint: 'Only active for Auto Programs 5 - 9',
|
|
697
697
|
values: [
|
|
@@ -758,7 +758,7 @@ const baseProfiles = {
|
|
|
758
758
|
],
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
|
-
location:
|
|
761
|
+
location: 16,
|
|
762
762
|
label: 'Auto Speed',
|
|
763
763
|
range: {
|
|
764
764
|
start: 0,
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -585,7 +585,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
585
585
|
whiteMacros: null,
|
|
586
586
|
autoPrograms: [
|
|
587
587
|
{
|
|
588
|
-
location:
|
|
588
|
+
location: 10,
|
|
589
589
|
label: 'Auto Programs',
|
|
590
590
|
values: [
|
|
591
591
|
{
|
|
@@ -640,15 +640,15 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
640
640
|
]
|
|
641
641
|
},
|
|
642
642
|
{
|
|
643
|
-
location:
|
|
643
|
+
location: 11,
|
|
644
644
|
label: 'Foreground Dimmer',
|
|
645
645
|
range: {
|
|
646
|
-
start:
|
|
646
|
+
start: 12,
|
|
647
647
|
end: 255
|
|
648
648
|
}
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
|
-
location:
|
|
651
|
+
location: 13,
|
|
652
652
|
label: 'Foreground Color',
|
|
653
653
|
hint: 'Only active for Auto Programs 5 - 9',
|
|
654
654
|
values: [
|
|
@@ -718,7 +718,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
718
718
|
],
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
|
-
location:
|
|
721
|
+
location: 14,
|
|
722
722
|
label: 'Background Dimmer',
|
|
723
723
|
range: {
|
|
724
724
|
start: 0,
|
|
@@ -726,7 +726,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
726
726
|
}
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
|
-
location:
|
|
729
|
+
location: 15,
|
|
730
730
|
label: 'Background Color',
|
|
731
731
|
hint: 'Only active for Auto Programs 5 - 9',
|
|
732
732
|
values: [
|
|
@@ -796,7 +796,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
796
796
|
],
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
|
-
location:
|
|
799
|
+
location: 16,
|
|
800
800
|
label: 'Auto Speed',
|
|
801
801
|
range: {
|
|
802
802
|
start: 0,
|