From b1fa2bd437c3fbeba015d99e50fd3b89e8ab959a Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 9 May 2025 19:42:59 +0200 Subject: [PATCH 1/2] Update manufacturers.json via editor [skip ci] --- fixtures/manufacturers.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 1dadd88772..43dcc19fbd 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -432,6 +432,11 @@ "name": "Rockville", "website": "https://www.rockvilleaudio.com/" }, + "sagitter": { + "name": "Sagitter", + "website": "https://sagitter.com/en/", + "rdmId": 1 + }, "sgm": { "name": "SGM", "website": "https://sgmlight.com/", From 8e643ca374a3a7f9b02f582f0d1fb0cbfbaec81f Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 9 May 2025 19:43:00 +0200 Subject: [PATCH 2/2] Add fixture `sagitter/floorbat-plus` via editor --- fixtures/sagitter/floorbat-plus.json | 104 +++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 fixtures/sagitter/floorbat-plus.json diff --git a/fixtures/sagitter/floorbat-plus.json b/fixtures/sagitter/floorbat-plus.json new file mode 100644 index 0000000000..72268f4c3b --- /dev/null +++ b/fixtures/sagitter/floorbat-plus.json @@ -0,0 +1,104 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "FloorBat Plus", + "categories": ["Dimmer", "Color Changer"], + "meta": { + "authors": ["Moriz Kraemer"], + "createDate": "2025-05-09", + "lastModifyDate": "2025-05-09" + }, + "links": { + "manual": [ + "https://contents.proel.com/image/data/sagitter/SG_FLBATPLUS.pdf" + ] + }, + "physical": { + "DMXconnector": "3-pin", + "bulb": { + "type": "3x 15W RGB LED" + } + }, + "availableChannels": { + "Master dimmer": { + "capability": { + "type": "Intensity" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Strobe": { + "capabilities": [ + { + "dmxRange": [0, 4], + "type": "NoFunction" + }, + { + "dmxRange": [5, 63], + "type": "StrobeSpeed", + "speedStart": "slow", + "speedEnd": "fast" + }, + { + "dmxRange": [64, 191], + "type": "StrobeSpeed", + "speedStart": "slow", + "speedEnd": "fast", + "comment": "Random" + }, + { + "dmxRange": [192, 255], + "type": "StrobeSpeed", + "speedStart": "slow", + "speedEnd": "fast", + "comment": "Random light flashes" + } + ] + } + }, + "modes": [ + { + "name": "4 Channel", + "shortName": "4ch", + "channels": [ + "Red", + "Green", + "Blue", + "White" + ] + }, + { + "name": "6 Channel", + "shortName": "6ch", + "channels": [ + "Master dimmer", + "Strobe", + "Red", + "Green", + "Blue", + "White" + ] + } + ] +}