@chauvet/connect-base-profiles 2.0.5 → 2.0.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.
@@ -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
- hint: 'Only active for Auto Programs 5 - 9',
710
+ condition: {
711
+ location: 10,
712
+ minValue: 110,
713
+ maxValue: 220
714
+ },
707
715
  values: [
708
716
  {
709
717
  item: 'Red',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -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
- hint: 'Only active for Auto Programs 5 - 9',
745
+ condition: {
746
+ location: 10,
747
+ minValue: 110,
748
+ maxValue: 220
749
+ },
742
750
  values: [
743
751
  {
744
752
  item: 'Red',