@chauvet/connect-base-profiles 2.0.5 → 2.0.7
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 +11 -3
- package/package.json +1 -1
- package/src/baseProfiles.ts +11 -3
package/dist/baseProfiles.js
CHANGED
|
@@ -628,7 +628,6 @@ const baseProfiles = {
|
|
|
628
628
|
minValue: 110,
|
|
629
629
|
maxValue: 220
|
|
630
630
|
},
|
|
631
|
-
hint: 'Only active for Auto Programs 5 - 9',
|
|
632
631
|
values: [
|
|
633
632
|
{
|
|
634
633
|
item: 'Red',
|
|
@@ -695,6 +694,11 @@ const baseProfiles = {
|
|
|
695
694
|
{
|
|
696
695
|
location: 14,
|
|
697
696
|
label: 'Background Dimmer',
|
|
697
|
+
condition: {
|
|
698
|
+
location: 10,
|
|
699
|
+
minValue: 110,
|
|
700
|
+
maxValue: 220
|
|
701
|
+
},
|
|
698
702
|
range: {
|
|
699
703
|
start: 0,
|
|
700
704
|
end: 255
|
|
@@ -703,7 +707,11 @@ const baseProfiles = {
|
|
|
703
707
|
{
|
|
704
708
|
location: 15,
|
|
705
709
|
label: 'Background Color',
|
|
706
|
-
|
|
710
|
+
condition: {
|
|
711
|
+
location: 10,
|
|
712
|
+
minValue: 110,
|
|
713
|
+
maxValue: 220
|
|
714
|
+
},
|
|
707
715
|
values: [
|
|
708
716
|
{
|
|
709
717
|
item: 'Red',
|
|
@@ -780,7 +788,7 @@ const baseProfiles = {
|
|
|
780
788
|
end: 255
|
|
781
789
|
},
|
|
782
790
|
altCondition: {
|
|
783
|
-
location:
|
|
791
|
+
location: 10,
|
|
784
792
|
minValue: 242,
|
|
785
793
|
}
|
|
786
794
|
},
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -660,7 +660,6 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
660
660
|
minValue: 110,
|
|
661
661
|
maxValue: 220
|
|
662
662
|
},
|
|
663
|
-
hint: 'Only active for Auto Programs 5 - 9',
|
|
664
663
|
values: [
|
|
665
664
|
{
|
|
666
665
|
item: 'Red',
|
|
@@ -730,6 +729,11 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
730
729
|
{
|
|
731
730
|
location: 14,
|
|
732
731
|
label: 'Background Dimmer',
|
|
732
|
+
condition: {
|
|
733
|
+
location: 10,
|
|
734
|
+
minValue: 110,
|
|
735
|
+
maxValue: 220
|
|
736
|
+
},
|
|
733
737
|
range: {
|
|
734
738
|
start: 0,
|
|
735
739
|
end: 255
|
|
@@ -738,7 +742,11 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
738
742
|
{
|
|
739
743
|
location: 15,
|
|
740
744
|
label: 'Background Color',
|
|
741
|
-
|
|
745
|
+
condition: {
|
|
746
|
+
location: 10,
|
|
747
|
+
minValue: 110,
|
|
748
|
+
maxValue: 220
|
|
749
|
+
},
|
|
742
750
|
values: [
|
|
743
751
|
{
|
|
744
752
|
item: 'Red',
|
|
@@ -818,7 +826,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
818
826
|
end: 255
|
|
819
827
|
},
|
|
820
828
|
altCondition: {
|
|
821
|
-
location:
|
|
829
|
+
location: 10,
|
|
822
830
|
minValue: 242,
|
|
823
831
|
}
|
|
824
832
|
},
|