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
89 changes: 89 additions & 0 deletions fixtures/color-imagination/fr100ms-minifresnel-100mz-s.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "FR100MS MINIFRESNEL 100MZ-S",
"categories": ["Color Changer"],
"meta": {
"authors": ["Theater der Mitte"],
"createDate": "2025-11-18",
"lastModifyDate": "2025-11-18"
},
"links": {
"manual": [
"https://www.color-imagination.com"
],
"productPage": [
"https://www.color-imagination.com"
],
"video": [
"https://www.color-imagination.com"
]
},
"physical": {
"dimensions": [250, 131, 200],
"weight": 3.8,
"power": 100,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED"
}
},
"availableChannels": {
"Dimmer": {
"capability": {
"type": "Intensity"
}
},
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"Amber": {
"capability": {
"type": "ColorIntensity",
"color": "Amber"
}
},
"Lime": {
"capability": {
"type": "ColorIntensity",
"color": "Lime"
}
},
"Cold White": {
"capability": {
"type": "ColorIntensity",
"color": "White",
"comment": "Linear CCT Warm White to Cool White (1400 - 12000K)"
}
}
},
"modes": [
{
"name": "7-channel",
"shortName": "7ch",
"channels": [
"Dimmer",
"Red",
"Green",
"Blue",
"Amber",
"Lime",
"Cold White"
]
}
]
}
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
"website": "https://www.coemar.com/",
"rdmId": 17229
},
"color-imagination": {
"name": "Color Imagination",
"website": "https://www.color-imagination.com"
},
"contest": {
"name": "Contest",
"website": "https://www.contest-lighting.com/en/"
Expand Down
Loading