File tree Expand file tree Collapse file tree 1 file changed +111
-0
lines changed
Expand file tree Collapse file tree 1 file changed +111
-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" : " fullkolor" ,
4+ "categories" : [" Color Changer" ],
5+ "meta" : {
6+ "authors" : [" annie" ],
7+ "createDate" : " 2026-02-19" ,
8+ "lastModifyDate" : " 2026-02-19"
9+ },
10+ "links" : {
11+ "manual" : [
12+ " https://wwww.aesono.fr/manuel/Starway-Fullkolor.pdf"
13+ ]
14+ },
15+ "rdm" : {
16+ "modelId" : 0
17+ },
18+ "physical" : {
19+ "weight" : 4.8 ,
20+ "power" : 52 ,
21+ "DMXconnector" : " 3-pin" ,
22+ "bulb" : {
23+ "type" : " led"
24+ }
25+ },
26+ "availableChannels" : {
27+ "Dimmer" : {
28+ "defaultValue" : 1 ,
29+ "capability" : {
30+ "type" : " Intensity"
31+ }
32+ },
33+ "Red" : {
34+ "defaultValue" : 2 ,
35+ "capability" : {
36+ "type" : " ColorIntensity" ,
37+ "color" : " Red"
38+ }
39+ },
40+ "Green" : {
41+ "defaultValue" : 3 ,
42+ "capability" : {
43+ "type" : " ColorIntensity" ,
44+ "color" : " Green"
45+ }
46+ },
47+ "Blue" : {
48+ "defaultValue" : 4 ,
49+ "capability" : {
50+ "type" : " ColorIntensity" ,
51+ "color" : " Blue"
52+ }
53+ },
54+ "Color Macros" : {
55+ "defaultValue" : 5 ,
56+ "capability" : {
57+ "type" : " NoFunction"
58+ }
59+ },
60+ "Strobe" : {
61+ "defaultValue" : 6 ,
62+ "capability" : {
63+ "type" : " NoFunction"
64+ }
65+ },
66+ "Auto" : {
67+ "defaultValue" : 7 ,
68+ "capability" : {
69+ "type" : " NoFunction"
70+ }
71+ },
72+ "Autospeed" : {
73+ "capability" : {
74+ "type" : " Speed" ,
75+ "speedStart" : " slow" ,
76+ "speedEnd" : " fast"
77+ }
78+ },
79+ "Dimmer speed" : {
80+ "defaultValue" : 9 ,
81+ "capability" : {
82+ "type" : " Speed" ,
83+ "speedStart" : " slow" ,
84+ "speedEnd" : " fast"
85+ }
86+ },
87+ "Id adress" : {
88+ "defaultValue" : 10 ,
89+ "capability" : {
90+ "type" : " NoFunction"
91+ }
92+ }
93+ },
94+ "modes" : [
95+ {
96+ "name" : " tour" ,
97+ "channels" : [
98+ " Dimmer" ,
99+ " Red" ,
100+ " Green" ,
101+ " Blue" ,
102+ " Color Macros" ,
103+ " Strobe" ,
104+ " Auto" ,
105+ " Autospeed" ,
106+ " Dimmer speed" ,
107+ " Id adress"
108+ ]
109+ }
110+ ]
111+ }
You can’t perform that action at this time.
0 commit comments