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

Add fixture `fos/led-bar`

Open FloEdelmann opened this issue 8 months ago • 1 comments

  • Update manufacturers.json
  • Add fixture fos/led-bar

Thank you Sot!

FloEdelmann avatar Apr 16 '25 09:04 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>

✔️ fos / led-bar: d-light / attributes-correctness
  • ✔️ fos/led-bar-4ch.xml
  • ✔️ fos/led-bar-8ch.xml
✔️ fos / led-bar: dmxcontrol3 / channel-numbers
  • ✔️ fos-led-bar-4ch.xml
  • ✔️ fos-led-bar-8ch.xml
✔️ fos / led-bar: dragonframe / json-schema-conformity
  • ✔️ fos/led-bar.json
  • ✔️ manufacturers.json
✔️ fos / led-bar: millumin / json-schema-conformity
  • ✔️ fos/led-bar.json
fos / led-bar: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/Fos-Led-Bar.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf: Invalid physical dimensions detected ./manufacturer/fixture.qxf: Invalid power consumption 1 definitions processed. 2 errors detected
fos / led-bar: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/Fos-Led-Bar.qxfElement '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Weight': [facet 'minExclusive'] The value '0' must be greater than '0'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Width': '0' is not a valid value of the atomic type 'xs:positiveInteger'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Height': '0' is not a valid value of the atomic type 'xs:positiveInteger'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Depth': '0' is not a valid value of the atomic type 'xs:positiveInteger'.

github-actions[bot] avatar Apr 16 '25 09:04 github-actions[bot]