Skip to content

Commit

Permalink
Add Panasonic PT-RZ120(L) fixtures, fix parameter schema (#1233)
Browse files Browse the repository at this point in the history
* Update manufacturers.json via editor
* Add fixture 'panasonic/pt-rz120' via editor
* Fix wrong shortName and RDM data, add Laser category
* Add other channels and modes
* Add PT-RZ120L variant

Schema changes:
* Also allow negative parameter values
* Bump schema version to 12.2.1

Other fixture fixes:
* Fix Gobo Wheel Rotation capabilities in Eurolite LED TMH 8
  • Loading branch information
FloEdelmann committed Apr 3, 2020
1 parent bc9c665 commit 94889d1
Show file tree
Hide file tree
Showing 10 changed files with 1,852 additions and 14 deletions.
14 changes: 6 additions & 8 deletions fixtures/eurolite/led-tmh-8.json
Expand Up @@ -443,17 +443,15 @@
},
{
"dmxRange": [215, 235],
"type": "Effect",
"effectPreset": "ColorFade",
"speedStart": "slow",
"speedEnd": "fast"
"type": "WheelRotation",
"speedStart": "slow CW",
"speedEnd": "fast CW"
},
{
"dmxRange": [236, 255],
"type": "Effect",
"effectPreset": "ColorFade",
"speedStart": "slow reverse",
"speedEnd": "fast reverse"
"type": "WheelRotation",
"speedStart": "slow CCW",
"speedEnd": "fast CCW"
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Expand Up @@ -316,6 +316,10 @@
"name": "Orion Effects Lighting",
"website": "http://orion-fxlights.com/"
},
"panasonic": {
"name": "Panasonic",
"website": "https://panasonic.net/cns/projector/"
},
"phocea-light": {
"name": "Phocea Light",
"website": "https://www.phocealight.fr/"
Expand Down

0 comments on commit 94889d1

Please sign in to comment.