Skip to content

Commit 105f1fe

Browse files
authored
Add fixture mdg/atme (#5347)
1 parent 29beb6c commit 105f1fe

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

fixtures/mdg/atme.json

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
3+
"name": "ATMe",
4+
"categories": ["Hazer"],
5+
"meta": {
6+
"authors": ["Manu"],
7+
"createDate": "2026-01-23",
8+
"lastModifyDate": "2026-01-23"
9+
},
10+
"links": {
11+
"manual": [
12+
"https://mdgfog.s3.ca-central-1.amazonaws.com/uploads/docs/ATMe%2C%20User%20Guide%2C%20Rev%20Ce.pdf"
13+
],
14+
"productPage": [
15+
"https://www.mdgfog.com/en/atme"
16+
],
17+
"video": [
18+
"https://vimeo.com/141104074"
19+
]
20+
},
21+
"physical": {
22+
"dimensions": [180, 300, 685],
23+
"weight": 16.8,
24+
"power": 1400,
25+
"DMXconnector": "5-pin"
26+
},
27+
"availableChannels": {
28+
"Unit control": {
29+
"defaultValue": 0,
30+
"capabilities": [
31+
{
32+
"dmxRange": [0, 128],
33+
"type": "Maintenance",
34+
"comment": "Unit OFF"
35+
},
36+
{
37+
"dmxRange": [129, 255],
38+
"type": "Maintenance",
39+
"comment": "Unit ON"
40+
}
41+
]
42+
},
43+
"Haze output": {
44+
"capability": {
45+
"type": "FogOutput",
46+
"fogOutputStart": "weak",
47+
"fogOutputEnd": "strong"
48+
}
49+
},
50+
"Haze control": {
51+
"capabilities": [
52+
{
53+
"dmxRange": [0, 128],
54+
"type": "Fog",
55+
"fogType": "Haze",
56+
"fogOutput": "off",
57+
"comment": "Haze OFF"
58+
},
59+
{
60+
"dmxRange": [129, 255],
61+
"type": "Fog",
62+
"fogType": "Haze",
63+
"comment": "Haze ON"
64+
}
65+
]
66+
}
67+
},
68+
"modes": [
69+
{
70+
"name": "3-channel",
71+
"shortName": "3ch",
72+
"channels": [
73+
"Unit control",
74+
"Haze output",
75+
"Haze control"
76+
]
77+
}
78+
]
79+
}

0 commit comments

Comments
 (0)