diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 40c0a272cc..5b1994c277 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -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", diff --git a/fixtures/shenzhen-zhuoqiong/18-colorful-par-lights.json b/fixtures/shenzhen-zhuoqiong/18-colorful-par-lights.json new file mode 100644 index 0000000000..d07b6b1c7b --- /dev/null +++ b/fixtures/shenzhen-zhuoqiong/18-colorful-par-lights.json @@ -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" + ] + } + ] +}