diff --git a/fixtures/blue-sea-lightning/led-zoom-mini-profile-light.json b/fixtures/blue-sea-lightning/led-zoom-mini-profile-light.json new file mode 100644 index 0000000000..02e1f46daa --- /dev/null +++ b/fixtures/blue-sea-lightning/led-zoom-mini-profile-light.json @@ -0,0 +1,87 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "led zoom mini profile light", + "categories": ["Blinder"], + "meta": { + "authors": ["jj"], + "createDate": "2025-07-10", + "lastModifyDate": "2025-07-10" + }, + "links": { + "video": [ + "https://www.youtube.com/watch?v=DTx0qC_NV_4" + ] + }, + "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" + } + }, + "Reserved": { + "capability": { + "type": "ColorIntensity", + "color": "UV" + } + }, + "CTO": { + "capability": { + "type": "ColorTemperature", + "colorTemperatureStart": "1800K", + "colorTemperatureEnd": "10000K" + } + }, + "Strobe": { + "capability": { + "type": "ShutterStrobe", + "shutterEffect": "Strobe" + } + }, + "Reserved 2": { + "name": "Reserved", + "capability": { + "type": "NoFunction" + } + }, + "Dimmer": { + "capability": { + "type": "Intensity" + } + } + }, + "modes": [ + { + "name": "9ch", + "channels": [ + "Red", + "Green", + "Blue", + "White", + "Reserved 2", + "CTO", + "Strobe", + "Reserved", + "Dimmer" + ] + } + ] +} diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 4b83bf8f9b..bce4ab60c4 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -74,6 +74,9 @@ "name": "Blizzard", "website": "https://www.blizzardpro.com/" }, + "blue-sea-lightning": { + "name": "Blue Sea Lightning" + }, "boomtonedj": { "name": "BoomToneDJ", "website": "http://www.boomtonedj.com/"