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

Add fixture `nsl/bws200`

Open FloEdelmann opened this issue 2 weeks ago • 1 comments

  • Update manufacturers.json
  • Add fixture nsl/bws200

Fixture warnings / errors

  • nsl/bws200
    • ❌ File does not match schema: fixture/availableChannels/Color Wheel/capability (type: WheelSlot) must have required property 'slotNumber'
    • ❌ File does not match schema: fixture/availableChannels/Color Wheel/capability (type: WheelSlot) must have required property 'slotNumberStart'
    • ❌ File does not match schema: fixture/availableChannels/Color Wheel/capability (type: WheelSlot) must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Gobo Wheel/capability (type: WheelSlot) must have required property 'slotNumber'
    • ❌ File does not match schema: fixture/availableChannels/Gobo Wheel/capability (type: WheelSlot) must have required property 'slotNumberStart'
    • ❌ File does not match schema: fixture/availableChannels/Gobo Wheel/capability (type: WheelSlot) must match exactly one schema in oneOf
    • ❌ File does not match schema: fixture/availableChannels/Prism Rotation/capability (type: PrismRotation) must have required property 'speed'
    • ❌ File does not match schema: fixture/availableChannels/Prism Rotation/capability (type: PrismRotation) must have required property 'speedStart'
    • ❌ File does not match schema: fixture/availableChannels/Prism Rotation/capability (type: PrismRotation) must have required property 'angle'
    • ❌ File does not match schema: fixture/availableChannels/Prism Rotation/capability (type: PrismRotation) must have required property 'angleStart'
    • ❌ File does not match schema: fixture/availableChannels/Prism Rotation/capability (type: PrismRotation) must match exactly one schema in oneOf

Thank you NSL!

FloEdelmann avatar Dec 10 '25 07:12 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>

nsl / bws200: d-light / attributes-correctness
  • Unable to export fixture: Exporting fixture mode nsl/bws200/NSL BSW200 failed: TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
nsl / bws200: dmxcontrol3 / channel-numbers
  • Unable to export fixture: Exporting fixture mode nsl/bws200/NSL BSW200 failed: TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
nsl / bws200: dragonframe / json-schema-conformity
  • ❌ nsl/bws200.jsonfixture/availableChannels/Color Wheel/capability (type: WheelSlot) must have required property 'slotNumber'
    fixture/availableChannels/Color Wheel/capability (type: WheelSlot) must have required property 'slotNumberStart'
    fixture/availableChannels/Color Wheel/capability (type: WheelSlot) must match exactly one schema in oneOf
  • ✔️ manufacturers.json
nsl / bws200: millumin / json-schema-conformity
  • Unable to export fixture: Exporting fixture nsl/bws200 failed: TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
nsl / bws200: qlcplus_4.12.2 / fixture-tool-validation
  • Unable to export fixture: Exporting fixture nsl/bws200 failed: TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
nsl / bws200: qlcplus_4.12.2 / xsd-schema-conformity
  • Unable to export fixture: Exporting fixture nsl/bws200 failed: TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))

github-actions[bot] avatar Dec 10 '25 07:12 github-actions[bot]