Skip to content
Closed
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
153 changes: 153 additions & 0 deletions fixtures/shehds/mini-wash-7x12w-rgbw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Mini wash 7x12w RGBW",
"shortName": "Mini wash 7x12w RGBW",
"categories": ["Other"],
"meta": {
"authors": ["Anonymous"],
"createDate": "2023-09-13",
"lastModifyDate": "2025-04-03",
"importPlugin": {
"plugin": "gdtf",
"date": "2026-04-01",
"comment": "GDTF v1.2 fixture type ID: EF2D958A-912B-4CD2-876E-0C340E4C3BDC"
}
},
"comment": "Shehds",
"availableChannels": {
"P": {
"fineChannelAliases": ["P fine"],
"capabilities": [
{
"dmxRange": [0, 32767],
"type": "Pan",
"angleStart": "0deg",
"angleEnd": "1deg"
},
{
"dmxRange": [32768, 32768],
"type": "Pan",
"angleStart": "0deg",
"angleEnd": "1deg",
"comment": "Home"
},
{
"dmxRange": [32769, 65535],
"type": "Pan",
"angleStart": "0deg",
"angleEnd": "1deg"
}
]
},
"T": {
"fineChannelAliases": ["T fine"],
"capabilities": [
{
"dmxRange": [0, 32767],
"type": "Tilt",
"angleStart": "0deg",
"angleEnd": "1deg"
},
{
"dmxRange": [32768, 32768],
"type": "Tilt",
"angleStart": "0deg",
"angleEnd": "1deg",
"comment": "Home"
},
{
"dmxRange": [32769, 65535],
"type": "Tilt",
"angleStart": "0deg",
"angleEnd": "1deg"
}
]
},
"Pos MSpeed": {
"capability": {
"type": "PanTiltSpeed",
"speedStart": 0,
"speedEnd": 1
}
},
"Dim": {
"capability": {
"type": "Intensity",
"brightnessStart": 0,
"brightnessEnd": 1
}
},
"R": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"Color Macro1": {
"capability": {
"type": "ColorPreset"
}
},
"Color Mix MSpeed": {
"capability": {
"type": "Speed",
"speedStart": 0,
"speedEnd": 1
}
},
"Color FX1": {
"capability": {
"type": "Effect",
"effectName": "",
"speedStart": 0,
"speedEnd": 1
}
},
"Fixture Global Reset": {
"capability": {
"type": "Maintenance",
"parameterStart": 0,
"parameterEnd": 1
}
}
},
"modes": [
{
"name": "Mode 1",
"channels": [
"P",
"P fine",
"T",
"T fine",
"Pos MSpeed",
"Dim",
"R",
"G",
"B",
"White",
"Color Macro1",
"Color Mix MSpeed",
"Color FX1",
"Fixture Global Reset"
]
}
]
}
Loading