@chauvet/connect-base-profiles 1.5.0 → 1.6.0

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.
@@ -110,8 +110,8 @@ const baseProfiles = {
110
110
  b: 5,
111
111
  },
112
112
  whiteLocation: 6,
113
- amberLocation: 5,
114
- whiteMacrosLocation: 7,
113
+ amberLocation: 0,
114
+ whiteMacrosLocation: 9,
115
115
  uvLocation: 0,
116
116
  dimmerLocation: 1,
117
117
  fineDimmerLocation: 0,
@@ -131,19 +131,19 @@ const baseProfiles = {
131
131
  },
132
132
  260: {
133
133
  profileId: 260,
134
- channels: 13,
134
+ channels: 12,
135
135
  rgbRelation: {
136
- r: 3,
137
- g: 4,
138
- b: 5,
136
+ r: 4,
137
+ g: 5,
138
+ b: 6,
139
139
  },
140
- whiteLocation: 6,
141
- amberLocation: 5,
142
- whiteMacrosLocation: 7,
140
+ whiteLocation: 7,
141
+ amberLocation: 0,
142
+ whiteMacrosLocation: 9,
143
143
  uvLocation: 0,
144
144
  dimmerLocation: 1,
145
- fineDimmerLocation: 0,
146
- strobeLocation: 7,
145
+ fineDimmerLocation: 2,
146
+ strobeLocation: 3,
147
147
  whiteMacros: {
148
148
  '2800': 6,
149
149
  '3200': 26,
@@ -195,19 +195,19 @@ const baseProfiles = {
195
195
  },
196
196
  450: {
197
197
  profileId: 450,
198
- channels: 14,
198
+ channels: 15,
199
199
  rgbRelation: {
200
- r: 3,
201
- g: 4,
202
- b: 5,
200
+ r: 4,
201
+ g: 5,
202
+ b: 6,
203
203
  },
204
- whiteLocation: 6,
204
+ whiteLocation: 7,
205
205
  amberLocation: 0,
206
- whiteMacrosLocation: 7,
206
+ whiteMacrosLocation: 8,
207
207
  uvLocation: 0,
208
208
  dimmerLocation: 1,
209
209
  fineDimmerLocation: 0,
210
- strobeLocation: 2,
210
+ strobeLocation: 3,
211
211
  whiteMacros: {
212
212
  '2800': 6,
213
213
  '3200': 26,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -130,8 +130,8 @@ const baseProfiles: Record<number, BaseProfile> = {
130
130
  b: 5,
131
131
  },
132
132
  whiteLocation: 6,
133
- amberLocation: 5,
134
- whiteMacrosLocation: 7,
133
+ amberLocation: 0,
134
+ whiteMacrosLocation: 9,
135
135
  uvLocation: 0,
136
136
  dimmerLocation: 1,
137
137
  fineDimmerLocation: 0,
@@ -151,19 +151,19 @@ const baseProfiles: Record<number, BaseProfile> = {
151
151
  },
152
152
  260: {
153
153
  profileId: 260,
154
- channels: 13,
154
+ channels: 12,
155
155
  rgbRelation: {
156
- r: 3,
157
- g: 4,
158
- b: 5,
156
+ r: 4,
157
+ g: 5,
158
+ b: 6,
159
159
  },
160
- whiteLocation: 6,
161
- amberLocation: 5,
162
- whiteMacrosLocation: 7,
160
+ whiteLocation: 7,
161
+ amberLocation: 0,
162
+ whiteMacrosLocation: 9,
163
163
  uvLocation: 0,
164
164
  dimmerLocation: 1,
165
- fineDimmerLocation: 0,
166
- strobeLocation: 7,
165
+ fineDimmerLocation: 2,
166
+ strobeLocation: 3,
167
167
  whiteMacros: {
168
168
  '2800': 6,
169
169
  '3200': 26,
@@ -215,19 +215,19 @@ const baseProfiles: Record<number, BaseProfile> = {
215
215
  },
216
216
  450: {
217
217
  profileId: 450,
218
- channels: 14,
218
+ channels: 15,
219
219
  rgbRelation: {
220
- r: 3,
221
- g: 4,
222
- b: 5,
220
+ r: 4,
221
+ g: 5,
222
+ b: 6,
223
223
  },
224
- whiteLocation: 6,
224
+ whiteLocation: 7,
225
225
  amberLocation: 0,
226
- whiteMacrosLocation: 7,
226
+ whiteMacrosLocation: 8,
227
227
  uvLocation: 0,
228
228
  dimmerLocation: 1,
229
229
  fineDimmerLocation: 0,
230
- strobeLocation: 2,
230
+ strobeLocation: 3,
231
231
  whiteMacros: {
232
232
  '2800': 6,
233
233
  '3200': 26,