Skip to content

Commit

Permalink
Add fixture cameo/pixbar-600-pro via editor
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 5, 2025
1 parent 2514b36 commit db70c07
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions fixtures/cameo/pixbar-600-pro.json
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"
]
}
]
}

0 comments on commit db70c07

Please sign in to comment.