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 fos-technologies/fos-active-winch #4477

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FloEdelmann
Copy link
Member

  • Update manufacturers.json
  • Add fixture fos-technologies/fos-active-winch

Fixture warnings / errors

  • fos-technologies/fos-active-winch
    • ⚠️ Unused channel(s): dimmer

Thank you Anonymous!

@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 Dec 11, 2024
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>

✔️ fos-technologies / fos-active-winch: d-light / attributes-correctness
  • ✔️ fos-technologies/fos-active-winch-4ch.xml
✔️ fos-technologies / fos-active-winch: dmxcontrol3 / channel-numbers
  • ✔️ fos-technologies-fos-active-winch-4ch.xml
✔️ fos-technologies / fos-active-winch: dragonframe / json-schema-conformity
  • ✔️ fos-technologies/fos-active-winch.json
  • ✔️ manufacturers.json
✔️ fos-technologies / fos-active-winch: millumin / json-schema-conformity
  • ✔️ fos-technologies/fos-active-winch.json
✔️ fos-technologies / fos-active-winch: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/FOS-technologies-FOS-Active-winch.qxf
✔️ fos-technologies / fos-active-winch: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/FOS-technologies-FOS-Active-winch.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 one looks pretty good. I added the 9-ch "ball" mode.

There also seems to be a "bar" option, but even the manual isn't consistent on how many channels that has, so I left it out for now. It should be easy to add as a pixel array with template channels, though.

},
"Reset": {
"capability": {
"type": "Generic"
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": "Generic"
"type": "Generic",
"helpWanted": "At what DMX values does it reset?"

},
"modes": [
{
"name": "4ch",
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": "4ch",
"name": "4-channel",

"Motor speed",
"Reset"
]
}
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": "9-channel",
"channels": [
"Motor Position",
"Motor Position fine",
"Motor speed",
"Reset",
"Dimmer",
"Strobe",
"Red",
"Green",
"Blue"
]
}

"capability": {
"type": "Intensity"
}
}
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
}
},
"Strobe": {
"type": "Generic",
"helpWanted": "What strobe effects at what values?"
},
"Red": {
"type": "ColorIntensity",
"color": "Red"
},
"Green": {
"type": "ColorIntensity",
"color": "Green"
},
"Blue": {
"type": "ColorIntensity",
"color": "Blue"
}

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