Skip to content

Commit 94889d1

Browse files
authored
Add Panasonic PT-RZ120(L) fixtures, fix parameter schema (#1233)
* 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
1 parent bc9c665 commit 94889d1

File tree

10 files changed

+1852
-14
lines changed

10 files changed

+1852
-14
lines changed

fixtures/eurolite/led-tmh-8.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -443,17 +443,15 @@
443443
},
444444
{
445445
"dmxRange": [215, 235],
446-
"type": "Effect",
447-
"effectPreset": "ColorFade",
448-
"speedStart": "slow",
449-
"speedEnd": "fast"
446+
"type": "WheelRotation",
447+
"speedStart": "slow CW",
448+
"speedEnd": "fast CW"
450449
},
451450
{
452451
"dmxRange": [236, 255],
453-
"type": "Effect",
454-
"effectPreset": "ColorFade",
455-
"speedStart": "slow reverse",
456-
"speedEnd": "fast reverse"
452+
"type": "WheelRotation",
453+
"speedStart": "slow CCW",
454+
"speedEnd": "fast CCW"
457455
}
458456
]
459457
}

fixtures/manufacturers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@
316316
"name": "Orion Effects Lighting",
317317
"website": "http://orion-fxlights.com/"
318318
},
319+
"panasonic": {
320+
"name": "Panasonic",
321+
"website": "https://panasonic.net/cns/projector/"
322+
},
319323
"phocea-light": {
320324
"name": "Phocea Light",
321325
"website": "https://www.phocealight.fr/"

0 commit comments

Comments
 (0)