From db70c07b450d128b7347c689e0870b5862a9ee3a Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 5 Feb 2025 19:40:10 +0100 Subject: [PATCH] Add fixture `cameo/pixbar-600-pro` via editor --- fixtures/cameo/pixbar-600-pro.json | 116 +++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 fixtures/cameo/pixbar-600-pro.json diff --git a/fixtures/cameo/pixbar-600-pro.json b/fixtures/cameo/pixbar-600-pro.json new file mode 100644 index 0000000000..338eebe1fd --- /dev/null +++ b/fixtures/cameo/pixbar-600-pro.json @@ -0,0 +1,116 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Pixbar 600 Pro", + "categories": ["Color Changer"], + "meta": { + "authors": ["Emil Vöhringer"], + "createDate": "2025-02-05", + "lastModifyDate": "2025-02-05" + }, + "links": { + "productPage": [ + "https://www.cameolight.com/de/listing/index/sCategory/2042/parentCategory/1502" + ] + }, + "physical": { + "DMXconnector": "3-pin and 5-pin", + "bulb": { + "type": "LED" + } + }, + "availableChannels": { + "Dimmer": { + "capability": { + "type": "Intensity" + } + }, + "Strobe": { + "defaultValue": 10, + "capability": { + "type": "StrobeSpeed", + "speedStart": "0Hz", + "speedEnd": "20Hz" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Amber": { + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "UV": { + "capability": { + "type": "ColorIntensity", + "color": "UV" + } + }, + "ColorMacro": { + "capability": { + "type": "Generic" + } + }, + "Color Temperature": { + "capability": { + "type": "ColorTemperature", + "colorTemperatureStart": "cold", + "colorTemperatureEnd": "warm" + } + }, + "AutoMode": { + "capability": { + "type": "Generic" + } + }, + "Sound Sensitivity": { + "capability": { + "type": "SoundSensitivity", + "soundSensitivityStart": "off", + "soundSensitivityEnd": "high" + } + } + }, + "modes": [ + { + "name": "12CH", + "shortName": "12ch", + "channels": [ + "Dimmer", + "Strobe", + "Red", + "Green", + "Blue", + "White", + "Amber", + "UV", + "ColorMacro", + "Color Temperature", + "AutoMode", + "Sound Sensitivity" + ] + } + ] +}