@chauvet/connect-base-profiles 2.0.11 → 2.2.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.
package/Notes.md ADDED
@@ -0,0 +1,46 @@
1
+
2
+
3
+ Profiles included:
4
+
5
+
6
+ 50-WELL Fit,
7
+ auto-yes
8
+
9
+ 60-WELL Fit,
10
+ auto-yes
11
+
12
+ 150-WELL POD 2
13
+ auto-yes
14
+
15
+ 160-WELL POD 3
16
+
17
+ 250-WELL PANEL
18
+
19
+ 260-WELL PANEL X
20
+
21
+ 350-WELL STX180
22
+
23
+ 360-WELL STX360
24
+
25
+ 450-WELL BATTEN 14
26
+
27
+ 800-ONAIR PANEL 1 IP
28
+
29
+ 810-ONAIR PANEL 2 IP
30
+
31
+ 820-ONAIR PANEL 3 IP
32
+
33
+ 830-ONAIR PANEL MIN IP
34
+
35
+ 1010-GENERIC RGB
36
+
37
+ 1015-GENERIC RGBA
38
+
39
+ 1020-GENERIC RGBW
40
+
41
+ 1030-GENERIC DRGB
42
+
43
+ 1050-GENERIC DRGBA
44
+
45
+
46
+
@@ -14,7 +14,6 @@ export interface BaseProfile {
14
14
  fineDimmerLocation: number;
15
15
  strobeLocation: number;
16
16
  whiteMacros: Record<string, number> | null;
17
- autoPrograms: any;
18
17
  name: string;
19
18
  }
20
19
  declare const baseProfiles: Record<number, BaseProfile>;