diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 40c0a272cc..622f408935 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -516,6 +516,9 @@ "comment": "Lighting Brand of AMPRO", "website": "http://tecshow.amproweb.com/en/" }, + "the-hangar-lights": { + "name": "The Hangar Lights" + }, "tiptop-stage-light": { "name": "TIPTOP Stage Light", "website": "https://www.tiptopstagelight.com/" diff --git a/fixtures/the-hangar-lights/middle-drum-hang-no-uv.json b/fixtures/the-hangar-lights/middle-drum-hang-no-uv.json new file mode 100644 index 0000000000..2fdeed788f --- /dev/null +++ b/fixtures/the-hangar-lights/middle-drum-hang-no-uv.json @@ -0,0 +1,107 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Middle & Drum Hang no UV", + "categories": ["Other"], + "meta": { + "authors": ["Jimmy Falcon"], + "createDate": "2025-10-18", + "lastModifyDate": "2025-10-18" + }, + "links": { + "other": [ + "https://www.amazon.com/Waterproof-HOLDLAMP-Outdoor-Uplights-Activated/dp/B0BVBNB4X3?th=1" + ] + }, + "availableChannels": { + "Intensity": { + "capability": { + "type": "Intensity" + } + }, + "Strobe": { + "capability": { + "type": "StrobeSpeed", + "speedStart": "slow", + "speedEnd": "fast" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "Amber": { + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "No function": { + "capability": { + "type": "NoFunction" + } + }, + "No function 2": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + }, + "No function 3": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + }, + "No function 4": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + }, + "No function 5": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "Default", + "channels": [ + "Intensity", + "Strobe", + "Red", + "Green", + "Blue", + "Amber", + "White", + "No function", + "No function 2", + "No function 3", + "No function 4", + "No function 5" + ] + } + ] +}