@chauvet/connect-base-profiles 2.1.0 → 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 +46 -0
- package/dist/baseProfiles.d.ts +0 -1
- package/dist/baseProfiles.js +0 -1755
- package/package.json +1 -1
- package/src/baseProfiles.ts +4053 -406
- package/tokens/Publish_Token.md +0 -4
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
|
+
|
package/dist/baseProfiles.d.ts
CHANGED