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 litecraft/wt20-swa #4580

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
58 changes: 58 additions & 0 deletions fixtures/litecraft/wt20-swa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "WT20.swa",
"categories": ["Dimmer"],
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"],
"categories": ["Other"],

"meta": {
"authors": ["diana"],
"createDate": "2025-01-22",
"lastModifyDate": "2025-01-22"
},
"links": {
"manual": [
"https://lmp.de/media/pdf/90/1e/12/00184802_outled_wt20-swa_manual_de_en_V1-2_web.pdf"
],
"productPage": [
"https://www.huss-licht-ton.de/product_info.php/en/Litecraft-OutLED-WT20swa-LED-Outdoor-PAR/info/27349.html"
],
"video": [
"https://www.mothergrid.de/video/inside-the-insane-deadmau5-cube-v3/"
]
Comment on lines +16 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
],
"video": [
"https://www.mothergrid.de/video/inside-the-insane-deadmau5-cube-v3/"
]
]

Unrelated lighting video.

},
"physical": {
"dimensions": [28.5, 22.1, 31],
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": [28.5, 22.1, 31],
"dimensions": [285, 221, 310],

"weight": 6,
"power": 230,
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
"power": 230,
"power": 115,

"DMXconnector": "5-pin"
},
"availableChannels": {
"Cold White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
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
"color": "White"
"color": "Cold White"

}
},
"Warm White": {
"capability": {
"type": "ColorIntensity",
"color": "Warm White"
}
},
"Amber": {
"capability": {
"type": "ColorIntensity",
"color": "Amber"
}
}
},
"modes": [
{
"name": "Extended",
"shortName": "Extended",
Comment on lines +49 to +50
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": "Extended",
"shortName": "Extended",
"name": "1-channel",
"shortName": "1ch",

"channels": [
"Cold White",
"Warm White",
"Amber"
]
}
]
}
Loading