Skip to content

Add fixture pro-lights/slash - #5639

Draft
FloEdelmann wants to merge 2 commits into
masterfrom
branch2026-04-14T13-01-04
Draft

Add fixture pro-lights/slash#5639
FloEdelmann wants to merge 2 commits into
masterfrom
branch2026-04-14T13-01-04

Conversation

@FloEdelmann

Copy link
Copy Markdown
Member
  • Update manufacturers.json
  • Add fixture pro-lights/slash

Fixture warnings / errors

  • pro-lights/slash
    • ❌ File does not match schema: fixture/wheels/Color wheel/slots must NOT have fewer than 2 items
    • ❌ File does not match schema: fixture/wheels/Gobo wheel/slots must NOT have fewer than 2 items
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedStart "fast" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedStart "fast" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedStart "fast" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedStart "fast" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedStart "fast" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedEnd "slow" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedEnd "slow" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedEnd "slow" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedEnd "slow" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Pan speed/capability/speedEnd "slow" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/wheel "" must match pattern "^[^\n]+$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/wheel "" must be array
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/wheel "" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedStart "slow" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedStart "slow" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedEnd "fast" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Color wheel/capability/speedEnd "fast" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/wheel "" must match pattern "^[^\n]+$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/wheel "" must be array
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/wheel "" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedStart "slow" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedStart "slow" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedEnd "fast" must be equal to one of [fast CW, slow CW, stop, slow CCW, fast CCW]
    • ❌ File does not match schema: fixture/availableChannels/Gobo wheel/capability/speedEnd "fast" must match exactly one schema in oneOf
    • ⚠️ Please check if manufacturer is correct and add manufacturer URL.

Thank you Giovanni Basso and rgm!

@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 Apr 14, 2026
@github-actions github-actions Bot added the incomplete Only partly implemented, needs considerate amount of work to finish/improve. label Apr 27, 2026
@FloEdelmann FloEdelmann removed the incomplete Only partly implemented, needs considerate amount of work to finish/improve. label Apr 27, 2026
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.

1 participant