Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 101 additions & 0 deletions fixtures/e-butiko-events-custom/ebutiko-events-parcan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Ebutiko Events parcan",
"shortName": "E.E parcan",
"categories": ["Color Changer", "Dimmer"],
"meta": {
"authors": ["Mazeed"],
"createDate": "2025-11-07",
"lastModifyDate": "2025-11-07"
},
"links": {
"manual": [
"https://drive.google.com/file/d/1ZCxVI7UYp9FTyct1p8WoOXofIHN8SZcL/view?usp=sharing"
],
"productPage": [
"https://drive.google.com/file/d/1ZCxVI7UYp9FTyct1p8WoOXofIHN8SZcL/view?usp=sharing"
],
"video": [
"https://drive.google.com/file/d/1ZCxVI7UYp9FTyct1p8WoOXofIHN8SZcL/view?usp=sharing"
]
},
"rdm": {
"modelId": 1
},
"physical": {
"DMXconnector": "3-pin",
"bulb": {
"type": "LED"
}
},
"availableChannels": {
"Dimmer": {
"defaultValue": "50%",
"capability": {
"type": "Intensity"
}
},
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "StrobeSpeed",
"speedStart": "0Hz",
"speedEnd": "200Hz",
"comment": "strobe"
}
},
"Program Duration": {
"capability": {
"type": "EffectDuration",
"durationStart": "0%",
"durationEnd": "100%"
}
},
"Program Speed": {
"capability": {
"type": "EffectSpeed",
"speedStart": "0%",
"speedEnd": "100%"
}
}
},
"modes": [
{
"name": "EEPAR",
"channels": [
"Dimmer",
"Red",
"Green",
"Blue",
"White",
"Strobe",
"Program Duration",
"Program Speed"
]
}
]
}
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
"website": "https://dts-lighting.it/",
"rdmId": 1808
},
"e-butiko-events-custom": {
"name": "E-butiko Events ( Custom )"
},
"elation": {
"name": "Elation",
"website": "https://www.elationlighting.com/",
Expand Down
Loading