File tree 1 file changed +94
-0
lines changed
1 file changed +94
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json" ,
3
+ "name" : " Multiprofile Zoom Led W3" ,
4
+ "categories" : [" Dimmer" ],
5
+ "meta" : {
6
+ "authors" : [" Ukr" ],
7
+ "createDate" : " 2024-11-30" ,
8
+ "lastModifyDate" : " 2024-11-30"
9
+ },
10
+ "links" : {
11
+ "manual" : [
12
+ " https://www.eafg.es/productos/Docs/Manuales/MULTIPROFILE_ZOOM_LED_W3_17-50_v1_0.pdf"
13
+ ],
14
+ "productPage" : [
15
+ " https://products.equipson.es/store-multiprofile-zoom-led-w3-17-50"
16
+ ],
17
+ "video" : [
18
+ " https://products.equipson.es/store-multiprofile-zoom-led-w3-17-50"
19
+ ]
20
+ },
21
+ "availableChannels" : {
22
+ "Dimmer" : {
23
+ "capability" : {
24
+ "type" : " Intensity"
25
+ }
26
+ },
27
+ "Strobe" : {
28
+ "capability" : {
29
+ "type" : " ShutterStrobe" ,
30
+ "shutterEffect" : " Open"
31
+ }
32
+ },
33
+ "Program Speed" : {
34
+ "capabilities" : [
35
+ {
36
+ "dmxRange" : [0 , 20 ],
37
+ "type" : " NoFunction"
38
+ },
39
+ {
40
+ "dmxRange" : [21 , 200 ],
41
+ "type" : " ShutterStrobe" ,
42
+ "shutterEffect" : " Pulse"
43
+ },
44
+ {
45
+ "dmxRange" : [201 , 240 ],
46
+ "type" : " ShutterStrobe" ,
47
+ "shutterEffect" : " Strobe"
48
+ },
49
+ {
50
+ "dmxRange" : [241 , 255 ],
51
+ "type" : " ShutterStrobe" ,
52
+ "shutterEffect" : " Pulse"
53
+ }
54
+ ]
55
+ },
56
+ "Strobe 2" : {
57
+ "name" : " Strobe" ,
58
+ "capability" : {
59
+ "type" : " ShutterStrobe" ,
60
+ "shutterEffect" : " Pulse"
61
+ }
62
+ }
63
+ },
64
+ "modes" : [
65
+ {
66
+ "name" : " A2ch" ,
67
+ "channels" : [
68
+ " Dimmer" ,
69
+ " Strobe"
70
+ ]
71
+ },
72
+ {
73
+ "name" : " B2ch" ,
74
+ "channels" : [
75
+ " Dimmer" ,
76
+ " Program Speed"
77
+ ]
78
+ },
79
+ {
80
+ "name" : " 3ch" ,
81
+ "channels" : [
82
+ " Dimmer" ,
83
+ " Strobe" ,
84
+ " Strobe 2"
85
+ ]
86
+ },
87
+ {
88
+ "name" : " 1ch" ,
89
+ "channels" : [
90
+ " Dimmer"
91
+ ]
92
+ }
93
+ ]
94
+ }
You can’t perform that action at this time.
0 commit comments