@chauvet/connect-base-profiles 2.0.2 → 2.0.3

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.
@@ -873,6 +873,7 @@ const baseProfiles = {
873
873
  {
874
874
  location: 7,
875
875
  label: 'Auto Programs',
876
+ defaultValue: 22,
876
877
  values: [
877
878
  {
878
879
  item: 'Off',
@@ -927,6 +928,7 @@ const baseProfiles = {
927
928
  {
928
929
  location: 8,
929
930
  label: 'Foreground Dimmer',
931
+ defaultValue: 255,
930
932
  range: {
931
933
  start: 0,
932
934
  end: 255
@@ -936,6 +938,7 @@ const baseProfiles = {
936
938
  location: 10,
937
939
  label: 'Foreground Color',
938
940
  hint: 'Only active for Auto Programs 5 - 9',
941
+ defaultValue: 0,
939
942
  values: [
940
943
  {
941
944
  item: 'Red',
@@ -974,6 +977,7 @@ const baseProfiles = {
974
977
  {
975
978
  location: 10,
976
979
  label: 'Background Dimmer',
980
+ defaultValue: 255,
977
981
  range: {
978
982
  start: 0,
979
983
  end: 255
@@ -983,6 +987,7 @@ const baseProfiles = {
983
987
  location: 12,
984
988
  label: 'Background Color',
985
989
  hint: 'Only active for Auto Programs 5 - 9',
990
+ defaultValue: 0,
986
991
  values: [
987
992
  {
988
993
  item: 'Red',
@@ -1021,11 +1026,13 @@ const baseProfiles = {
1021
1026
  {
1022
1027
  location: 13,
1023
1028
  label: 'Auto Speed',
1029
+ defaultValue: 128,
1024
1030
  range: {
1025
1031
  start: 0,
1026
1032
  end: 255
1027
1033
  },
1028
1034
  altLabel: 'Sound Sensitivity',
1035
+ altDefaultValue: 128,
1029
1036
  altRange: {
1030
1037
  start: 10,
1031
1038
  end: 255
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -911,6 +911,7 @@ const baseProfiles: Record<number, BaseProfile> = {
911
911
  {
912
912
  location: 7,
913
913
  label: 'Auto Programs',
914
+ defaultValue: 22,
914
915
  values: [
915
916
  {
916
917
  item: 'Off',
@@ -966,6 +967,7 @@ const baseProfiles: Record<number, BaseProfile> = {
966
967
  {
967
968
  location: 8,
968
969
  label: 'Foreground Dimmer',
970
+ defaultValue: 255,
969
971
  range: {
970
972
  start: 0,
971
973
  end: 255
@@ -975,6 +977,7 @@ const baseProfiles: Record<number, BaseProfile> = {
975
977
  location: 10,
976
978
  label: 'Foreground Color',
977
979
  hint: 'Only active for Auto Programs 5 - 9',
980
+ defaultValue: 0,
978
981
  values: [
979
982
  {
980
983
  item: 'Red',
@@ -1014,6 +1017,7 @@ const baseProfiles: Record<number, BaseProfile> = {
1014
1017
  {
1015
1018
  location: 10,
1016
1019
  label: 'Background Dimmer',
1020
+ defaultValue: 255,
1017
1021
  range: {
1018
1022
  start: 0,
1019
1023
  end: 255
@@ -1023,6 +1027,7 @@ const baseProfiles: Record<number, BaseProfile> = {
1023
1027
  location: 12,
1024
1028
  label: 'Background Color',
1025
1029
  hint: 'Only active for Auto Programs 5 - 9',
1030
+ defaultValue: 0,
1026
1031
  values: [
1027
1032
  {
1028
1033
  item: 'Red',
@@ -1062,11 +1067,13 @@ const baseProfiles: Record<number, BaseProfile> = {
1062
1067
  {
1063
1068
  location: 13,
1064
1069
  label: 'Auto Speed',
1070
+ defaultValue: 128,
1065
1071
  range: {
1066
1072
  start: 0,
1067
1073
  end: 255
1068
1074
  },
1069
1075
  altLabel: 'Sound Sensitivity',
1076
+ altDefaultValue: 128,
1070
1077
  altRange: {
1071
1078
  start: 10,
1072
1079
  end: 255