Skip to content

Commit fdc7df7

Browse files
committed
Add fixture eurolite/tmh--46-wash via editor
1 parent 00f93a4 commit fdc7df7

File tree

1 file changed

+158
-0
lines changed

1 file changed

+158
-0
lines changed
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
3+
"name": "TMH- 46 Wash",
4+
"shortName": "TMH-46",
5+
"categories": ["Moving Head"],
6+
"meta": {
7+
"authors": ["whiitestudios"],
8+
"createDate": "2026-02-21",
9+
"lastModifyDate": "2026-02-21"
10+
},
11+
"links": {
12+
"manual": [
13+
"https://www.manualslib.com/manual/1580023/Eurolite-Led-Tmh-46.html"
14+
],
15+
"productPage": [
16+
"https://www.thomann.es/eurolite_led_tmh_46_moving_head_wash.htm"
17+
],
18+
"video": [
19+
"https://www.youtube.com/watch?v=UIvviRHL73Q&embeds_referring_euri=https%3A%2F%2Fwww.bing.com%2F&embeds_referring_origin=https%3A%2F%2Fwww.bing.com&source_ve_path=Mjg2NjY"
20+
]
21+
},
22+
"physical": {
23+
"dimensions": [140, 180, 145],
24+
"weight": 1.5,
25+
"power": 45,
26+
"DMXconnector": "3-pin",
27+
"bulb": {
28+
"type": "LED"
29+
}
30+
},
31+
"availableChannels": {
32+
"Pan": {
33+
"defaultValue": 0,
34+
"capability": {
35+
"type": "Pan",
36+
"angleStart": "0deg",
37+
"angleEnd": "255deg"
38+
}
39+
},
40+
"Tilt": {
41+
"capability": {
42+
"type": "Tilt",
43+
"angleStart": "0deg",
44+
"angleEnd": "255deg"
45+
}
46+
},
47+
"Pan/Tilt Speed": {
48+
"capability": {
49+
"type": "PanTiltSpeed",
50+
"speedStart": "fast",
51+
"speedEnd": "slow"
52+
}
53+
},
54+
"Dimmer": {
55+
"capability": {
56+
"type": "Intensity"
57+
}
58+
},
59+
"Strobe": {
60+
"capability": {
61+
"type": "StrobeSpeed",
62+
"speedStart": "0Hz",
63+
"speedEnd": "255Hz"
64+
}
65+
},
66+
"Red": {
67+
"capability": {
68+
"type": "ColorIntensity",
69+
"color": "Red"
70+
}
71+
},
72+
"Green": {
73+
"capability": {
74+
"type": "ColorIntensity",
75+
"color": "Green"
76+
}
77+
},
78+
"Blue": {
79+
"capability": {
80+
"type": "ColorIntensity",
81+
"color": "Blue"
82+
}
83+
},
84+
"White": {
85+
"capability": {
86+
"type": "ColorIntensity",
87+
"color": "White"
88+
}
89+
},
90+
"Amber": {
91+
"capability": {
92+
"type": "ColorIntensity",
93+
"color": "Amber"
94+
}
95+
},
96+
"UV": {
97+
"capability": {
98+
"type": "ColorIntensity",
99+
"color": "UV"
100+
}
101+
},
102+
"P/T Macros": {
103+
"capability": {
104+
"type": "PanTiltSpeed",
105+
"speedStart": "fast",
106+
"speedEnd": "slow"
107+
}
108+
},
109+
"P/T Macro Speed": {
110+
"capability": {
111+
"type": "Speed",
112+
"speedStart": "slow",
113+
"speedEnd": "fast"
114+
}
115+
},
116+
"Color Macros": {
117+
"capability": {
118+
"type": "NoFunction"
119+
}
120+
},
121+
"Color Macros Speed": {
122+
"capability": {
123+
"type": "Speed",
124+
"speedStart": "slow",
125+
"speedEnd": "fast"
126+
}
127+
},
128+
"RESET": {
129+
"capability": {
130+
"type": "NoFunction"
131+
}
132+
}
133+
},
134+
"modes": [
135+
{
136+
"name": "16 channels",
137+
"shortName": "16ch",
138+
"channels": [
139+
"Pan",
140+
"Tilt",
141+
"Pan/Tilt Speed",
142+
"Dimmer",
143+
"Strobe",
144+
"Red",
145+
"Green",
146+
"Blue",
147+
"White",
148+
"Amber",
149+
"UV",
150+
"P/T Macros",
151+
"P/T Macro Speed",
152+
"Color Macros",
153+
"Color Macros Speed",
154+
"RESET"
155+
]
156+
}
157+
]
158+
}

0 commit comments

Comments
 (0)