Skip to content
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

Add fixture showtec/rp-405-mkii-relay-pack #4582

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
39 changes: 39 additions & 0 deletions fixtures/showtec/rp-405-mkii-relay-pack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "RP-405 MKII Relay Pack",
"shortName": "Dimmerpack",
"categories": ["Dimmer", "Other"],
Comment on lines +3 to +5
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
"name": "RP-405 MKII Relay Pack",
"shortName": "Dimmerpack",
"categories": ["Dimmer", "Other"],
"name": "RP-405 MKII Relay Pack",
"categories": ["Dimmer"],

"meta": {
"authors": ["theo"],
"createDate": "2025-01-23",
"lastModifyDate": "2025-01-23"
},
"comment": "give dmx control to non dmx fixtures only dimm no RGB",
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
"comment": "give dmx control to non dmx fixtures only dimm no RGB",

"links": {
"other": [
"https://www.thomann.de/de/showtec_rp_405_mkii_relay_pack.htm?gad_source=1&gclid=Cj0KCQiA7se8BhCAARIsAKnF3ry3ABJErFEilCBxl8A0CIl1-_ppoqMPqOoECJGBB5gwdcl6uyZAG9EaArMrEALw_wcB"
]
Comment on lines +13 to +15
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
"other": [
"https://www.thomann.de/de/showtec_rp_405_mkii_relay_pack.htm?gad_source=1&gclid=Cj0KCQiA7se8BhCAARIsAKnF3ry3ABJErFEilCBxl8A0CIl1-_ppoqMPqOoECJGBB5gwdcl6uyZAG9EaArMrEALw_wcB"
]
"manual": [
"https://www.highlite.com/en/mwdownloads/download/link/id/17438599"
],
"other": [
"https://www.thomann.de/de/showtec_rp_405_mkii_relay_pack.htm"
]

},
"physical": {
"dimensions": [20, 30, 10],
"weight": 1.5,
Comment on lines +18 to +19
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
"dimensions": [20, 30, 10],
"weight": 1.5,
"dimensions": [225, 95, 260],
"weight": 2.5,

"DMXconnector": "3-pin"
},
"availableChannels": {
"Intensity": {
"defaultValue": 0,
"capability": {
"type": "Intensity"
}
}
},
"modes": [
{
"name": "intesity",
"shortName": "dimm",
Comment on lines +32 to +33
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
"name": "intesity",
"shortName": "dimm",
"name": "1-channel",
"shortName": "1ch",

"channels": [
"Intensity"
]
}
]
}
Loading