Skip to content

Commit

Permalink
Add fixture 'powerlighting/wash-84w' (#461)
Browse files Browse the repository at this point in the history
* Update manufacturers.json via editor
* Add fixture 'powerlighting/wash-84w' via editor
* Update register.json via editor
* Reorder manufacturers
* Remove unnecessary capabilities
  • Loading branch information
FloEdelmann committed Apr 5, 2018
1 parent 9cc4400 commit 7ccfa22
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Expand Up @@ -116,6 +116,9 @@
"name": "Minuit Une",
"website": "https://minuitune.com/"
},
"powerlighting": {
"name": "Power Lighting"
},
"prolights": {
"name": "Prolights",
"website": "http://prolights.it/",
Expand Down
182 changes: 182 additions & 0 deletions fixtures/powerlighting/wash-84w.json
@@ -0,0 +1,182 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Wash 84W",
"shortName": "wash84w",
"categories": ["Color Changer", "Moving Head"],
"meta": {
"authors": ["Millumin"],
"createDate": "2018-04-04",
"lastModifyDate": "2018-04-04"
},
"physical": {
"dimensions": [177, 230, 177],
"weight": 4.5,
"power": 115,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED"
},
"focus": {
"type": "Head",
"panMax": 540,
"tiltMax": 180
}
},
"availableChannels": {
"Pan": {
"type": "Pan",
"fineChannelAliases": ["Pan fine"],
"defaultValue": 0
},
"Tilt": {
"type": "Tilt",
"fineChannelAliases": ["Tilt fine"],
"defaultValue": 0
},
"Speed": {
"type": "Speed",
"defaultValue": 0,
"capabilities": [
{
"range": [0, 255],
"name": "slow - fast"
}
]
},
"Dimming": {
"type": "Intensity",
"defaultValue": 0
},
"Red": {
"type": "Single Color",
"color": "Red",
"defaultValue": 0
},
"Green": {
"type": "Single Color",
"color": "Green",
"defaultValue": 0
},
"Blue": {
"type": "Single Color",
"color": "Blue",
"defaultValue": 0
},
"White": {
"type": "Single Color",
"color": "White",
"defaultValue": 0
},
"RGBW preset": {
"type": "Multi-Color",
"defaultValue": 0,
"capabilities": [
{
"range": [0, 4],
"name": "no function"
},
{
"range": [5, 44],
"name": "color preset (static)"
},
{
"range": [45, 49],
"name": "no function"
},
{
"range": [50, 94],
"name": "color preset (cut)"
},
{
"range": [95, 99],
"name": "no function"
},
{
"range": [100, 149],
"name": "color preset (smooth)"
},
{
"range": [150, 154],
"name": "no function"
},
{
"range": [155, 255],
"name": "color preset (soft)"
}
]
},
"Strobe": {
"type": "Strobe",
"defaultValue": 0,
"capabilities": [
{
"range": [0, 6],
"name": "off"
},
{
"range": [7, 65],
"name": "strobe (flash)"
},
{
"range": [66, 69],
"name": "off"
},
{
"range": [70, 128],
"name": "strobe (random)"
},
{
"range": [129, 132],
"name": "off"
},
{
"range": [133, 191],
"name": "strobe (smooth in)"
},
{
"range": [192, 195],
"name": "off"
},
{
"range": [196, 255],
"name": "strobe (smooth out)"
}
]
},
"Music control": {
"type": "Effect",
"defaultValue": 0,
"capabilities": [
{
"range": [0, 127],
"name": "off"
},
{
"range": [128, 255],
"name": "on"
}
]
}
},
"modes": [
{
"name": "default",
"shortName": "default",
"channels": [
"Pan",
"Pan fine",
"Tilt",
"Tilt fine",
"Speed",
"Dimming",
"Red",
"Green",
"Blue",
"White",
"RGBW preset",
"Strobe",
"Music control"
]
}
]
}
14 changes: 14 additions & 0 deletions fixtures/register.json
Expand Up @@ -475,6 +475,11 @@
"lastModifyDate": "2018-04-04",
"lastAction": "created"
},
"powerlighting/wash-84w": {
"name": "Wash 84W",
"lastModifyDate": "2018-04-04",
"lastAction": "created"
},
"prolights/diamond19": {
"name": "DIAMOND19",
"lastModifyDate": "2018-02-02",
Expand Down Expand Up @@ -748,6 +753,9 @@
"orion": [
"orcan2"
],
"powerlighting": [
"wash-84w"
],
"prolights": [
"diamond19",
"pixpan16"
Expand Down Expand Up @@ -876,6 +884,7 @@
"martin/rush-mh-7-hybrid",
"minuit-une/m-carre",
"orion/orcan2",
"powerlighting/wash-84w",
"prolights/diamond19",
"prolights/pixpan16",
"qtx/lux-ld30w",
Expand Down Expand Up @@ -982,6 +991,7 @@
"martin/rush-mh-2-wash",
"martin/rush-mh-3-beam",
"martin/rush-mh-7-hybrid",
"powerlighting/wash-84w",
"prolights/diamond19",
"qtx/lux-ld30w",
"robe/colorspot-2500e-at",
Expand Down Expand Up @@ -1185,6 +1195,9 @@
"Massimo Callegari": [
"clay-paky/sharpy"
],
"Millumin": [
"powerlighting/wash-84w"
],
"NiKoyes": [
"robe/robin-600e-spot"
],
Expand Down Expand Up @@ -1269,6 +1282,7 @@
},
"lastUpdated": [
"orion/orcan2",
"powerlighting/wash-84w",
"minuit-une/m-carre",
"adb/warp-m",
"chauvet-dj/slimpar-q12-bt",
Expand Down

0 comments on commit 7ccfa22

Please sign in to comment.