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

Add fixture `both-lighting/ir-4`

Open FloEdelmann opened this issue 8 months ago • 1 comments

  • Update manufacturers.json
  • Add fixture both-lighting/ir-4

Fixture warnings / errors

  • both-lighting/ir-4
    • ❌ Capability 'Strobe speed 1…60Hz (unsure of the details of this channel)' (11…255) in channel 'Strobe': StrobeSpeed can't be used in the same channel as ShutterStrobe. Should this rather be a ShutterStrobe capability with shutterEffect "Strobe"?

Thank you Carter C!

FloEdelmann avatar Apr 22 '25 01: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>

✔️ both-lighting / ir-4: d-light / attributes-correctness
  • ✔️ both-lighting/ir-4-Standard.xml
both-lighting / ir-4: dmxcontrol3 / channel-numbers
  • ❌ both-lighting-ir-4-Standard.xmlChannel 9 "Program" is missing capabilities. Used ranges: 51…255, 0…8
✔️ both-lighting / ir-4: dragonframe / json-schema-conformity
  • ✔️ both-lighting/ir-4.json
  • ✔️ manufacturers.json
✔️ both-lighting / ir-4: millumin / json-schema-conformity
  • ✔️ both-lighting/ir-4.json
both-lighting / ir-4: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/Both-Lighting-Ir-4.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf: Invalid physical dimensions detected 1 definitions processed. 1 errors detected
both-lighting / ir-4: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/Both-Lighting-Ir-4.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 22 '25 01:04 github-actions[bot]