@chauvet/connect-base-profiles 2.2.6 → 2.2.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 +8 -0
- package/package.json +1 -1
- package/src/baseProfiles.ts +8 -0
package/dist/baseProfiles.js
CHANGED
|
@@ -4645,6 +4645,10 @@ const baseProfiles = {
|
|
|
4645
4645
|
minValue: 110,
|
|
4646
4646
|
maxValue: 198
|
|
4647
4647
|
},
|
|
4648
|
+
range: {
|
|
4649
|
+
start: 0,
|
|
4650
|
+
end: 255
|
|
4651
|
+
}
|
|
4648
4652
|
},
|
|
4649
4653
|
{
|
|
4650
4654
|
location: 10,
|
|
@@ -4725,6 +4729,10 @@ const baseProfiles = {
|
|
|
4725
4729
|
minValue: 110,
|
|
4726
4730
|
maxValue: 198
|
|
4727
4731
|
},
|
|
4732
|
+
range: {
|
|
4733
|
+
start: 0,
|
|
4734
|
+
end: 255
|
|
4735
|
+
}
|
|
4728
4736
|
},
|
|
4729
4737
|
{
|
|
4730
4738
|
location: 12,
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -4714,6 +4714,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4714
4714
|
minValue: 110,
|
|
4715
4715
|
maxValue: 198
|
|
4716
4716
|
},
|
|
4717
|
+
range: {
|
|
4718
|
+
start: 0,
|
|
4719
|
+
end: 255
|
|
4720
|
+
}
|
|
4717
4721
|
},
|
|
4718
4722
|
{
|
|
4719
4723
|
location: 10,
|
|
@@ -4794,6 +4798,10 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
4794
4798
|
minValue: 110,
|
|
4795
4799
|
maxValue: 198
|
|
4796
4800
|
},
|
|
4801
|
+
range: {
|
|
4802
|
+
start: 0,
|
|
4803
|
+
end: 255
|
|
4804
|
+
}
|
|
4797
4805
|
},
|
|
4798
4806
|
{
|
|
4799
4807
|
location: 12,
|