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

Conversation

FloEdelmann
Copy link
Member

  • Add fixture litecraft/wt20-swa

Fixture warnings / errors

  • litecraft/wt20-swa
    • ⚠️ Category 'Color Changer' suggested since there are ColorPreset or ColorIntensity capabilities or Color wheel slots.

Thank you diana!

@FloEdelmann FloEdelmann added new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website. labels Jan 22, 2025
Copy link

Export files validity

(Output of test script tests/github/exports-valid.js.)

Test the exported files of selected fixtures against the plugins' export tests.
You can run a plugin's export tests by executing:
$ node cli/run-export-test.js -p <plugin name> <fixtures>

✔️ litecraft / wt20-swa: d-light / attributes-correctness
  • ✔️ litecraft/wt20-swa-Extended.xml
✔️ litecraft / wt20-swa: dmxcontrol3 / channel-numbers
  • ✔️ litecraft-wt20-swa-Extended.xml
✔️ litecraft / wt20-swa: dragonframe / json-schema-conformity
  • ✔️ litecraft/wt20-swa.json
  • ✔️ manufacturers.json
✔️ litecraft / wt20-swa: millumin / json-schema-conformity
  • ✔️ litecraft/wt20-swa.json
✔️ litecraft / wt20-swa: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/Litecraft-WT20.swa.qxf
✔️ litecraft / wt20-swa: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/Litecraft-WT20.swa.qxf

Copy link
Contributor

@kengruven kengruven left a comment

Choose a reason for hiding this comment

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

This is a great start, but it's only the 3-ch mode. There's also 1/2/6-ch modes to add.

It's a simple fixture and the manual is clear so it wouldn't be difficult for someone to finish.

Comment on lines +16 to +19
],
"video": [
"https://www.mothergrid.de/video/inside-the-insane-deadmau5-cube-v3/"
]
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.

"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"

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

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

Comment on lines +49 to +50
"name": "Extended",
"shortName": "Extended",
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",

{
"$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"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants