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
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@
"name": "Shehds",
"website": "https://shehds.com/"
},
"shenzhen-zhuoqiong": {
"name": "Shenzhen Zhuoqiong"
},
"showline": {
"name": "Showline",
"website": "https://www.vari-lite.com/global",
Expand Down
87 changes: 87 additions & 0 deletions fixtures/shenzhen-zhuoqiong/18-colorful-par-lights.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "18 Colorful Par Lights",
"categories": ["Color Changer", "Dimmer", "Effect"],
"meta": {
"authors": ["Earl"],
"createDate": "2025-11-08",
"lastModifyDate": "2025-11-08"
},
"links": {
"manual": [
"https://www.amazon.com"
],
"productPage": [
"https://www.amazon.com"
],
"video": [
"https://youtube.com/shorts/TooI88waMvo?si=M6UUdNEpcsZHDBye"
]
},
"physical": {
"dimensions": [6.3, 9.4, 9.8],
"weight": 3.15,
"power": 216,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED",
"colorTemperature": 6500,
"lumens": 2160
},
"lens": {
"degreesMinMax": [25, 25]
}
},
"availableChannels": {
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"Light strip effect": {
"capability": {
"type": "Effect",
"effectName": "The Ring"
}
},
"Effect Speed": {
"capability": {
"type": "EffectSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
}
},
"modes": [
{
"name": "main",
"channels": [
"Red",
"Green",
"Blue",
"White",
"Light strip effect",
"Effect Speed"
]
}
]
}
Loading