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

Add fixture `generic/decoupe-dimmer`

Open FloEdelmann opened this issue 6 months ago • 2 comments

  • Add fixture generic/decoupe-dimmer

Fixture warnings / errors

  • generic/decoupe-dimmer
    • ❌ File does not match schema: fixture/physical/weight 0 must be > 0
    • ❌ File does not match schema: fixture/physical/power 0 must be > 0

Thank you mad!

FloEdelmann avatar Jun 09 '25 16:06 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>

✔️ generic / decoupe-dimmer: d-light / attributes-correctness
  • ✔️ generic/decoupe-dimmer-EX.xml
✔️ generic / decoupe-dimmer: dmxcontrol3 / channel-numbers
  • ✔️ generic-decoupe-dimmer-EX.xml
generic / decoupe-dimmer: dragonframe / json-schema-conformity
  • ❌ generic/decoupe-dimmer.jsonfixture/physical/weight 0 must be > 0
  • ✔️ manufacturers.json
generic / decoupe-dimmer: millumin / json-schema-conformity
  • ❌ generic/decoupe-dimmer.jsonfixture/physical/weight 0 must be > 0
generic / decoupe-dimmer: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/Generic-DECOUPE-DIMMER.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf: Invalid physical dimensions detected 1 definitions processed. 1 errors detected
generic / decoupe-dimmer: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/Generic-DECOUPE-DIMMER.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 Jun 09 '25 16:06 github-actions[bot]

Possibly someone testing the fixture editor? This is functionally just (an 8-bit-only version of) generic/desk-channel.json.

kengruven avatar Jun 09 '25 19:06 kengruven