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

Add fixture `cameo/ts-200-fc`

Open FloEdelmann opened this issue 2 years ago • 1 comments

  • Add fixture cameo/ts-200-fc

Fixture warnings / errors

  • cameo/ts-200-fc
    • :warning: Mode '14 CH' should have shortName '14ch' instead of '14 CH'.
    • :warning: Mode '14 CH' should have shortName '14ch' instead of '14 CH'.
    • :warning: Unused channel(s): dimmer 2 fine, strobe

Thank you jhuitila!

FloEdelmann avatar Dec 08 '23 14: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>

✔️ cameo / ts-200-fc: d-light / attributes-correctness
  • ✔️ cameo/ts-200-fc-1ch.xml
  • ✔️ cameo/ts-200-fc-3-channel 1.xml
  • ✔️ cameo/ts-200-fc-3-channel 2 HSI coarse.xml
  • ✔️ cameo/ts-200-fc-3-channel 3 CCT coarse.xml
  • ✔️ cameo/ts-200-fc-6-channel Direct.xml
  • ✔️ cameo/ts-200-fc-12-channel HSI fine.xml
  • ✔️ cameo/ts-200-fc-14-channel Direct fine.xml
✔️ cameo / ts-200-fc: dmxcontrol3 / channel-numbers
  • ✔️ cameo-ts-200-fc-1ch.xml
  • ✔️ cameo-ts-200-fc-3-channel-1.xml
  • ✔️ cameo-ts-200-fc-3-channel-2-HSI-coarse.xml
  • ✔️ cameo-ts-200-fc-3-channel-3-CCT-coarse.xml
  • ✔️ cameo-ts-200-fc-6-channel-Direct.xml
  • ✔️ cameo-ts-200-fc-12-channel-HSI-fine.xml
  • ✔️ cameo-ts-200-fc-14-channel-Direct-fine.xml
✔️ cameo / ts-200-fc: dragonframe / json-schema-conformity
  • ✔️ cameo/ts-200-fc.json
  • ✔️ manufacturers.json
✔️ cameo / ts-200-fc: millumin / json-schema-conformity
  • ✔️ cameo/ts-200-fc.json
cameo / ts-200-fc: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/cameo-TS-200-FC.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf: Invalid physical dimensions detected 1 definitions processed. 1 errors detected
cameo / ts-200-fc: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/cameo-TS-200-FC.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 Sep 10 '24 10:09 github-actions[bot]