Skip to content

Add fixture sagitter/floorbat-plus #4852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@
"name": "Rockville",
"website": "https://www.rockvilleaudio.com/"
},
"sagitter": {
"name": "Sagitter",
"website": "https://sagitter.com/en/",
"rdmId": 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"rdmId": 1

},
"sgm": {
"name": "SGM",
"website": "https://sgmlight.com/",
Expand Down
104 changes: 104 additions & 0 deletions fixtures/sagitter/floorbat-plus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "FloorBat Plus",
"categories": ["Dimmer", "Color Changer"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"categories": ["Dimmer", "Color Changer"],
"categories": ["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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "StrobeSpeed",
"type": "ShutterStrobe",
"shutterEffect": "Strobe",

"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [64, 191],
"type": "StrobeSpeed",
"speedStart": "slow",
"speedEnd": "fast",
"comment": "Random"
Comment on lines +65 to +68
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "StrobeSpeed",
"speedStart": "slow",
"speedEnd": "fast",
"comment": "Random"
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast",
"randomTiming": true

},
{
"dmxRange": [192, 255],
"type": "StrobeSpeed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "StrobeSpeed",
"type": "Effect",
"effectName": "Flashing strobe",
"randomTiming": true,
"helpWanted": "What effect is this, exactly?",

"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"
]
}
]
}
Loading