├── .devcontainer └── devcontainer.json ├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ └── new-plugin.md ├── dependabot.yaml ├── lighthouserc.json └── workflows │ ├── external-links-checker.yaml │ ├── lighthouse-production.yaml │ ├── lighthouse-review.yaml │ └── test.yaml ├── .gitignore ├── .stylelintrc.yaml ├── LICENSE ├── README.md ├── cli ├── build-plugin-data.js ├── build-register.js ├── build-test-fixtures.js ├── debug-env-variables.js ├── diff-plugin-outputs.js ├── export-fixture.js ├── import-fixture.js └── run-export-test.js ├── docs ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── README.md ├── capability-types.md ├── environment-variables.md ├── fixture-features.md ├── fixture-format.md ├── fixture-model.md ├── model-api.md ├── plugins.md ├── rest-api.md ├── testing.md └── ui.md ├── eslint.config.js ├── fixtures ├── 5star-systems │ └── spica-250m.json ├── abstract │ └── twister-4.json ├── acoustic-control │ └── par-180-cob-3in1.json ├── adb │ ├── alc4.json │ ├── europe-105.json │ └── warp-m.json ├── afx │ └── lmh460z.json ├── alien-pro │ └── alien-s.json ├── american-dj │ ├── 12p-hex-ip.json │ ├── 18p-hex-ip.json │ ├── 7p-hex-ip.json │ ├── auto-spot-150.json │ ├── boom-box-fx2.json │ ├── cob-cannon-wash.json │ ├── crazy-pocket-8.json │ ├── dekker-led.json │ ├── dotz-par.json │ ├── encore-lp12z-ip.json │ ├── encore-profile-1000-ww.json │ ├── flat-par-qa12.json │ ├── flat-par-qa12xs.json │ ├── fog-fury-jett-pro.json │ ├── galaxian-3d.json │ ├── illusion-dotz-4-4.json │ ├── inno-pocket-beam-q4.json │ ├── inno-pocket-fusion.json │ ├── inno-spot-pro.json │ ├── mega-bar-50rgb-rc.json │ ├── mega-bar-50rgb.json │ ├── mega-bar-rgba.json │ ├── mega-hex-par.json │ ├── mega-tripar-profile-plus.json │ ├── mega-tripar-profile.json │ ├── mod-hex100.json │ ├── pocket-pro.json │ ├── quad-phase-hp.json │ ├── revo-4-ir.json │ ├── revo-burst.json │ ├── revo-sweep.json │ ├── saber-spot-rgbw.json │ ├── starburst.json │ ├── stinger-ii.json │ ├── stinger-spot.json │ ├── uv-eco-bar.json │ ├── vbar-pak.json │ ├── vizi-q-wash7.json │ ├── vizi-spot-led-pro.json │ └── xs-400.json ├── ape-labs │ └── lightcan.json ├── aputure │ ├── ls-1200d-pro.json │ ├── ls-300x.json │ ├── ls-600d-pro.json │ ├── ls-600d.json │ ├── ls-600x-pro.json │ └── nova-p300c.json ├── arri │ ├── broadcaster-2-plus.json │ ├── l10-c.json │ ├── l5-c.json │ ├── l7-c.json │ ├── skypanel-s120c.json │ ├── skypanel-s30c.json │ ├── skypanel-s360c.json │ └── skypanel-s60c.json ├── astera │ ├── ax3-lightdrop.json │ ├── fp1-titan-tube.json │ ├── fp2-helios-tube.json │ ├── fp3-hyperion-tube.json │ └── fp5-nyx-bulb.json ├── audibax │ └── boston-60.json ├── ayra │ ├── compar-20.json │ └── tdc-triple-burst.json ├── ayrton │ ├── diablo-s.json │ ├── diablo-tc.json │ └── magicblade-fx.json ├── beamz │ ├── h2000-faze-machine.json │ ├── panther-7r.json │ ├── pls25-par.json │ └── triple-flex-centre-pro-led.json ├── big-dipper │ ├── lp001.json │ └── ls90.json ├── bitfocus │ └── companion-v2.json ├── blizzard │ ├── hotbox-exa.json │ ├── hotbox-rgbw.json │ ├── puck-rgbaw.json │ └── rokbox-rgbw.json ├── boomtonedj │ ├── crazy-spot-30.json │ ├── silentpar-12x10w-5in1.json │ ├── silentpar-12x10w-6in1.json │ ├── silentpar-12x3w-3in1.json │ ├── silentpar-5x10w-5in1.json │ ├── silentpar-5x10w-6in1.json │ ├── silentpar-5x3w-3in1.json │ ├── silentpar-7x10w-5in1.json │ ├── silentpar-7x10w-6in1.json │ ├── silentpar-7x3w-3in1.json │ └── xtrem-led.json ├── briteq │ ├── beam-fury-1.json │ ├── beamspot1-dmx-fc.json │ ├── bt-coloray-120r.json │ ├── bt-coloray-18fcr.json │ ├── bt-coloray-60r.json │ ├── bt-ledrotor.json │ ├── bt-stagepar-6in1.json │ ├── btx-cirrus-ii.json │ ├── btx-titan.json │ ├── cob-slim-100-rgb.json │ ├── pro-beamer-zoom-indoor.json │ └── pro-beamer-zoom-outdoor.json ├── cameo │ ├── auro-beam-150.json │ ├── auro-spot-100.json │ ├── auro-spot-200.json │ ├── auro-spot-300.json │ ├── auro-spot-400.json │ ├── flash-matrix-250.json │ ├── flat-par-can-rgb-10-ir.json │ ├── flat-par-can-tri-5x-3w-ir.json │ ├── flat-par-can-tri-7x-3w-ir.json │ ├── flat-pro-18.json │ ├── flat-pro-flood-600-ip65.json │ ├── flat-pro-flood-ip65-tri.json │ ├── gobo-scanner-80.json │ ├── hydrabeam-100.json │ ├── hydrabeam-300-rgbw.json │ ├── hydrabeam-400-rgbw.json │ ├── instant-air-1000-pro.json │ ├── instant-air-2000-pro.json │ ├── instant-hazer-1500-t-pro.json │ ├── ioda-1000-rgb.json │ ├── ioda-400-rgy.json │ ├── ioda-600-rgb.json │ ├── multi-fx-bar.json │ ├── multi-par-cob-1.json │ ├── nanospot-120.json │ ├── outdoor-par-tri-12.json │ ├── q-spot-40-cw.json │ ├── q-spot-40-rgbw.json │ ├── root-par-6.json │ ├── steam-wizard-1000.json │ ├── steam-wizard-2000.json │ ├── storm.json │ ├── thunder-wash-100-rgb.json │ ├── thunder-wash-100-w.json │ ├── thunder-wash-600-rgb.json │ ├── thunder-wash-600-rgbw.json │ ├── thunder-wash-600-w.json │ ├── ts-100-ww.json │ ├── ts-200-fc.json │ ├── ts-60-rgbw.json │ ├── ts60.json │ ├── zenit-w600.json │ └── zenit-z120.json ├── chauvet-dj │ ├── colorband-pix-ip.json │ ├── colorband-pix.json │ ├── corepar-uv-usb.json │ ├── dmx-4.json │ ├── eve-p-100-ww.json │ ├── eve-p-130-rgb.json │ ├── freedom-h1.json │ ├── geyser-rgb.json │ ├── gigbar-2.json │ ├── hurricane-1600.json │ ├── hurricane-haze-1dx.json │ ├── hurricane-haze-2d.json │ ├── intimidator-spot-110.json │ ├── intimidator-spot-160.json │ ├── intimidator-spot-260.json │ ├── kinta-x.json │ ├── led-par-64-tri-b.json │ ├── megastrobe-fx12.json │ ├── motiondrape-led.json │ ├── slimpar-pro-h-usb.json │ ├── slimpar-pro-qz12.json │ ├── slimpar-pro-rgba.json │ ├── slimpar-pro-w.json │ ├── slimpar-q12-bt.json │ ├── slimpar-t12-bt.json │ ├── slimpar-t12-usb.json │ └── washfx.json ├── chauvet-professional │ ├── colorado-1-solo.json │ ├── colordash-batten-quad-6.json │ ├── colordash-s-par-1.json │ ├── ovation-f-915vw.json │ ├── rogue-r1-wash.json │ ├── rogue-r2-wash.json │ └── vesuvio-rgba.json ├── chroma-q │ ├── color-force-ii-12.json │ ├── color-force-ii-48.json │ └── color-force-ii-72.json ├── cinetec │ └── par-18x15w-rgbwa.json ├── clay-paky │ ├── a-leda-b-eye-k10.json │ ├── a-leda-b-eye-k20.json │ ├── alpha-spot-qwo-800.json │ ├── sharpy.json │ ├── show-batten-100.json │ └── spheriscan.json ├── clf │ └── hera.json ├── coemar │ └── prospot-250-lx.json ├── contest │ ├── irled64-18x12six.json │ └── irledflat-5x12SIXb.json ├── dedolight │ ├── dled4-bi.json │ └── dled7-bi.json ├── desisti │ ├── softled-4-vw.json │ └── softled-8-vw.json ├── dmg-lumiere │ ├── maxi-mix.json │ ├── mini-mix.json │ └── sl1-mix.json ├── dts │ ├── scena-led-150.json │ ├── xr1200-wash.json │ └── xr4-spot.json ├── elation │ ├── acl-360-roller.json │ ├── cuepix-blinder-ww2.json │ ├── cuepix-blinder-ww4.json │ ├── design-led-par-zoom.json │ ├── fuze-par-z60ip.json │ ├── platinum-hfx.json │ ├── platinum-seven.json │ ├── platinum-spot-15r-pro.json │ ├── proteus-hybrid.json │ ├── sixpar-100-ip.json │ ├── sixpar-100.json │ ├── sixpar-200-ip.json │ ├── sixpar-200-wmg.json │ ├── sixpar-200.json │ ├── sixpar-300-ip.json │ ├── sixpar-300-wmg.json │ ├── sixpar-300.json │ ├── uni-bar.json │ └── zw19.json ├── eliminator │ ├── stealth-beam.json │ └── stealth-wash-zoom.json ├── empire-lighting │ └── 8x-3w-led-spider-effect.json ├── epsilon │ └── duo-q-beam-bar.json ├── equinox │ ├── gigabar.json │ └── rgb-power-batten.json ├── etc │ ├── colorsource-par-deep-blue.json │ ├── colorsource-par.json │ ├── colorsource-spot-deep-blue.json │ ├── colorsource-spot.json │ ├── fos4PD16.json │ ├── fos4PD24.json │ ├── fos4PD8.json │ ├── fos4PL16.json │ ├── fos4PL24.json │ ├── fos4PL8.json │ ├── source-4wrd-color-ii.json │ ├── source-four-led-series-2-daylight-hd.json │ ├── source-four-led-series-2-lustr.json │ ├── source-four-led-series-2-tungsten-hd.json │ ├── source-four-led-series-3-daylight-hdr.json │ └── source-four-led-series-3-lustr-x8.json ├── eurolite │ ├── edx-4.json │ ├── led-7c-7-silent-slim.json │ ├── led-b-40.json │ ├── led-bar-12-qcl-rgba-bar.json │ ├── led-bar-3-hcl-bar.json │ ├── led-bar-6-qcl-rgbw.json │ ├── led-big-party-spot.json │ ├── led-big-party-tcl-spot.json │ ├── led-dmx-pixel-tube-16-rgb-ip20.json │ ├── led-fe-1500.json │ ├── led-h2o.json │ ├── led-kls-801.json │ ├── led-ml-56-rgbw.json │ ├── led-par-56-tcl.json │ ├── led-party-spot.json │ ├── led-party-tcl-spot.json │ ├── led-pix-12-hcl.json │ ├── led-pix-144.json │ ├── led-ps-4-hcl.json │ ├── led-sls-12-bcl.json │ ├── led-sls-5-bcl.json │ ├── led-sls-6-uv-floor.json │ ├── led-svf-1.json │ ├── led-tha-100f-mk2.json │ ├── led-tha-100f.json │ ├── led-theatre-cob-200-rgb-ww.json │ ├── led-tl-3-rgb-uv.json │ ├── led-tl-4-qcl.json │ ├── led-tmh-14.json │ ├── led-tmh-17.json │ ├── led-tmh-18.json │ ├── led-tmh-7.json │ ├── led-tmh-8.json │ ├── led-tmh-9.json │ ├── led-tmh-x12.json │ ├── led-tmh-x25.json │ ├── led-z-200-tcl.json │ ├── md-2030.json │ ├── multiflood-pro-ip-smd-rgbw.json │ ├── n-150.json │ ├── tmh-xb-130.json │ └── ts-2.json ├── event-lighting │ ├── par12x12.json │ └── par5x12.json ├── evolight │ └── colours-archspot-54-rgb.json ├── explo │ ├── gasprojector-gx2.json │ └── x2-wave-flamer.json ├── eyourlife │ └── led-rgbw-54x3-par64.json ├── fiilex │ └── p3-color.json ├── flash-professional │ ├── led-moving-head-150w.json │ ├── led-par-64-cob-300w-rgbwauv.json │ └── led-par-64-slim-7x10w-rgbw-mk2.json ├── fovitec │ └── 600xb.json ├── fractal-lights │ ├── par-led-7x10w.json │ ├── par-led-7x12w.json │ └── par-led-7x9w.json ├── fun-generation │ ├── led-pot-12-1w-rgbw.json │ ├── led-pot-12x1w-qcl-rgb-ww-15.json │ ├── led-pot-12x1w-qcl-rgb-ww-40.json │ ├── picobeam-30-quad-led.json │ ├── picobeam-60-cob-rgbw.json │ ├── picoblade-fx-4x10w-rgbw.json │ ├── picospot-20-led.json │ ├── picospot-45-led.json │ ├── picowash-40-pixel-quad-led.json │ ├── separ-hex-led-rgbaw-uv.json │ ├── separ-quad-led-rgb-uv.json │ └── separ-quad-led-rgbw.json ├── futurelight │ ├── dj-scan-250.json │ ├── dmh-75-i-led-moving-head.json │ ├── pro-slim-par-7-hcl.json │ ├── sc-250-scanner.json │ └── stb-648-led-strobe-smd-5050.json ├── galaxis │ └── g-flame.json ├── gantom │ └── precision-dmx.json ├── generic │ ├── 4-channel-dimmer-pack.json │ ├── cmy-fader.json │ ├── color-temperature-fader.json │ ├── cw-ww-fader.json │ ├── desk-channel.json │ ├── drgb-fader.json │ ├── drgbw-fader.json │ ├── grbw-fader.json │ ├── pan-tilt.json │ ├── rgb-fader.json │ ├── rgba-fader.json │ ├── rgbd-fader.json │ ├── rgbw-fader.json │ ├── rgbwauv-fader.json │ ├── rgbww-fader.json │ └── strobe.json ├── ghost │ ├── ip-spot-bat.json │ └── ip-spot-pro.json ├── glp │ ├── force-120.json │ ├── impression-fr1.json │ ├── impression-laser.json │ ├── impression-spot-one.json │ ├── impression-x4-bar-10.json │ ├── jdc1.json │ ├── knv-arc.json │ └── knv-cube.json ├── glx │ └── gls-4-led-stage-4.json ├── griven │ └── kolorado-4000.json ├── gruft │ ├── pixel-tube.json │ └── ventilator.json ├── hazebase │ └── base-hazer-pro.json ├── hive │ ├── bee-50-c.json │ ├── bumble-bee-25-cx.json │ ├── hornet-200-c.json │ ├── hornet-200-cx.json │ ├── super-hornet-575-c.json │ ├── wasp-100-c.json │ └── wasp-100-cx.json ├── hong-yi │ └── hy-g60.json ├── hsl │ └── 40w-beam-spot-light-rgbw.json ├── ibiza-light │ ├── lp64-led-promo.json │ ├── ls-005led.json │ └── par-mini-rgb3.json ├── ignition │ ├── 2bright-par-18-ip.json │ ├── led-accu-par.json │ ├── teatro-led-spot-100-fr.json │ └── teatro-led-spot-100-pc.json ├── ikan │ └── stryder-sfb150.json ├── infinity │ ├── iw-340-rdm.json │ └── iw-720-rdm.json ├── jb-lighting │ ├── jbled-a7.json │ └── varyscan-p7.json ├── jb-systems │ ├── imove-5s.json │ ├── irock-5c.json │ └── twin-effect-laser.json ├── kam │ └── gobotracer.json ├── kino-flo │ ├── celeb-250-led-dmx.json │ ├── celeb-450-led-dmx.json │ ├── celeb-led-201-dmx.json │ ├── celeb-led-250-dmx.json │ └── celeb-led-450-dmx.json ├── lalucenatz │ ├── 18leds-par-light.json │ └── dj-lights.json ├── laserworld │ ├── cs-1000rgb.json │ ├── ds-1000rgb.json │ ├── el-400rgb-mk2.json │ └── shownet.json ├── ledj │ ├── slimline-12q5-rgba.json │ └── slimline-12q5-rgbw.json ├── lep-laser │ └── diamond-pro-2-8.json ├── light-sky │ └── aurora.json ├── light4me │ └── led-par-18x3w-uv.json ├── lightmaxx │ ├── cls-nano-cob.json │ ├── dj-scan-led.json │ ├── easy-wash-quad-led.json │ ├── led-nano-par.json │ ├── led-par-56.json │ ├── platinum-mini-tri-par.json │ ├── vector-haze-1-0.json │ ├── vector-pixel-bar-18x-15w-rgbwa.json │ ├── vega-bat-1.json │ └── vega-zoom-wash.json ├── lite-tek │ └── beam-230.json ├── litecraft │ └── washx-21.json ├── litegear │ ├── litemat-plus-1.json │ ├── litemat-plus-2.json │ ├── litemat-plus-2l.json │ ├── litemat-plus-3.json │ ├── litemat-plus-4.json │ ├── litemat-plus-8.json │ ├── litetile-plus-4.json │ ├── litetile-plus-8.json │ ├── s2-litemat-1.json │ ├── s2-litemat-2.json │ ├── s2-litemat-2l.json │ ├── s2-litemat-3.json │ └── s2-litemat-4.json ├── lixada │ ├── mini-beam-rgbw.json │ ├── mini-gobo-moving-head-light.json │ └── mini-moving-head-rgbw.json ├── look │ ├── cryofog.json │ └── viper-nt.json ├── lupo │ ├── actionpanel-dual-color.json │ ├── actionpanel-full-color.json │ ├── superpanel-dual-color-60.json │ ├── superpanel-full-color-60.json │ ├── superpanelpro-dual-color-30.json │ ├── superpanelpro-full-color-30.json │ ├── ultrapanel-dual-color-60.json │ ├── ultrapanel-full-color-60.json │ ├── ultrapanelpro-dual-color-30.json │ └── ultrapanelpro-full-color-30.json ├── magicfx │ ├── psyco2jet.json │ ├── smokejet.json │ └── stage-flame.json ├── manufacturers.json ├── mark │ ├── mbar-381-ip.json │ └── superbat-led-72.json ├── martin │ ├── atomic-3000.json │ ├── mac-250-beam.json │ ├── mac-250-krypton.json │ ├── mac-250-wash.json │ ├── mac-600.json │ ├── mac-700-wash.json │ ├── mac-aura.json │ ├── mac-axiom-hybrid.json │ ├── mac-encore-performance.json │ ├── mac-viper-airfx.json │ ├── mac-viper-performance.json │ ├── mac-viper-wash.json │ ├── magnum-2500-hz.json │ ├── mania-scx500.json │ ├── mx-10-extreme.json │ ├── roboscan-812.json │ ├── rush-mh-2-wash.json │ ├── rush-mh-3-beam.json │ ├── rush-mh-5-profile.json │ ├── rush-mh-7-hybrid.json │ ├── rush-par-2-rgbw-zoom.json │ ├── rush-scanner-1-led.json │ ├── stagebar-54l.json │ └── stagebar-54s.json ├── mdg │ ├── hazer-atmosphere-aps.json │ └── theone-atmospheric-generator.json ├── mega-led-lighting │ ├── led-par-light-372.json │ └── zoom-360.json ├── mega-lite │ ├── framebot-600.json │ ├── mw1.json │ ├── spotbot-led-cmy-300.json │ └── washbot-led-cymk-300.json ├── minuit-une │ ├── ivl-carre.json │ └── m-carre.json ├── nicols │ ├── led-bar-123-fc-ip.json │ └── pat-252.json ├── orion │ └── orcan2.json ├── panasonic │ ├── pt-rz120.json │ └── pt-rz120l.json ├── phocea-light │ └── box-leds-batterie-6x15w.json ├── powerlighting │ └── wash-84w.json ├── pr-lighting │ └── xs-250-spot.json ├── prolights │ ├── diamond19.json │ ├── pixpan16.json │ ├── polar3000.json │ ├── smartbat.json │ └── v700spot.json ├── qtx │ ├── lux-ld01.json │ └── lux-ld30w.json ├── renkforce │ └── gm107.json ├── robe │ ├── colorspot-2500e-at.json │ ├── dj-scan-250-xt.json │ ├── robin-300e-wash.json │ ├── robin-600e-spot.json │ ├── robin-ledbeam-100.json │ ├── robin-ledbeam-150.json │ ├── robin-ledwash-600.json │ ├── robin-parfect-150.json │ ├── robin-t1-profile.json │ ├── robin-viva-cmy.json │ └── spot-160-xt.json ├── robert-juliat │ └── 613sx.json ├── rockville │ └── rockpar50.json ├── sgm │ └── p-5.json ├── shehds │ ├── led-flat-par-12x3w-rgbw.json │ ├── led-flat-par-18x18w.json │ ├── led-flat-par-54x3w.json │ ├── led-flat-par-7x18w-rgbwa-uv-light.json │ ├── led-par-18x18w.json │ └── led-spot-60w.json ├── showline │ └── sl-nitro-510c.json ├── showlite │ └── lb-4390.json ├── showpro │ └── litebar-h9.json ├── showtec │ ├── accent-spot-q4-rgbw.json │ ├── archi-painter-24-8-q4.json │ ├── atmos-2000.json │ ├── club-par-12-4-rgbw.json │ ├── club-par-12-6-rgbwauv.json │ ├── compact-par-18.json │ ├── compact-par-7-tri.json │ ├── dim-4lc.json │ ├── dominator.json │ ├── explorer-250-wash-pro.json │ ├── horizon-8.json │ ├── kanjo-spot-60.json │ ├── kanjo-wash-rgb.json │ ├── led-blinder-2-cob.json │ ├── led-light-bar-rgb-v3.json │ ├── performer-2500.json │ ├── phantom-140-led-spot.json │ ├── phantom-25-led-wash.json │ ├── phantom-3r-beam.json │ ├── phantom-50-led-spot.json │ ├── phantom-matrix-fx.json │ ├── pixel-bar-12-mkii.json │ ├── sunraise-led.json │ ├── sunstrip-active-mkii.json │ └── xs-1-rgbw.json ├── showven │ ├── sparkular-fall.json │ └── sparkular.json ├── silver-star │ └── mx-indigo-6000xe.json ├── skypix │ └── ribalta-beam.json ├── smoke-factory │ ├── data-ii.json │ └── tour-hazer-ii.json ├── solaris │ └── smart-36.json ├── solena │ ├── max-par-20.json │ └── mini-par-12.json ├── soundlight │ └── 3204r-h.json ├── stage-right │ ├── mini-beam-rgbw.json │ └── stage-wash-7x10w-led-moving-head.json ├── stairville │ ├── af-180-led-fogger.json │ ├── af-250.json │ ├── afh-600.json │ ├── bel6-ip-bar-hex.json │ ├── clb5-2p-rgb-ww-compact-led-par.json │ ├── hz-200-compact-hazer.json │ ├── led-bar-240-8.json │ ├── led-flood-panel-150.json │ ├── led-par-56.json │ ├── led-par-64.json │ ├── matrixx-sc-100.json │ ├── mh-100.json │ ├── mh-x20.json │ ├── mh-x25.json │ ├── mh-x30-led-spot.json │ ├── mh-x30.json │ ├── mh-x50.json │ ├── mh-x60.json │ ├── octagon-theater-20x6w-cw-ww-a.json │ ├── par-56.json │ ├── remus-hexspot-515.json │ ├── revueled-120-cob-rgbww.json │ ├── revueled-120-cob-true-white.json │ ├── stage-tri-led.json │ ├── vf-1200-dmx-vertifog-co2-fx.json │ ├── wild-wash-132-led-rgb-dmx.json │ ├── wild-wash-648-led-white-dmx.json │ ├── xbrick-full-colour.json │ ├── xbrick-quad-16x8w-rgbw.json │ └── z120m-par-64-led-rgbw-120w.json ├── starway │ ├── servo-color-4k.json │ └── stickolor-1210uhd.json ├── studio-due │ └── light-deflector.json ├── sun-star │ └── g-2011-nova.json ├── tecshow │ ├── nebula-18.json │ └── nebula-6.json ├── tiptop-stage-light │ └── 3-10w-battery-led-wedge-par.json ├── tmb │ └── solaris-flare.json ├── tomshine │ └── 3-led-par-light-rgbuv.json ├── uking │ ├── b117-par-can-4in1-rgbw-18-leds.json │ ├── mini-led-spot-25w.json │ ├── par-light-b262.json │ └── zq-b20-mini-spider-light.json ├── ultratec │ └── radiance-hazer.json ├── varytec │ ├── bat-par-6-rgbuv.json │ ├── bat-par-6-rgbwa.json │ ├── easy-move-xs-hp-wash-7x8w-rgbw.json │ ├── giga-bar-frost-pix-8-rgb.json │ ├── giga-bar-hex-3.json │ ├── hero-wash-340fx-rgbw-zoom.json │ ├── led-hellball-3-rgb.json │ └── led-theater-spot-100.json ├── velleman │ └── aeron-250-ii.json └── venue │ ├── thintri64.json │ └── tristrip3z.json ├── jsconfig.json ├── lib ├── ajv-validator.js ├── cache-result.js ├── create-github-issue.js ├── create-github-pr.js ├── diff-plugin-outputs.js ├── esm-shim.cjs ├── fixture-features │ ├── 16bit-dmx-value-resolution.js │ ├── capability-types.js │ ├── duplicate-channel-names.js │ ├── fine-channels.js │ ├── fine-positions.js │ ├── floating-point-physicals.js │ ├── many-modes.js │ ├── matrices.js │ ├── multiple-categories.js │ ├── multiple-focuses.js │ ├── no-physical-data.js │ ├── null-channels.js │ ├── physical-override.js │ ├── rdm.js │ ├── redirect-reasons.js │ ├── reused-channels.js │ ├── switching-channels.js │ └── wheels.js ├── fixture-json-stringify.js ├── get-ajv-error-messages.js ├── import-json.js ├── load-env-file.js ├── model.js ├── model │ ├── AbstractChannel.js │ ├── Capability.js │ ├── CoarseChannel.js │ ├── Entity.js │ ├── FineChannel.js │ ├── Fixture.js │ ├── Manufacturer.js │ ├── Matrix.js │ ├── Meta.js │ ├── Mode.js │ ├── NullChannel.js │ ├── Physical.js │ ├── Range.js │ ├── Resource.js │ ├── SwitchingChannel.js │ ├── TemplateChannel.js │ ├── Wheel.js │ └── WheelSlot.js ├── register.js ├── scale-dmx-values.js ├── schema-properties.js ├── server-response-helpers.js ├── site-crawler.js └── types.js ├── nuxt.config.js ├── package.json ├── plugins ├── aglight │ ├── export.js │ └── plugin.json ├── color-chief │ ├── export.js │ └── plugin.json ├── colorsource │ ├── export.js │ └── plugin.json ├── d-light │ ├── export.js │ ├── exportTests │ │ └── attributes-correctness.js │ └── plugin.json ├── dmxcontrol3 │ ├── ddf3-function-groups.js │ ├── ddf3-functions.js │ ├── export.js │ ├── exportTests │ │ └── channel-numbers.js │ └── plugin.json ├── dragonframe │ ├── export.js │ ├── exportTests │ │ └── json-schema-conformity.js │ └── plugin.json ├── ecue │ ├── export.js │ ├── import.js │ └── plugin.json ├── gdtf │ ├── deprecated-gdtf-attributes.js │ ├── gdtf-attributes.js │ ├── gdtf-helpers.js │ ├── import.js │ └── plugin.json ├── millumin │ ├── export.js │ ├── exportTests │ │ └── json-schema-conformity.js │ └── plugin.json ├── ofl │ ├── export.js │ └── plugin.json ├── op-z │ ├── export.js │ └── plugin.json ├── plugins.json └── qlcplus_4.12.2 │ ├── export.js │ ├── exportTests │ ├── fixture-tool-validation.js │ └── xsd-schema-conformity.js │ ├── import.js │ ├── plugin.json │ └── presets.js ├── resources └── gobos │ ├── 10-circles.json │ ├── 10-circles.svg │ ├── 3-fold-swirl.json │ ├── 3-fold-swirl.svg │ ├── aliases │ └── qlcplus.json │ ├── biohazard.json │ ├── biohazard.svg │ ├── circular-beams.json │ ├── circular-beams.svg │ ├── circular-droplets.json │ ├── circular-droplets.png │ ├── circular-drops.json │ ├── circular-drops.svg │ ├── dot-spiral.json │ ├── dot-spiral.svg │ ├── fragmented-star.json │ ├── fragmented-star.svg │ ├── glass-raindrops-on-window.json │ ├── glass-raindrops-on-window.png │ ├── glass-red-10-circles.json │ ├── glass-red-10-circles.svg │ ├── hypnotic-swirl.json │ ├── hypnotic-swirl.svg │ ├── rose-petal.json │ ├── rose-petal.svg │ ├── stars.json │ ├── stars.png │ ├── striped-iris.json │ ├── striped-iris.svg │ ├── triangle-hexagon-pattern.json │ └── triangle-hexagon-pattern.svg ├── schemas ├── capability.json ├── channel.json ├── definitions.json ├── fixture-redirect.json ├── fixture.json ├── gobo.json ├── manufacturers.json ├── matrix.json ├── plugin.json └── wheel-slot.json ├── server ├── ecosystem.config.js ├── nginx-site-available ├── redeploy.sh └── webhook.js ├── tests ├── built-files-committed.js ├── dmx-value-scaling.js ├── external-links.js ├── fixture-valid.js ├── fixtures-valid.js ├── github │ ├── export-diff.js │ ├── exports-valid.js │ ├── pull-request.js │ └── schema-version-reminder.js ├── http-status.js ├── test-fixtures.json └── test-fixtures.md └── ui ├── api ├── download.js ├── index.js ├── openapi.json ├── routes.js └── routes │ ├── fixtures │ ├── from-editor.js │ ├── from-editor.json │ ├── import.js │ ├── import.json │ ├── submit.js │ └── submit.json │ ├── get-search-results.js │ ├── get-search-results.json │ ├── manufacturers │ ├── _manufacturerKey.js │ ├── _manufacturerKey.json │ ├── index.js │ └── index.json │ ├── plugins │ ├── _pluginKey.js │ ├── _pluginKey.json │ ├── index.js │ └── index.json │ ├── submit-feedback.js │ └── submit-feedback.json ├── assets ├── icons │ ├── alert.svg │ ├── briefcase-download.svg │ ├── bug.svg │ ├── capability-center.svg │ ├── capability-end.svg │ ├── capability-hidden.svg │ ├── capability-start.svg │ ├── capability-wizard.svg │ ├── chevron-double-down.svg │ ├── chevron-double-up.svg │ ├── close.svg │ ├── comment-alert.svg │ ├── comment-question-outline.svg │ ├── email.svg │ ├── file-pdf.svg │ ├── fixture │ │ ├── animation-gobo.svg │ │ ├── barrel-scanner.svg │ │ ├── beam-angle.svg │ │ ├── beam-position.svg │ │ ├── blade-insertion.svg │ │ ├── blinder.svg │ │ ├── color-changer.svg │ │ ├── color-temperature.svg │ │ ├── dimmer.svg │ │ ├── effect-parameter.svg │ │ ├── effect.svg │ │ ├── fan.svg │ │ ├── flower.svg │ │ ├── focus.svg │ │ ├── frost.svg │ │ ├── gobo.svg │ │ ├── hazer.svg │ │ ├── iris.svg │ │ ├── laser.svg │ │ ├── maintenance.svg │ │ ├── matrix.svg │ │ ├── moving-head.svg │ │ ├── no-function.svg │ │ ├── other.svg │ │ ├── pan-continuous-ccw.svg │ │ ├── pan-continuous-cw.svg │ │ ├── pan.svg │ │ ├── pixel-bar.svg │ │ ├── prism.svg │ │ ├── rotation-angle.svg │ │ ├── rotation-ccw.svg │ │ ├── rotation-cw.svg │ │ ├── scanner.svg │ │ ├── shutter.svg │ │ ├── slot-shake.svg │ │ ├── smoke.svg │ │ ├── sound-controlled.svg │ │ ├── sound-sensitivity.svg │ │ ├── speed-forward.svg │ │ ├── speed-reverse.svg │ │ ├── speed-stop.svg │ │ ├── speed.svg │ │ ├── stand.svg │ │ ├── strobe.svg │ │ ├── switching-channel.svg │ │ ├── tilt-continuous-ccw.svg │ │ ├── tilt-continuous-cw.svg │ │ ├── tilt.svg │ │ ├── wheel-shake.svg │ │ └── zoom.svg │ ├── folder-multiple.svg │ ├── github-circle.svg │ ├── help-circle-outline.svg │ ├── icons.js │ ├── lightbulb-on-outline.svg │ ├── link-variant.svg │ ├── magnify.svg │ ├── move.svg │ ├── ola.svg │ ├── pencil.svg │ ├── plus.svg │ ├── puzzle.svg │ ├── swap-horizontal.svg │ ├── theme-light-dark.svg │ ├── web.svg │ └── youtube.svg ├── scripts │ ├── editor-utilities.js │ └── fixture-link-types.js └── styles │ ├── fonts.scss │ ├── global.scss │ ├── mixins.scss │ ├── style.scss │ ├── theming.scss │ └── vars.scss ├── components ├── A11yDialog.vue ├── CapabilityTypeIcon.vue ├── CategoryBadge.vue ├── ChannelTypeIcon.vue ├── ClimateStrikeBanner.vue ├── ConditionalDetails.vue ├── DownloadButton.vue ├── FixtureHeader.vue ├── HeaderBar.vue ├── HelpWantedDialog.vue ├── HelpWantedMessage.vue ├── LabeledInput.vue ├── LabeledValue.vue ├── PropertyInputBoolean.vue ├── PropertyInputDimensions.vue ├── PropertyInputEntity.vue ├── PropertyInputNumber.vue ├── PropertyInputRange.vue ├── PropertyInputSelect.vue ├── PropertyInputText.vue ├── PropertyInputTextarea.vue ├── ThemeSwitcher.vue ├── editor │ ├── EditorCapability.vue │ ├── EditorCapabilityTypeData.vue │ ├── EditorCapabilityWizard.vue │ ├── EditorCategoryChooser.vue │ ├── EditorChannelDialog.vue │ ├── EditorChooseChannelEditModeDialog.vue │ ├── EditorFileUpload.vue │ ├── EditorFixtureInformation.vue │ ├── EditorLink.vue │ ├── EditorLinks.vue │ ├── EditorManufacturer.vue │ ├── EditorMode.vue │ ├── EditorPhysical.vue │ ├── EditorProportionalPropertySwitcher.vue │ ├── EditorRestoreDialog.vue │ ├── EditorSubmitDialog.vue │ ├── EditorWheelSlot.vue │ ├── EditorWheelSlots.vue │ ├── capabilities │ │ ├── CapabilityBeamAngle.vue │ │ ├── CapabilityBeamPosition.vue │ │ ├── CapabilityBladeInsertion.vue │ │ ├── CapabilityBladeRotation.vue │ │ ├── CapabilityBladeSystemRotation.vue │ │ ├── CapabilityColorIntensity.vue │ │ ├── CapabilityColorPreset.vue │ │ ├── CapabilityColorTemperature.vue │ │ ├── CapabilityEffect.vue │ │ ├── CapabilityEffectDuration.vue │ │ ├── CapabilityEffectParameter.vue │ │ ├── CapabilityEffectSpeed.vue │ │ ├── CapabilityFocus.vue │ │ ├── CapabilityFog.vue │ │ ├── CapabilityFogOutput.vue │ │ ├── CapabilityFogType.vue │ │ ├── CapabilityFrost.vue │ │ ├── CapabilityFrostEffect.vue │ │ ├── CapabilityGeneric.vue │ │ ├── CapabilityIntensity.vue │ │ ├── CapabilityIris.vue │ │ ├── CapabilityIrisEffect.vue │ │ ├── CapabilityMaintenance.vue │ │ ├── CapabilityNoFunction.vue │ │ ├── CapabilityPan.vue │ │ ├── CapabilityPanContinuous.vue │ │ ├── CapabilityPanTiltSpeed.vue │ │ ├── CapabilityPrism.vue │ │ ├── CapabilityPrismRotation.vue │ │ ├── CapabilityRotation.vue │ │ ├── CapabilityShutterStrobe.vue │ │ ├── CapabilitySoundSensitivity.vue │ │ ├── CapabilitySpeed.vue │ │ ├── CapabilityStrobeDuration.vue │ │ ├── CapabilityStrobeSpeed.vue │ │ ├── CapabilityTilt.vue │ │ ├── CapabilityTiltContinuous.vue │ │ ├── CapabilityTime.vue │ │ ├── CapabilityWheelRotation.vue │ │ ├── CapabilityWheelShake.vue │ │ ├── CapabilityWheelSlot.vue │ │ ├── CapabilityWheelSlotRotation.vue │ │ └── CapabilityZoom.vue │ └── wheel-slots │ │ ├── WheelSlotAnimationGoboEnd.vue │ │ ├── WheelSlotAnimationGoboStart.vue │ │ ├── WheelSlotClosed.vue │ │ ├── WheelSlotColor.vue │ │ ├── WheelSlotFrost.vue │ │ ├── WheelSlotGobo.vue │ │ ├── WheelSlotIris.vue │ │ ├── WheelSlotOpen.vue │ │ └── WheelSlotPrism.vue ├── fixture-page │ ├── FixturePage.vue │ ├── FixturePageCapabilityTable.vue │ ├── FixturePageChannel.vue │ ├── FixturePageMatrix.vue │ ├── FixturePageMode.vue │ ├── FixturePagePhysical.vue │ └── FixturePageWheel.vue └── global │ ├── OflSvg.vue │ └── OflTime.vue ├── layouts ├── default.vue └── error.vue ├── pages ├── _manufacturerKey │ ├── _fixtureKey.vue │ └── index.vue ├── about │ ├── index.vue │ └── plugins │ │ ├── _plugin.vue │ │ └── index.vue ├── categories │ ├── _category.vue │ └── index.vue ├── fixture-editor.vue ├── import-fixture-file.vue ├── index.vue ├── manufacturers.vue ├── rdm.vue └── search.vue ├── plugins ├── global-components.js └── vue-form.js └── static ├── BingSiteAuth.xml ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── fonts ├── Inconsolata │ ├── Inconsolata-Regular.woff2 │ └── OFL.txt └── LatoLatin │ ├── LatoLatin-Bold.woff2 │ ├── LatoLatin-BoldItalic.woff2 │ ├── LatoLatin-Light.woff2 │ ├── LatoLatin-LightItalic.woff2 │ ├── LatoLatin-Regular.woff2 │ ├── LatoLatin-RegularItalic.woff2 │ └── OFL.txt ├── google02fa8e96cb305d78.html ├── manifest.json ├── mstile-144x144.png ├── mstile-150x150.png ├── mstile-310x150.png ├── mstile-310x310.png ├── mstile-70x70.png ├── ofl-logo.svg ├── open-graph.png ├── open-graph.svg └── safari-pinned-tab.svg /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.github/ISSUE_TEMPLATE/new-plugin.md -------------------------------------------------------------------------------- /.github/dependabot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.github/dependabot.yaml -------------------------------------------------------------------------------- /.github/lighthouserc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.github/lighthouserc.json -------------------------------------------------------------------------------- /.github/workflows/lighthouse-review.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.github/workflows/lighthouse-review.yaml -------------------------------------------------------------------------------- /.github/workflows/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.github/workflows/test.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.gitignore -------------------------------------------------------------------------------- /.stylelintrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/.stylelintrc.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/README.md -------------------------------------------------------------------------------- /cli/build-plugin-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/build-plugin-data.js -------------------------------------------------------------------------------- /cli/build-register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/build-register.js -------------------------------------------------------------------------------- /cli/build-test-fixtures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/build-test-fixtures.js -------------------------------------------------------------------------------- /cli/debug-env-variables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/debug-env-variables.js -------------------------------------------------------------------------------- /cli/diff-plugin-outputs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/diff-plugin-outputs.js -------------------------------------------------------------------------------- /cli/export-fixture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/export-fixture.js -------------------------------------------------------------------------------- /cli/import-fixture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/import-fixture.js -------------------------------------------------------------------------------- /cli/run-export-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/cli/run-export-test.js -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/capability-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/capability-types.md -------------------------------------------------------------------------------- /docs/environment-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/environment-variables.md -------------------------------------------------------------------------------- /docs/fixture-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/fixture-features.md -------------------------------------------------------------------------------- /docs/fixture-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/fixture-format.md -------------------------------------------------------------------------------- /docs/fixture-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/fixture-model.md -------------------------------------------------------------------------------- /docs/model-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/model-api.md -------------------------------------------------------------------------------- /docs/plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/plugins.md -------------------------------------------------------------------------------- /docs/rest-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/rest-api.md -------------------------------------------------------------------------------- /docs/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/testing.md -------------------------------------------------------------------------------- /docs/ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/docs/ui.md -------------------------------------------------------------------------------- /eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/eslint.config.js -------------------------------------------------------------------------------- /fixtures/5star-systems/spica-250m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/5star-systems/spica-250m.json -------------------------------------------------------------------------------- /fixtures/abstract/twister-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/abstract/twister-4.json -------------------------------------------------------------------------------- /fixtures/adb/alc4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/adb/alc4.json -------------------------------------------------------------------------------- /fixtures/adb/europe-105.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/adb/europe-105.json -------------------------------------------------------------------------------- /fixtures/adb/warp-m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/adb/warp-m.json -------------------------------------------------------------------------------- /fixtures/afx/lmh460z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/afx/lmh460z.json -------------------------------------------------------------------------------- /fixtures/alien-pro/alien-s.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/alien-pro/alien-s.json -------------------------------------------------------------------------------- /fixtures/american-dj/12p-hex-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/12p-hex-ip.json -------------------------------------------------------------------------------- /fixtures/american-dj/18p-hex-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/18p-hex-ip.json -------------------------------------------------------------------------------- /fixtures/american-dj/7p-hex-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/7p-hex-ip.json -------------------------------------------------------------------------------- /fixtures/american-dj/auto-spot-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/auto-spot-150.json -------------------------------------------------------------------------------- /fixtures/american-dj/boom-box-fx2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/boom-box-fx2.json -------------------------------------------------------------------------------- /fixtures/american-dj/cob-cannon-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/cob-cannon-wash.json -------------------------------------------------------------------------------- /fixtures/american-dj/crazy-pocket-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/crazy-pocket-8.json -------------------------------------------------------------------------------- /fixtures/american-dj/dekker-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/dekker-led.json -------------------------------------------------------------------------------- /fixtures/american-dj/dotz-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/dotz-par.json -------------------------------------------------------------------------------- /fixtures/american-dj/encore-lp12z-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/encore-lp12z-ip.json -------------------------------------------------------------------------------- /fixtures/american-dj/flat-par-qa12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/flat-par-qa12.json -------------------------------------------------------------------------------- /fixtures/american-dj/flat-par-qa12xs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/flat-par-qa12xs.json -------------------------------------------------------------------------------- /fixtures/american-dj/galaxian-3d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/galaxian-3d.json -------------------------------------------------------------------------------- /fixtures/american-dj/inno-spot-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/inno-spot-pro.json -------------------------------------------------------------------------------- /fixtures/american-dj/mega-bar-50rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/mega-bar-50rgb.json -------------------------------------------------------------------------------- /fixtures/american-dj/mega-bar-rgba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/mega-bar-rgba.json -------------------------------------------------------------------------------- /fixtures/american-dj/mega-hex-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/mega-hex-par.json -------------------------------------------------------------------------------- /fixtures/american-dj/mod-hex100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/mod-hex100.json -------------------------------------------------------------------------------- /fixtures/american-dj/pocket-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/pocket-pro.json -------------------------------------------------------------------------------- /fixtures/american-dj/quad-phase-hp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/quad-phase-hp.json -------------------------------------------------------------------------------- /fixtures/american-dj/revo-4-ir.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/revo-4-ir.json -------------------------------------------------------------------------------- /fixtures/american-dj/revo-burst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/revo-burst.json -------------------------------------------------------------------------------- /fixtures/american-dj/revo-sweep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/revo-sweep.json -------------------------------------------------------------------------------- /fixtures/american-dj/saber-spot-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/saber-spot-rgbw.json -------------------------------------------------------------------------------- /fixtures/american-dj/starburst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/starburst.json -------------------------------------------------------------------------------- /fixtures/american-dj/stinger-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/stinger-ii.json -------------------------------------------------------------------------------- /fixtures/american-dj/stinger-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/stinger-spot.json -------------------------------------------------------------------------------- /fixtures/american-dj/uv-eco-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/uv-eco-bar.json -------------------------------------------------------------------------------- /fixtures/american-dj/vbar-pak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/vbar-pak.json -------------------------------------------------------------------------------- /fixtures/american-dj/vizi-q-wash7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/vizi-q-wash7.json -------------------------------------------------------------------------------- /fixtures/american-dj/xs-400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/american-dj/xs-400.json -------------------------------------------------------------------------------- /fixtures/ape-labs/lightcan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ape-labs/lightcan.json -------------------------------------------------------------------------------- /fixtures/aputure/ls-1200d-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/ls-1200d-pro.json -------------------------------------------------------------------------------- /fixtures/aputure/ls-300x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/ls-300x.json -------------------------------------------------------------------------------- /fixtures/aputure/ls-600d-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/ls-600d-pro.json -------------------------------------------------------------------------------- /fixtures/aputure/ls-600d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/ls-600d.json -------------------------------------------------------------------------------- /fixtures/aputure/ls-600x-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/ls-600x-pro.json -------------------------------------------------------------------------------- /fixtures/aputure/nova-p300c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/aputure/nova-p300c.json -------------------------------------------------------------------------------- /fixtures/arri/broadcaster-2-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/broadcaster-2-plus.json -------------------------------------------------------------------------------- /fixtures/arri/l10-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/l10-c.json -------------------------------------------------------------------------------- /fixtures/arri/l5-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/l5-c.json -------------------------------------------------------------------------------- /fixtures/arri/l7-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/l7-c.json -------------------------------------------------------------------------------- /fixtures/arri/skypanel-s120c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/skypanel-s120c.json -------------------------------------------------------------------------------- /fixtures/arri/skypanel-s30c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/skypanel-s30c.json -------------------------------------------------------------------------------- /fixtures/arri/skypanel-s360c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/skypanel-s360c.json -------------------------------------------------------------------------------- /fixtures/arri/skypanel-s60c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/arri/skypanel-s60c.json -------------------------------------------------------------------------------- /fixtures/astera/ax3-lightdrop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/astera/ax3-lightdrop.json -------------------------------------------------------------------------------- /fixtures/astera/fp1-titan-tube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/astera/fp1-titan-tube.json -------------------------------------------------------------------------------- /fixtures/astera/fp2-helios-tube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/astera/fp2-helios-tube.json -------------------------------------------------------------------------------- /fixtures/astera/fp3-hyperion-tube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/astera/fp3-hyperion-tube.json -------------------------------------------------------------------------------- /fixtures/astera/fp5-nyx-bulb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/astera/fp5-nyx-bulb.json -------------------------------------------------------------------------------- /fixtures/audibax/boston-60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/audibax/boston-60.json -------------------------------------------------------------------------------- /fixtures/ayra/compar-20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ayra/compar-20.json -------------------------------------------------------------------------------- /fixtures/ayra/tdc-triple-burst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ayra/tdc-triple-burst.json -------------------------------------------------------------------------------- /fixtures/ayrton/diablo-s.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ayrton/diablo-s.json -------------------------------------------------------------------------------- /fixtures/ayrton/diablo-tc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ayrton/diablo-tc.json -------------------------------------------------------------------------------- /fixtures/ayrton/magicblade-fx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ayrton/magicblade-fx.json -------------------------------------------------------------------------------- /fixtures/beamz/h2000-faze-machine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/beamz/h2000-faze-machine.json -------------------------------------------------------------------------------- /fixtures/beamz/panther-7r.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/beamz/panther-7r.json -------------------------------------------------------------------------------- /fixtures/beamz/pls25-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/beamz/pls25-par.json -------------------------------------------------------------------------------- /fixtures/big-dipper/lp001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/big-dipper/lp001.json -------------------------------------------------------------------------------- /fixtures/big-dipper/ls90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/big-dipper/ls90.json -------------------------------------------------------------------------------- /fixtures/bitfocus/companion-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/bitfocus/companion-v2.json -------------------------------------------------------------------------------- /fixtures/blizzard/hotbox-exa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/blizzard/hotbox-exa.json -------------------------------------------------------------------------------- /fixtures/blizzard/hotbox-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/blizzard/hotbox-rgbw.json -------------------------------------------------------------------------------- /fixtures/blizzard/puck-rgbaw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/blizzard/puck-rgbaw.json -------------------------------------------------------------------------------- /fixtures/blizzard/rokbox-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/blizzard/rokbox-rgbw.json -------------------------------------------------------------------------------- /fixtures/boomtonedj/crazy-spot-30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/boomtonedj/crazy-spot-30.json -------------------------------------------------------------------------------- /fixtures/boomtonedj/xtrem-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/boomtonedj/xtrem-led.json -------------------------------------------------------------------------------- /fixtures/briteq/beam-fury-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/beam-fury-1.json -------------------------------------------------------------------------------- /fixtures/briteq/beamspot1-dmx-fc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/beamspot1-dmx-fc.json -------------------------------------------------------------------------------- /fixtures/briteq/bt-coloray-120r.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/bt-coloray-120r.json -------------------------------------------------------------------------------- /fixtures/briteq/bt-coloray-18fcr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/bt-coloray-18fcr.json -------------------------------------------------------------------------------- /fixtures/briteq/bt-coloray-60r.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/bt-coloray-60r.json -------------------------------------------------------------------------------- /fixtures/briteq/bt-ledrotor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/bt-ledrotor.json -------------------------------------------------------------------------------- /fixtures/briteq/bt-stagepar-6in1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/bt-stagepar-6in1.json -------------------------------------------------------------------------------- /fixtures/briteq/btx-cirrus-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/btx-cirrus-ii.json -------------------------------------------------------------------------------- /fixtures/briteq/btx-titan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/btx-titan.json -------------------------------------------------------------------------------- /fixtures/briteq/cob-slim-100-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/briteq/cob-slim-100-rgb.json -------------------------------------------------------------------------------- /fixtures/cameo/auro-beam-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/auro-beam-150.json -------------------------------------------------------------------------------- /fixtures/cameo/auro-spot-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/auro-spot-100.json -------------------------------------------------------------------------------- /fixtures/cameo/auro-spot-200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/auro-spot-200.json -------------------------------------------------------------------------------- /fixtures/cameo/auro-spot-300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/auro-spot-300.json -------------------------------------------------------------------------------- /fixtures/cameo/auro-spot-400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/auro-spot-400.json -------------------------------------------------------------------------------- /fixtures/cameo/flash-matrix-250.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/flash-matrix-250.json -------------------------------------------------------------------------------- /fixtures/cameo/flat-pro-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/flat-pro-18.json -------------------------------------------------------------------------------- /fixtures/cameo/gobo-scanner-80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/gobo-scanner-80.json -------------------------------------------------------------------------------- /fixtures/cameo/hydrabeam-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/hydrabeam-100.json -------------------------------------------------------------------------------- /fixtures/cameo/hydrabeam-300-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/hydrabeam-300-rgbw.json -------------------------------------------------------------------------------- /fixtures/cameo/hydrabeam-400-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/hydrabeam-400-rgbw.json -------------------------------------------------------------------------------- /fixtures/cameo/instant-air-1000-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/instant-air-1000-pro.json -------------------------------------------------------------------------------- /fixtures/cameo/instant-air-2000-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/instant-air-2000-pro.json -------------------------------------------------------------------------------- /fixtures/cameo/ioda-1000-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ioda-1000-rgb.json -------------------------------------------------------------------------------- /fixtures/cameo/ioda-400-rgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ioda-400-rgy.json -------------------------------------------------------------------------------- /fixtures/cameo/ioda-600-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ioda-600-rgb.json -------------------------------------------------------------------------------- /fixtures/cameo/multi-fx-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/multi-fx-bar.json -------------------------------------------------------------------------------- /fixtures/cameo/multi-par-cob-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/multi-par-cob-1.json -------------------------------------------------------------------------------- /fixtures/cameo/nanospot-120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/nanospot-120.json -------------------------------------------------------------------------------- /fixtures/cameo/outdoor-par-tri-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/outdoor-par-tri-12.json -------------------------------------------------------------------------------- /fixtures/cameo/q-spot-40-cw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/q-spot-40-cw.json -------------------------------------------------------------------------------- /fixtures/cameo/q-spot-40-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/q-spot-40-rgbw.json -------------------------------------------------------------------------------- /fixtures/cameo/root-par-6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/root-par-6.json -------------------------------------------------------------------------------- /fixtures/cameo/steam-wizard-1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/steam-wizard-1000.json -------------------------------------------------------------------------------- /fixtures/cameo/steam-wizard-2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/steam-wizard-2000.json -------------------------------------------------------------------------------- /fixtures/cameo/storm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/storm.json -------------------------------------------------------------------------------- /fixtures/cameo/thunder-wash-100-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/thunder-wash-100-rgb.json -------------------------------------------------------------------------------- /fixtures/cameo/thunder-wash-100-w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/thunder-wash-100-w.json -------------------------------------------------------------------------------- /fixtures/cameo/thunder-wash-600-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/thunder-wash-600-rgb.json -------------------------------------------------------------------------------- /fixtures/cameo/thunder-wash-600-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/thunder-wash-600-rgbw.json -------------------------------------------------------------------------------- /fixtures/cameo/thunder-wash-600-w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/thunder-wash-600-w.json -------------------------------------------------------------------------------- /fixtures/cameo/ts-100-ww.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ts-100-ww.json -------------------------------------------------------------------------------- /fixtures/cameo/ts-200-fc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ts-200-fc.json -------------------------------------------------------------------------------- /fixtures/cameo/ts-60-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ts-60-rgbw.json -------------------------------------------------------------------------------- /fixtures/cameo/ts60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/ts60.json -------------------------------------------------------------------------------- /fixtures/cameo/zenit-w600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/zenit-w600.json -------------------------------------------------------------------------------- /fixtures/cameo/zenit-z120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cameo/zenit-z120.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/colorband-pix-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/colorband-pix-ip.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/colorband-pix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/colorband-pix.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/corepar-uv-usb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/corepar-uv-usb.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/dmx-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/dmx-4.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/eve-p-100-ww.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/eve-p-100-ww.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/eve-p-130-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/eve-p-130-rgb.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/freedom-h1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/freedom-h1.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/geyser-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/geyser-rgb.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/gigbar-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/gigbar-2.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/hurricane-1600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/hurricane-1600.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/kinta-x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/kinta-x.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/led-par-64-tri-b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/led-par-64-tri-b.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/megastrobe-fx12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/megastrobe-fx12.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/motiondrape-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/motiondrape-led.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-pro-qz12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-pro-qz12.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-pro-rgba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-pro-rgba.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-pro-w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-pro-w.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-q12-bt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-q12-bt.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-t12-bt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-t12-bt.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/slimpar-t12-usb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/slimpar-t12-usb.json -------------------------------------------------------------------------------- /fixtures/chauvet-dj/washfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chauvet-dj/washfx.json -------------------------------------------------------------------------------- /fixtures/chroma-q/color-force-ii-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chroma-q/color-force-ii-12.json -------------------------------------------------------------------------------- /fixtures/chroma-q/color-force-ii-48.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chroma-q/color-force-ii-48.json -------------------------------------------------------------------------------- /fixtures/chroma-q/color-force-ii-72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/chroma-q/color-force-ii-72.json -------------------------------------------------------------------------------- /fixtures/cinetec/par-18x15w-rgbwa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/cinetec/par-18x15w-rgbwa.json -------------------------------------------------------------------------------- /fixtures/clay-paky/a-leda-b-eye-k10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clay-paky/a-leda-b-eye-k10.json -------------------------------------------------------------------------------- /fixtures/clay-paky/a-leda-b-eye-k20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clay-paky/a-leda-b-eye-k20.json -------------------------------------------------------------------------------- /fixtures/clay-paky/sharpy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clay-paky/sharpy.json -------------------------------------------------------------------------------- /fixtures/clay-paky/show-batten-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clay-paky/show-batten-100.json -------------------------------------------------------------------------------- /fixtures/clay-paky/spheriscan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clay-paky/spheriscan.json -------------------------------------------------------------------------------- /fixtures/clf/hera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/clf/hera.json -------------------------------------------------------------------------------- /fixtures/coemar/prospot-250-lx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/coemar/prospot-250-lx.json -------------------------------------------------------------------------------- /fixtures/contest/irled64-18x12six.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/contest/irled64-18x12six.json -------------------------------------------------------------------------------- /fixtures/contest/irledflat-5x12SIXb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/contest/irledflat-5x12SIXb.json -------------------------------------------------------------------------------- /fixtures/dedolight/dled4-bi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dedolight/dled4-bi.json -------------------------------------------------------------------------------- /fixtures/dedolight/dled7-bi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dedolight/dled7-bi.json -------------------------------------------------------------------------------- /fixtures/desisti/softled-4-vw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/desisti/softled-4-vw.json -------------------------------------------------------------------------------- /fixtures/desisti/softled-8-vw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/desisti/softled-8-vw.json -------------------------------------------------------------------------------- /fixtures/dmg-lumiere/maxi-mix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dmg-lumiere/maxi-mix.json -------------------------------------------------------------------------------- /fixtures/dmg-lumiere/mini-mix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dmg-lumiere/mini-mix.json -------------------------------------------------------------------------------- /fixtures/dmg-lumiere/sl1-mix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dmg-lumiere/sl1-mix.json -------------------------------------------------------------------------------- /fixtures/dts/scena-led-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dts/scena-led-150.json -------------------------------------------------------------------------------- /fixtures/dts/xr1200-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dts/xr1200-wash.json -------------------------------------------------------------------------------- /fixtures/dts/xr4-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/dts/xr4-spot.json -------------------------------------------------------------------------------- /fixtures/elation/acl-360-roller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/acl-360-roller.json -------------------------------------------------------------------------------- /fixtures/elation/cuepix-blinder-ww2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/cuepix-blinder-ww2.json -------------------------------------------------------------------------------- /fixtures/elation/cuepix-blinder-ww4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/cuepix-blinder-ww4.json -------------------------------------------------------------------------------- /fixtures/elation/design-led-par-zoom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/design-led-par-zoom.json -------------------------------------------------------------------------------- /fixtures/elation/fuze-par-z60ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/fuze-par-z60ip.json -------------------------------------------------------------------------------- /fixtures/elation/platinum-hfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/platinum-hfx.json -------------------------------------------------------------------------------- /fixtures/elation/platinum-seven.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/platinum-seven.json -------------------------------------------------------------------------------- /fixtures/elation/proteus-hybrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/proteus-hybrid.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-100-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-100-ip.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-100.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-200-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-200-ip.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-200-wmg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-200-wmg.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-200.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-300-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-300-ip.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-300-wmg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-300-wmg.json -------------------------------------------------------------------------------- /fixtures/elation/sixpar-300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/sixpar-300.json -------------------------------------------------------------------------------- /fixtures/elation/uni-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/uni-bar.json -------------------------------------------------------------------------------- /fixtures/elation/zw19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/elation/zw19.json -------------------------------------------------------------------------------- /fixtures/eliminator/stealth-beam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eliminator/stealth-beam.json -------------------------------------------------------------------------------- /fixtures/epsilon/duo-q-beam-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/epsilon/duo-q-beam-bar.json -------------------------------------------------------------------------------- /fixtures/equinox/gigabar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/equinox/gigabar.json -------------------------------------------------------------------------------- /fixtures/equinox/rgb-power-batten.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/equinox/rgb-power-batten.json -------------------------------------------------------------------------------- /fixtures/etc/colorsource-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/colorsource-par.json -------------------------------------------------------------------------------- /fixtures/etc/colorsource-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/colorsource-spot.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PD16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PD16.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PD24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PD24.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PD8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PD8.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PL16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PL16.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PL24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PL24.json -------------------------------------------------------------------------------- /fixtures/etc/fos4PL8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/fos4PL8.json -------------------------------------------------------------------------------- /fixtures/etc/source-4wrd-color-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/etc/source-4wrd-color-ii.json -------------------------------------------------------------------------------- /fixtures/eurolite/edx-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/edx-4.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-b-40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-b-40.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-bar-3-hcl-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-bar-3-hcl-bar.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-bar-6-qcl-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-bar-6-qcl-rgbw.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-big-party-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-big-party-spot.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-fe-1500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-fe-1500.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-h2o.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-h2o.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-kls-801.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-kls-801.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-ml-56-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-ml-56-rgbw.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-par-56-tcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-par-56-tcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-party-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-party-spot.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-party-tcl-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-party-tcl-spot.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-pix-12-hcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-pix-12-hcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-pix-144.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-pix-144.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-ps-4-hcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-ps-4-hcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-sls-12-bcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-sls-12-bcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-sls-5-bcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-sls-5-bcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-sls-6-uv-floor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-sls-6-uv-floor.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-svf-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-svf-1.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tha-100f-mk2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tha-100f-mk2.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tha-100f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tha-100f.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tl-3-rgb-uv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tl-3-rgb-uv.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tl-4-qcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tl-4-qcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-14.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-17.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-18.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-7.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-8.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-9.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-x12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-x12.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-tmh-x25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-tmh-x25.json -------------------------------------------------------------------------------- /fixtures/eurolite/led-z-200-tcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/led-z-200-tcl.json -------------------------------------------------------------------------------- /fixtures/eurolite/md-2030.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/md-2030.json -------------------------------------------------------------------------------- /fixtures/eurolite/n-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/n-150.json -------------------------------------------------------------------------------- /fixtures/eurolite/tmh-xb-130.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/tmh-xb-130.json -------------------------------------------------------------------------------- /fixtures/eurolite/ts-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/eurolite/ts-2.json -------------------------------------------------------------------------------- /fixtures/event-lighting/par12x12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/event-lighting/par12x12.json -------------------------------------------------------------------------------- /fixtures/event-lighting/par5x12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/event-lighting/par5x12.json -------------------------------------------------------------------------------- /fixtures/explo/gasprojector-gx2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/explo/gasprojector-gx2.json -------------------------------------------------------------------------------- /fixtures/explo/x2-wave-flamer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/explo/x2-wave-flamer.json -------------------------------------------------------------------------------- /fixtures/fiilex/p3-color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/fiilex/p3-color.json -------------------------------------------------------------------------------- /fixtures/fovitec/600xb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/fovitec/600xb.json -------------------------------------------------------------------------------- /fixtures/fractal-lights/par-led-7x9w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/fractal-lights/par-led-7x9w.json -------------------------------------------------------------------------------- /fixtures/futurelight/dj-scan-250.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/futurelight/dj-scan-250.json -------------------------------------------------------------------------------- /fixtures/futurelight/sc-250-scanner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/futurelight/sc-250-scanner.json -------------------------------------------------------------------------------- /fixtures/galaxis/g-flame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/galaxis/g-flame.json -------------------------------------------------------------------------------- /fixtures/gantom/precision-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/gantom/precision-dmx.json -------------------------------------------------------------------------------- /fixtures/generic/cmy-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/cmy-fader.json -------------------------------------------------------------------------------- /fixtures/generic/cw-ww-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/cw-ww-fader.json -------------------------------------------------------------------------------- /fixtures/generic/desk-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/desk-channel.json -------------------------------------------------------------------------------- /fixtures/generic/drgb-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/drgb-fader.json -------------------------------------------------------------------------------- /fixtures/generic/drgbw-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/drgbw-fader.json -------------------------------------------------------------------------------- /fixtures/generic/grbw-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/grbw-fader.json -------------------------------------------------------------------------------- /fixtures/generic/pan-tilt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/pan-tilt.json -------------------------------------------------------------------------------- /fixtures/generic/rgb-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgb-fader.json -------------------------------------------------------------------------------- /fixtures/generic/rgba-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgba-fader.json -------------------------------------------------------------------------------- /fixtures/generic/rgbd-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgbd-fader.json -------------------------------------------------------------------------------- /fixtures/generic/rgbw-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgbw-fader.json -------------------------------------------------------------------------------- /fixtures/generic/rgbwauv-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgbwauv-fader.json -------------------------------------------------------------------------------- /fixtures/generic/rgbww-fader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/rgbww-fader.json -------------------------------------------------------------------------------- /fixtures/generic/strobe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/generic/strobe.json -------------------------------------------------------------------------------- /fixtures/ghost/ip-spot-bat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ghost/ip-spot-bat.json -------------------------------------------------------------------------------- /fixtures/ghost/ip-spot-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ghost/ip-spot-pro.json -------------------------------------------------------------------------------- /fixtures/glp/force-120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/force-120.json -------------------------------------------------------------------------------- /fixtures/glp/impression-fr1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/impression-fr1.json -------------------------------------------------------------------------------- /fixtures/glp/impression-laser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/impression-laser.json -------------------------------------------------------------------------------- /fixtures/glp/impression-spot-one.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/impression-spot-one.json -------------------------------------------------------------------------------- /fixtures/glp/impression-x4-bar-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/impression-x4-bar-10.json -------------------------------------------------------------------------------- /fixtures/glp/jdc1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/jdc1.json -------------------------------------------------------------------------------- /fixtures/glp/knv-arc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/knv-arc.json -------------------------------------------------------------------------------- /fixtures/glp/knv-cube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glp/knv-cube.json -------------------------------------------------------------------------------- /fixtures/glx/gls-4-led-stage-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/glx/gls-4-led-stage-4.json -------------------------------------------------------------------------------- /fixtures/griven/kolorado-4000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/griven/kolorado-4000.json -------------------------------------------------------------------------------- /fixtures/gruft/pixel-tube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/gruft/pixel-tube.json -------------------------------------------------------------------------------- /fixtures/gruft/ventilator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/gruft/ventilator.json -------------------------------------------------------------------------------- /fixtures/hazebase/base-hazer-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hazebase/base-hazer-pro.json -------------------------------------------------------------------------------- /fixtures/hive/bee-50-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/bee-50-c.json -------------------------------------------------------------------------------- /fixtures/hive/bumble-bee-25-cx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/bumble-bee-25-cx.json -------------------------------------------------------------------------------- /fixtures/hive/hornet-200-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/hornet-200-c.json -------------------------------------------------------------------------------- /fixtures/hive/hornet-200-cx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/hornet-200-cx.json -------------------------------------------------------------------------------- /fixtures/hive/super-hornet-575-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/super-hornet-575-c.json -------------------------------------------------------------------------------- /fixtures/hive/wasp-100-c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/wasp-100-c.json -------------------------------------------------------------------------------- /fixtures/hive/wasp-100-cx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hive/wasp-100-cx.json -------------------------------------------------------------------------------- /fixtures/hong-yi/hy-g60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/hong-yi/hy-g60.json -------------------------------------------------------------------------------- /fixtures/ibiza-light/lp64-led-promo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ibiza-light/lp64-led-promo.json -------------------------------------------------------------------------------- /fixtures/ibiza-light/ls-005led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ibiza-light/ls-005led.json -------------------------------------------------------------------------------- /fixtures/ibiza-light/par-mini-rgb3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ibiza-light/par-mini-rgb3.json -------------------------------------------------------------------------------- /fixtures/ignition/2bright-par-18-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ignition/2bright-par-18-ip.json -------------------------------------------------------------------------------- /fixtures/ignition/led-accu-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ignition/led-accu-par.json -------------------------------------------------------------------------------- /fixtures/ikan/stryder-sfb150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ikan/stryder-sfb150.json -------------------------------------------------------------------------------- /fixtures/infinity/iw-340-rdm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/infinity/iw-340-rdm.json -------------------------------------------------------------------------------- /fixtures/infinity/iw-720-rdm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/infinity/iw-720-rdm.json -------------------------------------------------------------------------------- /fixtures/jb-lighting/jbled-a7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/jb-lighting/jbled-a7.json -------------------------------------------------------------------------------- /fixtures/jb-lighting/varyscan-p7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/jb-lighting/varyscan-p7.json -------------------------------------------------------------------------------- /fixtures/jb-systems/imove-5s.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/jb-systems/imove-5s.json -------------------------------------------------------------------------------- /fixtures/jb-systems/irock-5c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/jb-systems/irock-5c.json -------------------------------------------------------------------------------- /fixtures/kam/gobotracer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kam/gobotracer.json -------------------------------------------------------------------------------- /fixtures/kino-flo/celeb-250-led-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kino-flo/celeb-250-led-dmx.json -------------------------------------------------------------------------------- /fixtures/kino-flo/celeb-450-led-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kino-flo/celeb-450-led-dmx.json -------------------------------------------------------------------------------- /fixtures/kino-flo/celeb-led-201-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kino-flo/celeb-led-201-dmx.json -------------------------------------------------------------------------------- /fixtures/kino-flo/celeb-led-250-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kino-flo/celeb-led-250-dmx.json -------------------------------------------------------------------------------- /fixtures/kino-flo/celeb-led-450-dmx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/kino-flo/celeb-led-450-dmx.json -------------------------------------------------------------------------------- /fixtures/lalucenatz/18leds-par-light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lalucenatz/18leds-par-light.json -------------------------------------------------------------------------------- /fixtures/lalucenatz/dj-lights.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lalucenatz/dj-lights.json -------------------------------------------------------------------------------- /fixtures/laserworld/cs-1000rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/laserworld/cs-1000rgb.json -------------------------------------------------------------------------------- /fixtures/laserworld/ds-1000rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/laserworld/ds-1000rgb.json -------------------------------------------------------------------------------- /fixtures/laserworld/el-400rgb-mk2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/laserworld/el-400rgb-mk2.json -------------------------------------------------------------------------------- /fixtures/laserworld/shownet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/laserworld/shownet.json -------------------------------------------------------------------------------- /fixtures/ledj/slimline-12q5-rgba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ledj/slimline-12q5-rgba.json -------------------------------------------------------------------------------- /fixtures/ledj/slimline-12q5-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ledj/slimline-12q5-rgbw.json -------------------------------------------------------------------------------- /fixtures/lep-laser/diamond-pro-2-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lep-laser/diamond-pro-2-8.json -------------------------------------------------------------------------------- /fixtures/light-sky/aurora.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/light-sky/aurora.json -------------------------------------------------------------------------------- /fixtures/light4me/led-par-18x3w-uv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/light4me/led-par-18x3w-uv.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/cls-nano-cob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/cls-nano-cob.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/dj-scan-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/dj-scan-led.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/led-nano-par.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/led-nano-par.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/led-par-56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/led-par-56.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/vector-haze-1-0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/vector-haze-1-0.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/vega-bat-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/vega-bat-1.json -------------------------------------------------------------------------------- /fixtures/lightmaxx/vega-zoom-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lightmaxx/vega-zoom-wash.json -------------------------------------------------------------------------------- /fixtures/lite-tek/beam-230.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lite-tek/beam-230.json -------------------------------------------------------------------------------- /fixtures/litecraft/washx-21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litecraft/washx-21.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-1.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-2.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-2l.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-2l.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-3.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-4.json -------------------------------------------------------------------------------- /fixtures/litegear/litemat-plus-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litemat-plus-8.json -------------------------------------------------------------------------------- /fixtures/litegear/litetile-plus-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litetile-plus-4.json -------------------------------------------------------------------------------- /fixtures/litegear/litetile-plus-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/litetile-plus-8.json -------------------------------------------------------------------------------- /fixtures/litegear/s2-litemat-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/s2-litemat-1.json -------------------------------------------------------------------------------- /fixtures/litegear/s2-litemat-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/s2-litemat-2.json -------------------------------------------------------------------------------- /fixtures/litegear/s2-litemat-2l.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/s2-litemat-2l.json -------------------------------------------------------------------------------- /fixtures/litegear/s2-litemat-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/s2-litemat-3.json -------------------------------------------------------------------------------- /fixtures/litegear/s2-litemat-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/litegear/s2-litemat-4.json -------------------------------------------------------------------------------- /fixtures/lixada/mini-beam-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lixada/mini-beam-rgbw.json -------------------------------------------------------------------------------- /fixtures/look/cryofog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/look/cryofog.json -------------------------------------------------------------------------------- /fixtures/look/viper-nt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/look/viper-nt.json -------------------------------------------------------------------------------- /fixtures/lupo/actionpanel-dual-color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lupo/actionpanel-dual-color.json -------------------------------------------------------------------------------- /fixtures/lupo/actionpanel-full-color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/lupo/actionpanel-full-color.json -------------------------------------------------------------------------------- /fixtures/magicfx/psyco2jet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/magicfx/psyco2jet.json -------------------------------------------------------------------------------- /fixtures/magicfx/smokejet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/magicfx/smokejet.json -------------------------------------------------------------------------------- /fixtures/magicfx/stage-flame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/magicfx/stage-flame.json -------------------------------------------------------------------------------- /fixtures/manufacturers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/manufacturers.json -------------------------------------------------------------------------------- /fixtures/mark/mbar-381-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mark/mbar-381-ip.json -------------------------------------------------------------------------------- /fixtures/mark/superbat-led-72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mark/superbat-led-72.json -------------------------------------------------------------------------------- /fixtures/martin/atomic-3000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/atomic-3000.json -------------------------------------------------------------------------------- /fixtures/martin/mac-250-beam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-250-beam.json -------------------------------------------------------------------------------- /fixtures/martin/mac-250-krypton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-250-krypton.json -------------------------------------------------------------------------------- /fixtures/martin/mac-250-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-250-wash.json -------------------------------------------------------------------------------- /fixtures/martin/mac-600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-600.json -------------------------------------------------------------------------------- /fixtures/martin/mac-700-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-700-wash.json -------------------------------------------------------------------------------- /fixtures/martin/mac-aura.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-aura.json -------------------------------------------------------------------------------- /fixtures/martin/mac-axiom-hybrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-axiom-hybrid.json -------------------------------------------------------------------------------- /fixtures/martin/mac-viper-airfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-viper-airfx.json -------------------------------------------------------------------------------- /fixtures/martin/mac-viper-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mac-viper-wash.json -------------------------------------------------------------------------------- /fixtures/martin/magnum-2500-hz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/magnum-2500-hz.json -------------------------------------------------------------------------------- /fixtures/martin/mania-scx500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mania-scx500.json -------------------------------------------------------------------------------- /fixtures/martin/mx-10-extreme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/mx-10-extreme.json -------------------------------------------------------------------------------- /fixtures/martin/roboscan-812.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/roboscan-812.json -------------------------------------------------------------------------------- /fixtures/martin/rush-mh-2-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-mh-2-wash.json -------------------------------------------------------------------------------- /fixtures/martin/rush-mh-3-beam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-mh-3-beam.json -------------------------------------------------------------------------------- /fixtures/martin/rush-mh-5-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-mh-5-profile.json -------------------------------------------------------------------------------- /fixtures/martin/rush-mh-7-hybrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-mh-7-hybrid.json -------------------------------------------------------------------------------- /fixtures/martin/rush-par-2-rgbw-zoom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-par-2-rgbw-zoom.json -------------------------------------------------------------------------------- /fixtures/martin/rush-scanner-1-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/rush-scanner-1-led.json -------------------------------------------------------------------------------- /fixtures/martin/stagebar-54l.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/stagebar-54l.json -------------------------------------------------------------------------------- /fixtures/martin/stagebar-54s.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/martin/stagebar-54s.json -------------------------------------------------------------------------------- /fixtures/mdg/hazer-atmosphere-aps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mdg/hazer-atmosphere-aps.json -------------------------------------------------------------------------------- /fixtures/mega-led-lighting/zoom-360.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mega-led-lighting/zoom-360.json -------------------------------------------------------------------------------- /fixtures/mega-lite/framebot-600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mega-lite/framebot-600.json -------------------------------------------------------------------------------- /fixtures/mega-lite/mw1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/mega-lite/mw1.json -------------------------------------------------------------------------------- /fixtures/minuit-une/ivl-carre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/minuit-une/ivl-carre.json -------------------------------------------------------------------------------- /fixtures/minuit-une/m-carre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/minuit-une/m-carre.json -------------------------------------------------------------------------------- /fixtures/nicols/led-bar-123-fc-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/nicols/led-bar-123-fc-ip.json -------------------------------------------------------------------------------- /fixtures/nicols/pat-252.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/nicols/pat-252.json -------------------------------------------------------------------------------- /fixtures/orion/orcan2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/orion/orcan2.json -------------------------------------------------------------------------------- /fixtures/panasonic/pt-rz120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/panasonic/pt-rz120.json -------------------------------------------------------------------------------- /fixtures/panasonic/pt-rz120l.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/panasonic/pt-rz120l.json -------------------------------------------------------------------------------- /fixtures/powerlighting/wash-84w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/powerlighting/wash-84w.json -------------------------------------------------------------------------------- /fixtures/pr-lighting/xs-250-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/pr-lighting/xs-250-spot.json -------------------------------------------------------------------------------- /fixtures/prolights/diamond19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/prolights/diamond19.json -------------------------------------------------------------------------------- /fixtures/prolights/pixpan16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/prolights/pixpan16.json -------------------------------------------------------------------------------- /fixtures/prolights/polar3000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/prolights/polar3000.json -------------------------------------------------------------------------------- /fixtures/prolights/smartbat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/prolights/smartbat.json -------------------------------------------------------------------------------- /fixtures/prolights/v700spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/prolights/v700spot.json -------------------------------------------------------------------------------- /fixtures/qtx/lux-ld01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/qtx/lux-ld01.json -------------------------------------------------------------------------------- /fixtures/qtx/lux-ld30w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/qtx/lux-ld30w.json -------------------------------------------------------------------------------- /fixtures/renkforce/gm107.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/renkforce/gm107.json -------------------------------------------------------------------------------- /fixtures/robe/colorspot-2500e-at.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/colorspot-2500e-at.json -------------------------------------------------------------------------------- /fixtures/robe/dj-scan-250-xt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/dj-scan-250-xt.json -------------------------------------------------------------------------------- /fixtures/robe/robin-300e-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-300e-wash.json -------------------------------------------------------------------------------- /fixtures/robe/robin-600e-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-600e-spot.json -------------------------------------------------------------------------------- /fixtures/robe/robin-ledbeam-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-ledbeam-100.json -------------------------------------------------------------------------------- /fixtures/robe/robin-ledbeam-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-ledbeam-150.json -------------------------------------------------------------------------------- /fixtures/robe/robin-ledwash-600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-ledwash-600.json -------------------------------------------------------------------------------- /fixtures/robe/robin-parfect-150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-parfect-150.json -------------------------------------------------------------------------------- /fixtures/robe/robin-t1-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-t1-profile.json -------------------------------------------------------------------------------- /fixtures/robe/robin-viva-cmy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/robin-viva-cmy.json -------------------------------------------------------------------------------- /fixtures/robe/spot-160-xt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robe/spot-160-xt.json -------------------------------------------------------------------------------- /fixtures/robert-juliat/613sx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/robert-juliat/613sx.json -------------------------------------------------------------------------------- /fixtures/rockville/rockpar50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/rockville/rockpar50.json -------------------------------------------------------------------------------- /fixtures/sgm/p-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/sgm/p-5.json -------------------------------------------------------------------------------- /fixtures/shehds/led-flat-par-18x18w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/shehds/led-flat-par-18x18w.json -------------------------------------------------------------------------------- /fixtures/shehds/led-flat-par-54x3w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/shehds/led-flat-par-54x3w.json -------------------------------------------------------------------------------- /fixtures/shehds/led-par-18x18w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/shehds/led-par-18x18w.json -------------------------------------------------------------------------------- /fixtures/shehds/led-spot-60w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/shehds/led-spot-60w.json -------------------------------------------------------------------------------- /fixtures/showline/sl-nitro-510c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showline/sl-nitro-510c.json -------------------------------------------------------------------------------- /fixtures/showlite/lb-4390.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showlite/lb-4390.json -------------------------------------------------------------------------------- /fixtures/showpro/litebar-h9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showpro/litebar-h9.json -------------------------------------------------------------------------------- /fixtures/showtec/accent-spot-q4-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/accent-spot-q4-rgbw.json -------------------------------------------------------------------------------- /fixtures/showtec/atmos-2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/atmos-2000.json -------------------------------------------------------------------------------- /fixtures/showtec/club-par-12-4-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/club-par-12-4-rgbw.json -------------------------------------------------------------------------------- /fixtures/showtec/compact-par-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/compact-par-18.json -------------------------------------------------------------------------------- /fixtures/showtec/compact-par-7-tri.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/compact-par-7-tri.json -------------------------------------------------------------------------------- /fixtures/showtec/dim-4lc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/dim-4lc.json -------------------------------------------------------------------------------- /fixtures/showtec/dominator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/dominator.json -------------------------------------------------------------------------------- /fixtures/showtec/horizon-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/horizon-8.json -------------------------------------------------------------------------------- /fixtures/showtec/kanjo-spot-60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/kanjo-spot-60.json -------------------------------------------------------------------------------- /fixtures/showtec/kanjo-wash-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/kanjo-wash-rgb.json -------------------------------------------------------------------------------- /fixtures/showtec/led-blinder-2-cob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/led-blinder-2-cob.json -------------------------------------------------------------------------------- /fixtures/showtec/performer-2500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/performer-2500.json -------------------------------------------------------------------------------- /fixtures/showtec/phantom-25-led-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/phantom-25-led-wash.json -------------------------------------------------------------------------------- /fixtures/showtec/phantom-3r-beam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/phantom-3r-beam.json -------------------------------------------------------------------------------- /fixtures/showtec/phantom-50-led-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/phantom-50-led-spot.json -------------------------------------------------------------------------------- /fixtures/showtec/phantom-matrix-fx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/phantom-matrix-fx.json -------------------------------------------------------------------------------- /fixtures/showtec/pixel-bar-12-mkii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/pixel-bar-12-mkii.json -------------------------------------------------------------------------------- /fixtures/showtec/sunraise-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/sunraise-led.json -------------------------------------------------------------------------------- /fixtures/showtec/xs-1-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showtec/xs-1-rgbw.json -------------------------------------------------------------------------------- /fixtures/showven/sparkular-fall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showven/sparkular-fall.json -------------------------------------------------------------------------------- /fixtures/showven/sparkular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/showven/sparkular.json -------------------------------------------------------------------------------- /fixtures/skypix/ribalta-beam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/skypix/ribalta-beam.json -------------------------------------------------------------------------------- /fixtures/smoke-factory/data-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/smoke-factory/data-ii.json -------------------------------------------------------------------------------- /fixtures/smoke-factory/tour-hazer-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/smoke-factory/tour-hazer-ii.json -------------------------------------------------------------------------------- /fixtures/solaris/smart-36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/solaris/smart-36.json -------------------------------------------------------------------------------- /fixtures/solena/max-par-20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/solena/max-par-20.json -------------------------------------------------------------------------------- /fixtures/solena/mini-par-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/solena/mini-par-12.json -------------------------------------------------------------------------------- /fixtures/soundlight/3204r-h.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/soundlight/3204r-h.json -------------------------------------------------------------------------------- /fixtures/stage-right/mini-beam-rgbw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stage-right/mini-beam-rgbw.json -------------------------------------------------------------------------------- /fixtures/stairville/af-250.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/af-250.json -------------------------------------------------------------------------------- /fixtures/stairville/afh-600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/afh-600.json -------------------------------------------------------------------------------- /fixtures/stairville/bel6-ip-bar-hex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/bel6-ip-bar-hex.json -------------------------------------------------------------------------------- /fixtures/stairville/led-bar-240-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/led-bar-240-8.json -------------------------------------------------------------------------------- /fixtures/stairville/led-par-56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/led-par-56.json -------------------------------------------------------------------------------- /fixtures/stairville/led-par-64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/led-par-64.json -------------------------------------------------------------------------------- /fixtures/stairville/matrixx-sc-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/matrixx-sc-100.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-100.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x20.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x25.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x30-led-spot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x30-led-spot.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x30.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x50.json -------------------------------------------------------------------------------- /fixtures/stairville/mh-x60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/mh-x60.json -------------------------------------------------------------------------------- /fixtures/stairville/par-56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/par-56.json -------------------------------------------------------------------------------- /fixtures/stairville/stage-tri-led.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/stairville/stage-tri-led.json -------------------------------------------------------------------------------- /fixtures/starway/servo-color-4k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/starway/servo-color-4k.json -------------------------------------------------------------------------------- /fixtures/starway/stickolor-1210uhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/starway/stickolor-1210uhd.json -------------------------------------------------------------------------------- /fixtures/studio-due/light-deflector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/studio-due/light-deflector.json -------------------------------------------------------------------------------- /fixtures/sun-star/g-2011-nova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/sun-star/g-2011-nova.json -------------------------------------------------------------------------------- /fixtures/tecshow/nebula-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/tecshow/nebula-18.json -------------------------------------------------------------------------------- /fixtures/tecshow/nebula-6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/tecshow/nebula-6.json -------------------------------------------------------------------------------- /fixtures/tmb/solaris-flare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/tmb/solaris-flare.json -------------------------------------------------------------------------------- /fixtures/uking/mini-led-spot-25w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/uking/mini-led-spot-25w.json -------------------------------------------------------------------------------- /fixtures/uking/par-light-b262.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/uking/par-light-b262.json -------------------------------------------------------------------------------- /fixtures/ultratec/radiance-hazer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/ultratec/radiance-hazer.json -------------------------------------------------------------------------------- /fixtures/varytec/bat-par-6-rgbuv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/varytec/bat-par-6-rgbuv.json -------------------------------------------------------------------------------- /fixtures/varytec/bat-par-6-rgbwa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/varytec/bat-par-6-rgbwa.json -------------------------------------------------------------------------------- /fixtures/varytec/giga-bar-hex-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/varytec/giga-bar-hex-3.json -------------------------------------------------------------------------------- /fixtures/varytec/led-hellball-3-rgb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/varytec/led-hellball-3-rgb.json -------------------------------------------------------------------------------- /fixtures/velleman/aeron-250-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/velleman/aeron-250-ii.json -------------------------------------------------------------------------------- /fixtures/venue/thintri64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/venue/thintri64.json -------------------------------------------------------------------------------- /fixtures/venue/tristrip3z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/fixtures/venue/tristrip3z.json -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/jsconfig.json -------------------------------------------------------------------------------- /lib/ajv-validator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/ajv-validator.js -------------------------------------------------------------------------------- /lib/cache-result.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/cache-result.js -------------------------------------------------------------------------------- /lib/create-github-issue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/create-github-issue.js -------------------------------------------------------------------------------- /lib/create-github-pr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/create-github-pr.js -------------------------------------------------------------------------------- /lib/diff-plugin-outputs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/diff-plugin-outputs.js -------------------------------------------------------------------------------- /lib/esm-shim.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/esm-shim.cjs -------------------------------------------------------------------------------- /lib/fixture-features/capability-types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/capability-types.js -------------------------------------------------------------------------------- /lib/fixture-features/fine-channels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/fine-channels.js -------------------------------------------------------------------------------- /lib/fixture-features/fine-positions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/fine-positions.js -------------------------------------------------------------------------------- /lib/fixture-features/many-modes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/many-modes.js -------------------------------------------------------------------------------- /lib/fixture-features/matrices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/matrices.js -------------------------------------------------------------------------------- /lib/fixture-features/multiple-focuses.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/multiple-focuses.js -------------------------------------------------------------------------------- /lib/fixture-features/no-physical-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/no-physical-data.js -------------------------------------------------------------------------------- /lib/fixture-features/null-channels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/null-channels.js -------------------------------------------------------------------------------- /lib/fixture-features/physical-override.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/physical-override.js -------------------------------------------------------------------------------- /lib/fixture-features/rdm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/rdm.js -------------------------------------------------------------------------------- /lib/fixture-features/redirect-reasons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/redirect-reasons.js -------------------------------------------------------------------------------- /lib/fixture-features/reused-channels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/reused-channels.js -------------------------------------------------------------------------------- /lib/fixture-features/wheels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-features/wheels.js -------------------------------------------------------------------------------- /lib/fixture-json-stringify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/fixture-json-stringify.js -------------------------------------------------------------------------------- /lib/get-ajv-error-messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/get-ajv-error-messages.js -------------------------------------------------------------------------------- /lib/import-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/import-json.js -------------------------------------------------------------------------------- /lib/load-env-file.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/load-env-file.js -------------------------------------------------------------------------------- /lib/model.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model.js -------------------------------------------------------------------------------- /lib/model/AbstractChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/AbstractChannel.js -------------------------------------------------------------------------------- /lib/model/Capability.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Capability.js -------------------------------------------------------------------------------- /lib/model/CoarseChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/CoarseChannel.js -------------------------------------------------------------------------------- /lib/model/Entity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Entity.js -------------------------------------------------------------------------------- /lib/model/FineChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/FineChannel.js -------------------------------------------------------------------------------- /lib/model/Fixture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Fixture.js -------------------------------------------------------------------------------- /lib/model/Manufacturer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Manufacturer.js -------------------------------------------------------------------------------- /lib/model/Matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Matrix.js -------------------------------------------------------------------------------- /lib/model/Meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Meta.js -------------------------------------------------------------------------------- /lib/model/Mode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Mode.js -------------------------------------------------------------------------------- /lib/model/NullChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/NullChannel.js -------------------------------------------------------------------------------- /lib/model/Physical.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Physical.js -------------------------------------------------------------------------------- /lib/model/Range.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Range.js -------------------------------------------------------------------------------- /lib/model/Resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Resource.js -------------------------------------------------------------------------------- /lib/model/SwitchingChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/SwitchingChannel.js -------------------------------------------------------------------------------- /lib/model/TemplateChannel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/TemplateChannel.js -------------------------------------------------------------------------------- /lib/model/Wheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/Wheel.js -------------------------------------------------------------------------------- /lib/model/WheelSlot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/model/WheelSlot.js -------------------------------------------------------------------------------- /lib/register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/register.js -------------------------------------------------------------------------------- /lib/scale-dmx-values.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/scale-dmx-values.js -------------------------------------------------------------------------------- /lib/schema-properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/schema-properties.js -------------------------------------------------------------------------------- /lib/server-response-helpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/server-response-helpers.js -------------------------------------------------------------------------------- /lib/site-crawler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/site-crawler.js -------------------------------------------------------------------------------- /lib/types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/lib/types.js -------------------------------------------------------------------------------- /nuxt.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/nuxt.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/package.json -------------------------------------------------------------------------------- /plugins/aglight/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/aglight/export.js -------------------------------------------------------------------------------- /plugins/aglight/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/aglight/plugin.json -------------------------------------------------------------------------------- /plugins/color-chief/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/color-chief/export.js -------------------------------------------------------------------------------- /plugins/color-chief/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/color-chief/plugin.json -------------------------------------------------------------------------------- /plugins/colorsource/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/colorsource/export.js -------------------------------------------------------------------------------- /plugins/colorsource/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/colorsource/plugin.json -------------------------------------------------------------------------------- /plugins/d-light/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/d-light/export.js -------------------------------------------------------------------------------- /plugins/d-light/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/d-light/plugin.json -------------------------------------------------------------------------------- /plugins/dmxcontrol3/ddf3-functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/dmxcontrol3/ddf3-functions.js -------------------------------------------------------------------------------- /plugins/dmxcontrol3/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/dmxcontrol3/export.js -------------------------------------------------------------------------------- /plugins/dmxcontrol3/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/dmxcontrol3/plugin.json -------------------------------------------------------------------------------- /plugins/dragonframe/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/dragonframe/export.js -------------------------------------------------------------------------------- /plugins/dragonframe/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/dragonframe/plugin.json -------------------------------------------------------------------------------- /plugins/ecue/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/ecue/export.js -------------------------------------------------------------------------------- /plugins/ecue/import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/ecue/import.js -------------------------------------------------------------------------------- /plugins/ecue/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/ecue/plugin.json -------------------------------------------------------------------------------- /plugins/gdtf/gdtf-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/gdtf/gdtf-attributes.js -------------------------------------------------------------------------------- /plugins/gdtf/gdtf-helpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/gdtf/gdtf-helpers.js -------------------------------------------------------------------------------- /plugins/gdtf/import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/gdtf/import.js -------------------------------------------------------------------------------- /plugins/gdtf/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/gdtf/plugin.json -------------------------------------------------------------------------------- /plugins/millumin/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/millumin/export.js -------------------------------------------------------------------------------- /plugins/millumin/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/millumin/plugin.json -------------------------------------------------------------------------------- /plugins/ofl/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/ofl/export.js -------------------------------------------------------------------------------- /plugins/ofl/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/ofl/plugin.json -------------------------------------------------------------------------------- /plugins/op-z/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/op-z/export.js -------------------------------------------------------------------------------- /plugins/op-z/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/op-z/plugin.json -------------------------------------------------------------------------------- /plugins/plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/plugins.json -------------------------------------------------------------------------------- /plugins/qlcplus_4.12.2/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/qlcplus_4.12.2/export.js -------------------------------------------------------------------------------- /plugins/qlcplus_4.12.2/import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/qlcplus_4.12.2/import.js -------------------------------------------------------------------------------- /plugins/qlcplus_4.12.2/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/qlcplus_4.12.2/plugin.json -------------------------------------------------------------------------------- /plugins/qlcplus_4.12.2/presets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/plugins/qlcplus_4.12.2/presets.js -------------------------------------------------------------------------------- /resources/gobos/10-circles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/10-circles.json -------------------------------------------------------------------------------- /resources/gobos/10-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/10-circles.svg -------------------------------------------------------------------------------- /resources/gobos/3-fold-swirl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/3-fold-swirl.json -------------------------------------------------------------------------------- /resources/gobos/3-fold-swirl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/3-fold-swirl.svg -------------------------------------------------------------------------------- /resources/gobos/aliases/qlcplus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/aliases/qlcplus.json -------------------------------------------------------------------------------- /resources/gobos/biohazard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/biohazard.json -------------------------------------------------------------------------------- /resources/gobos/biohazard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/biohazard.svg -------------------------------------------------------------------------------- /resources/gobos/circular-beams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-beams.json -------------------------------------------------------------------------------- /resources/gobos/circular-beams.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-beams.svg -------------------------------------------------------------------------------- /resources/gobos/circular-droplets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-droplets.json -------------------------------------------------------------------------------- /resources/gobos/circular-droplets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-droplets.png -------------------------------------------------------------------------------- /resources/gobos/circular-drops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-drops.json -------------------------------------------------------------------------------- /resources/gobos/circular-drops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/circular-drops.svg -------------------------------------------------------------------------------- /resources/gobos/dot-spiral.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/dot-spiral.json -------------------------------------------------------------------------------- /resources/gobos/dot-spiral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/dot-spiral.svg -------------------------------------------------------------------------------- /resources/gobos/fragmented-star.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/fragmented-star.json -------------------------------------------------------------------------------- /resources/gobos/fragmented-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/fragmented-star.svg -------------------------------------------------------------------------------- /resources/gobos/glass-red-10-circles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/glass-red-10-circles.json -------------------------------------------------------------------------------- /resources/gobos/glass-red-10-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/glass-red-10-circles.svg -------------------------------------------------------------------------------- /resources/gobos/hypnotic-swirl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/hypnotic-swirl.json -------------------------------------------------------------------------------- /resources/gobos/hypnotic-swirl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/hypnotic-swirl.svg -------------------------------------------------------------------------------- /resources/gobos/rose-petal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/rose-petal.json -------------------------------------------------------------------------------- /resources/gobos/rose-petal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/rose-petal.svg -------------------------------------------------------------------------------- /resources/gobos/stars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/stars.json -------------------------------------------------------------------------------- /resources/gobos/stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/stars.png -------------------------------------------------------------------------------- /resources/gobos/striped-iris.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/striped-iris.json -------------------------------------------------------------------------------- /resources/gobos/striped-iris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/resources/gobos/striped-iris.svg -------------------------------------------------------------------------------- /schemas/capability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/capability.json -------------------------------------------------------------------------------- /schemas/channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/channel.json -------------------------------------------------------------------------------- /schemas/definitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/definitions.json -------------------------------------------------------------------------------- /schemas/fixture-redirect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/fixture-redirect.json -------------------------------------------------------------------------------- /schemas/fixture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/fixture.json -------------------------------------------------------------------------------- /schemas/gobo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/gobo.json -------------------------------------------------------------------------------- /schemas/manufacturers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/manufacturers.json -------------------------------------------------------------------------------- /schemas/matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/matrix.json -------------------------------------------------------------------------------- /schemas/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/plugin.json -------------------------------------------------------------------------------- /schemas/wheel-slot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/schemas/wheel-slot.json -------------------------------------------------------------------------------- /server/ecosystem.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/server/ecosystem.config.js -------------------------------------------------------------------------------- /server/nginx-site-available: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/server/nginx-site-available -------------------------------------------------------------------------------- /server/redeploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/server/redeploy.sh -------------------------------------------------------------------------------- /server/webhook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/server/webhook.js -------------------------------------------------------------------------------- /tests/built-files-committed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/built-files-committed.js -------------------------------------------------------------------------------- /tests/dmx-value-scaling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/dmx-value-scaling.js -------------------------------------------------------------------------------- /tests/external-links.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/external-links.js -------------------------------------------------------------------------------- /tests/fixture-valid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/fixture-valid.js -------------------------------------------------------------------------------- /tests/fixtures-valid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/fixtures-valid.js -------------------------------------------------------------------------------- /tests/github/export-diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/github/export-diff.js -------------------------------------------------------------------------------- /tests/github/exports-valid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/github/exports-valid.js -------------------------------------------------------------------------------- /tests/github/pull-request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/github/pull-request.js -------------------------------------------------------------------------------- /tests/github/schema-version-reminder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/github/schema-version-reminder.js -------------------------------------------------------------------------------- /tests/http-status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/http-status.js -------------------------------------------------------------------------------- /tests/test-fixtures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/test-fixtures.json -------------------------------------------------------------------------------- /tests/test-fixtures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/tests/test-fixtures.md -------------------------------------------------------------------------------- /ui/api/download.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/download.js -------------------------------------------------------------------------------- /ui/api/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/index.js -------------------------------------------------------------------------------- /ui/api/openapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/openapi.json -------------------------------------------------------------------------------- /ui/api/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes.js -------------------------------------------------------------------------------- /ui/api/routes/fixtures/from-editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/from-editor.js -------------------------------------------------------------------------------- /ui/api/routes/fixtures/from-editor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/from-editor.json -------------------------------------------------------------------------------- /ui/api/routes/fixtures/import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/import.js -------------------------------------------------------------------------------- /ui/api/routes/fixtures/import.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/import.json -------------------------------------------------------------------------------- /ui/api/routes/fixtures/submit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/submit.js -------------------------------------------------------------------------------- /ui/api/routes/fixtures/submit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/fixtures/submit.json -------------------------------------------------------------------------------- /ui/api/routes/get-search-results.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/get-search-results.js -------------------------------------------------------------------------------- /ui/api/routes/get-search-results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/get-search-results.json -------------------------------------------------------------------------------- /ui/api/routes/manufacturers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/manufacturers/index.js -------------------------------------------------------------------------------- /ui/api/routes/manufacturers/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/manufacturers/index.json -------------------------------------------------------------------------------- /ui/api/routes/plugins/_pluginKey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/plugins/_pluginKey.js -------------------------------------------------------------------------------- /ui/api/routes/plugins/_pluginKey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/plugins/_pluginKey.json -------------------------------------------------------------------------------- /ui/api/routes/plugins/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/plugins/index.js -------------------------------------------------------------------------------- /ui/api/routes/plugins/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/plugins/index.json -------------------------------------------------------------------------------- /ui/api/routes/submit-feedback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/submit-feedback.js -------------------------------------------------------------------------------- /ui/api/routes/submit-feedback.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/api/routes/submit-feedback.json -------------------------------------------------------------------------------- /ui/assets/icons/alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/alert.svg -------------------------------------------------------------------------------- /ui/assets/icons/briefcase-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/briefcase-download.svg -------------------------------------------------------------------------------- /ui/assets/icons/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/bug.svg -------------------------------------------------------------------------------- /ui/assets/icons/capability-center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/capability-center.svg -------------------------------------------------------------------------------- /ui/assets/icons/capability-end.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/capability-end.svg -------------------------------------------------------------------------------- /ui/assets/icons/capability-hidden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/capability-hidden.svg -------------------------------------------------------------------------------- /ui/assets/icons/capability-start.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/capability-start.svg -------------------------------------------------------------------------------- /ui/assets/icons/capability-wizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/capability-wizard.svg -------------------------------------------------------------------------------- /ui/assets/icons/chevron-double-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/chevron-double-down.svg -------------------------------------------------------------------------------- /ui/assets/icons/chevron-double-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/chevron-double-up.svg -------------------------------------------------------------------------------- /ui/assets/icons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/close.svg -------------------------------------------------------------------------------- /ui/assets/icons/comment-alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/comment-alert.svg -------------------------------------------------------------------------------- /ui/assets/icons/email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/email.svg -------------------------------------------------------------------------------- /ui/assets/icons/file-pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/file-pdf.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/beam-angle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/beam-angle.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/beam-position.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/beam-position.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/blinder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/blinder.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/color-changer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/color-changer.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/dimmer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/dimmer.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/effect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/effect.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/fan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/fan.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/flower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/flower.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/focus.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/frost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/frost.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/gobo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/gobo.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/hazer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/hazer.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/iris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/iris.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/laser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/laser.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/maintenance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/maintenance.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/matrix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/matrix.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/moving-head.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/moving-head.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/no-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/no-function.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/other.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/other.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/pan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/pan.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/pixel-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/pixel-bar.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/prism.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/prism.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/rotation-ccw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/rotation-ccw.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/rotation-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/rotation-cw.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/scanner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/scanner.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/shutter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/shutter.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/slot-shake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/slot-shake.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/smoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/smoke.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/speed-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/speed-forward.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/speed-reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/speed-reverse.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/speed-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/speed-stop.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/speed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/speed.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/stand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/stand.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/strobe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/strobe.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/tilt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/tilt.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/wheel-shake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/wheel-shake.svg -------------------------------------------------------------------------------- /ui/assets/icons/fixture/zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/fixture/zoom.svg -------------------------------------------------------------------------------- /ui/assets/icons/folder-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/folder-multiple.svg -------------------------------------------------------------------------------- /ui/assets/icons/github-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/github-circle.svg -------------------------------------------------------------------------------- /ui/assets/icons/help-circle-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/help-circle-outline.svg -------------------------------------------------------------------------------- /ui/assets/icons/icons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/icons.js -------------------------------------------------------------------------------- /ui/assets/icons/lightbulb-on-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/lightbulb-on-outline.svg -------------------------------------------------------------------------------- /ui/assets/icons/link-variant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/link-variant.svg -------------------------------------------------------------------------------- /ui/assets/icons/magnify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/magnify.svg -------------------------------------------------------------------------------- /ui/assets/icons/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/move.svg -------------------------------------------------------------------------------- /ui/assets/icons/ola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/ola.svg -------------------------------------------------------------------------------- /ui/assets/icons/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/pencil.svg -------------------------------------------------------------------------------- /ui/assets/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/plus.svg -------------------------------------------------------------------------------- /ui/assets/icons/puzzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/puzzle.svg -------------------------------------------------------------------------------- /ui/assets/icons/swap-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/swap-horizontal.svg -------------------------------------------------------------------------------- /ui/assets/icons/theme-light-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/theme-light-dark.svg -------------------------------------------------------------------------------- /ui/assets/icons/web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/web.svg -------------------------------------------------------------------------------- /ui/assets/icons/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/icons/youtube.svg -------------------------------------------------------------------------------- /ui/assets/scripts/editor-utilities.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/scripts/editor-utilities.js -------------------------------------------------------------------------------- /ui/assets/scripts/fixture-link-types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/scripts/fixture-link-types.js -------------------------------------------------------------------------------- /ui/assets/styles/fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/fonts.scss -------------------------------------------------------------------------------- /ui/assets/styles/global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/global.scss -------------------------------------------------------------------------------- /ui/assets/styles/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/mixins.scss -------------------------------------------------------------------------------- /ui/assets/styles/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/style.scss -------------------------------------------------------------------------------- /ui/assets/styles/theming.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/theming.scss -------------------------------------------------------------------------------- /ui/assets/styles/vars.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/assets/styles/vars.scss -------------------------------------------------------------------------------- /ui/components/A11yDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/A11yDialog.vue -------------------------------------------------------------------------------- /ui/components/CapabilityTypeIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/CapabilityTypeIcon.vue -------------------------------------------------------------------------------- /ui/components/CategoryBadge.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/CategoryBadge.vue -------------------------------------------------------------------------------- /ui/components/ChannelTypeIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/ChannelTypeIcon.vue -------------------------------------------------------------------------------- /ui/components/ClimateStrikeBanner.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/ClimateStrikeBanner.vue -------------------------------------------------------------------------------- /ui/components/ConditionalDetails.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/ConditionalDetails.vue -------------------------------------------------------------------------------- /ui/components/DownloadButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/DownloadButton.vue -------------------------------------------------------------------------------- /ui/components/FixtureHeader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/FixtureHeader.vue -------------------------------------------------------------------------------- /ui/components/HeaderBar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/HeaderBar.vue -------------------------------------------------------------------------------- /ui/components/HelpWantedDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/HelpWantedDialog.vue -------------------------------------------------------------------------------- /ui/components/HelpWantedMessage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/HelpWantedMessage.vue -------------------------------------------------------------------------------- /ui/components/LabeledInput.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/LabeledInput.vue -------------------------------------------------------------------------------- /ui/components/LabeledValue.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/LabeledValue.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputBoolean.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputBoolean.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputEntity.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputEntity.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputNumber.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputNumber.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputRange.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputRange.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputSelect.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputSelect.vue -------------------------------------------------------------------------------- /ui/components/PropertyInputText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/PropertyInputText.vue -------------------------------------------------------------------------------- /ui/components/ThemeSwitcher.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/ThemeSwitcher.vue -------------------------------------------------------------------------------- /ui/components/editor/EditorLink.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/editor/EditorLink.vue -------------------------------------------------------------------------------- /ui/components/editor/EditorLinks.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/editor/EditorLinks.vue -------------------------------------------------------------------------------- /ui/components/editor/EditorMode.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/editor/EditorMode.vue -------------------------------------------------------------------------------- /ui/components/global/OflSvg.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/global/OflSvg.vue -------------------------------------------------------------------------------- /ui/components/global/OflTime.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/components/global/OflTime.vue -------------------------------------------------------------------------------- /ui/layouts/default.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/layouts/default.vue -------------------------------------------------------------------------------- /ui/layouts/error.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/layouts/error.vue -------------------------------------------------------------------------------- /ui/pages/_manufacturerKey/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/_manufacturerKey/index.vue -------------------------------------------------------------------------------- /ui/pages/about/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/about/index.vue -------------------------------------------------------------------------------- /ui/pages/about/plugins/_plugin.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/about/plugins/_plugin.vue -------------------------------------------------------------------------------- /ui/pages/about/plugins/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/about/plugins/index.vue -------------------------------------------------------------------------------- /ui/pages/categories/_category.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/categories/_category.vue -------------------------------------------------------------------------------- /ui/pages/categories/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/categories/index.vue -------------------------------------------------------------------------------- /ui/pages/fixture-editor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/fixture-editor.vue -------------------------------------------------------------------------------- /ui/pages/import-fixture-file.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/import-fixture-file.vue -------------------------------------------------------------------------------- /ui/pages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/index.vue -------------------------------------------------------------------------------- /ui/pages/manufacturers.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/manufacturers.vue -------------------------------------------------------------------------------- /ui/pages/rdm.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/rdm.vue -------------------------------------------------------------------------------- /ui/pages/search.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/pages/search.vue -------------------------------------------------------------------------------- /ui/plugins/global-components.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/plugins/global-components.js -------------------------------------------------------------------------------- /ui/plugins/vue-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/plugins/vue-form.js -------------------------------------------------------------------------------- /ui/static/BingSiteAuth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/BingSiteAuth.xml -------------------------------------------------------------------------------- /ui/static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /ui/static/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/android-chrome-512x512.png -------------------------------------------------------------------------------- /ui/static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/apple-touch-icon.png -------------------------------------------------------------------------------- /ui/static/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/browserconfig.xml -------------------------------------------------------------------------------- /ui/static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/favicon-16x16.png -------------------------------------------------------------------------------- /ui/static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/favicon-32x32.png -------------------------------------------------------------------------------- /ui/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/favicon.ico -------------------------------------------------------------------------------- /ui/static/fonts/Inconsolata/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/fonts/Inconsolata/OFL.txt -------------------------------------------------------------------------------- /ui/static/fonts/LatoLatin/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/fonts/LatoLatin/OFL.txt -------------------------------------------------------------------------------- /ui/static/google02fa8e96cb305d78.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/google02fa8e96cb305d78.html -------------------------------------------------------------------------------- /ui/static/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/manifest.json -------------------------------------------------------------------------------- /ui/static/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/mstile-144x144.png -------------------------------------------------------------------------------- /ui/static/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/mstile-150x150.png -------------------------------------------------------------------------------- /ui/static/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/mstile-310x150.png -------------------------------------------------------------------------------- /ui/static/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/mstile-310x310.png -------------------------------------------------------------------------------- /ui/static/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/mstile-70x70.png -------------------------------------------------------------------------------- /ui/static/ofl-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/ofl-logo.svg -------------------------------------------------------------------------------- /ui/static/open-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/open-graph.png -------------------------------------------------------------------------------- /ui/static/open-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/open-graph.svg -------------------------------------------------------------------------------- /ui/static/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/HEAD/ui/static/safari-pinned-tab.svg --------------------------------------------------------------------------------