open-fixture-library icon indicating copy to clipboard operation
open-fixture-library copied to clipboard

Add fixture `alien/500mw`

Open FloEdelmann opened this issue 1 year ago • 2 comments

  • Update manufacturers.json
  • Add fixture alien/500mw

Fixture warnings / errors

  • alien/500mw
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/wheel "" must match pattern "^[^\n]+$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/wheel "" must be array
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/wheel "" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedStart "slow" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/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/manual mode/capability/speedStart "slow" must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?Hz$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?rpm$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/capability/speedEnd "fast" must match pattern "^-?[0-9]+(.[0-9]+)?%$"
    • ❌ File does not match schema: fixture/availableChannels/manual mode/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/manual mode/capability/speedEnd "fast" must match exactly one schema in oneOf
    • ⚠️ Please check if manufacturer is correct and add manufacturer URL.

Thank you LISTEK!

FloEdelmann avatar Nov 11 '24 13:11 FloEdelmann

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>

alien / 500mw: d-light / attributes-correctness
  • ❌ alien/500mw-cyk.xmlError parsing XML: Duplicate parameter name: FOCUS/PAN,Duplicate parameter name: FOCUS/TILT,Duplicate parameter name: FOCUS/PAN
alien / 500mw: dmxcontrol3 / channel-numbers
  • Unable to export fixture: Exporting fixture mode alien/500mw/cyk failed: TypeError: Cannot read properties of null (reading 'type')
alien / 500mw: dragonframe / json-schema-conformity
  • ❌ alien/500mw.jsonfixture/availableChannels/manual mode/capability/wheel "" must match pattern "^[^\n]+$"
    fixture/availableChannels/manual mode/capability/wheel "" must be array
    fixture/availableChannels/manual mode/capability/wheel "" must match exactly one schema in oneOf
  • ✔️ manufacturers.json
✔️ alien / 500mw: millumin / json-schema-conformity
  • ✔️ alien/500mw.json
alien / 500mw: qlcplus_4.12.2 / fixture-tool-validation
  • Unable to export fixture: Exporting fixture alien/500mw failed: TypeError: Cannot read properties of null (reading 'type')
alien / 500mw: qlcplus_4.12.2 / xsd-schema-conformity
  • Unable to export fixture: Exporting fixture alien/500mw failed: TypeError: Cannot read properties of null (reading 'type')

github-actions[bot] avatar Nov 11 '24 13:11 github-actions[bot]

Superseded by #5103? Same fixture, same author, 90% the same mapping.

kengruven avatar Oct 31 '25 13:10 kengruven