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

Add fixture `beamz/mhl-45`

Open FloEdelmann opened this issue 3 years ago • 1 comments

  • Add fixture 'beamz/mhl-45'

Fixture warnings / errors

  • beamz/mhl-45
    • :x: Mode '7ch' should have 7 channels according to its name but actually has 6.
    • :x: Mode '7ch' should have 7 channels according to its shortName but actually has 6.

Thank you Testing!

FloEdelmann avatar Dec 28 '22 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>

:heavy_check_mark: beamz / mhl-45: d-light / attributes-correctness
  • :heavy_check_mark: beamz/mhl-45-7ch.xml
:heavy_check_mark: beamz / mhl-45: dmxcontrol3 / channel-numbers
  • :heavy_check_mark: beamz-mhl-45-7ch.xml
:heavy_check_mark: beamz / mhl-45: dragonframe / json-schema-conformity
  • :heavy_check_mark: beamz/mhl-45.json
  • :heavy_check_mark: manufacturers.json
:heavy_check_mark: beamz / mhl-45: millumin / json-schema-conformity
  • :heavy_check_mark: beamz/mhl-45.json
:x: beamz / mhl-45: qlcplus_4.12.2 / fixture-tool-validation
  • :x: fixtures/BeamZ-MHL-45.qxfError: Command failed: /tmp/ofl-qlcplus5-fixture-tool-Rt9El2/resources/fixtures/scripts/fixtures-tool.py --validate .
:x: beamz / mhl-45: qlcplus_4.12.2 / xsd-schema-conformity
  • :x: fixtures/BeamZ-MHL-45.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 'Weight': '0' is not a valid value of the atomic type '{http://www.qlcplus.org/FixtureDefinition}weightType'.
    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 Dec 28 '22 07:12 github-actions[bot]