-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fixture
cameo/pixbar-600-pro
via editor
- Loading branch information
1 parent
2514b36
commit db70c07
Showing
1 changed file
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} | ||
] | ||
} |