Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 182 additions & 0 deletions fixtures/shehds/mini-led-spot-beam-10w-light.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Mini LED Spot Beam 10W Light",
"shortName": "mini-led-spot",
"categories": ["Color Changer", "Moving Head"],
"meta": {
"authors": ["WIlliam Tessier"],
"createDate": "2023-03-22",
"lastModifyDate": "2023-03-22"
},
"comment": "Mini 10W small moving head light.",
"links": {
"manual": [
"https://www.shehds.com/u_file/1907/file/ea38ccee37.pdf"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"https://www.shehds.com/u_file/1907/file/ea38ccee37.pdf"
"https://drive.google.com/file/d/1bkQN656McsI1W0tiUShOzcbm4Vlt9cvv/view"

],
"productPage": [
"https://www.shehds.com/products/mini-led-spot-beam-10w-lighting"
],
"video": [
"https://www.youtube.com/watch?v=WrfsHyYv8QA"
]
},
"physical": {
"dimensions": [127, 135, 127],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"dimensions": [127, 135, 127],
"dimensions": [145, 120, 260],

The webpage and manual disagree. This is what the manual says. The webpage seems unreliable in other aspects (e.g., 7/15 DMX channels, when their own downloads have only 13ch modes).

"weight": 1.8,
"power": 10,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED RGBW"
},
"lens": {
"degreesMinMax": [5, 15]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"degreesMinMax": [5, 15]
"degreesMinMax": [4.5, 4.5]

}
},
"availableChannels": {
"Pan": {
"fineChannelAliases": ["Pan fine"],
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +38 to +39
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capability": {
"type": "Pan",
"angleStart": "0deg",
"angleEnd": "540deg"
}
},
"Tilt": {
"fineChannelAliases": ["Tilt fine"],
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +48 to +49
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capability": {
"type": "Tilt",
"angleStart": "0deg",
"angleEnd": "270deg"
}
},
"Pan/Tilt Speed": {
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +57 to +58
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capability": {
"type": "PanTiltSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
},
"Dimmer": {
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +66 to +67
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capability": {
"type": "Intensity"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "StrobeSpeed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "StrobeSpeed",
"type": "StrobeSpeed",
"helpWanted": "At what values is the strobe disabled?",

"speedStart": "slow",
"speedEnd": "fast"
}
},
"Red": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"Mode": {
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +109 to +110
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capabilities": [
{
"dmxRange": [0, 249],
"type": "Generic",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "Generic",
"type": "NoFunction",

"comment": "Auto Run Mode"
},
{
"dmxRange": [250, 255],
"type": "Generic",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "Generic",
"type": "Effect",
"effectName": "Sound activated mode",
"soundControlled": true,

"comment": "Sound Activated Mode"
}
]
},
"Reset": {
"defaultValue": 0,
"precedence": "LTP",
Comment on lines +125 to +126
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 0,
"precedence": "LTP",

"capabilities": [
{
"dmxRange": [0, 149],
"type": "NoFunction"
},
{
"dmxRange": [150, 200],
"type": "Generic",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "Generic",
"type": "Maintenance",

"comment": "Reset"
},
{
"dmxRange": [201, 255],
"type": "NoFunction"
}
]
}
},
"modes": [
{
"name": "11 Channel",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "11 Channel",
"name": "11 channel",

"shortName": "11ch",
"channels": [
"Pan",
"Pan fine",
"Tilt",
"Tilt fine",
"Pan/Tilt Speed",
"Dimmer",
"Strobe",
"Red",
"Green",
"Blue",
"White"
]
},
{
"name": "13 Channel",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "13 Channel",
"name": "13 channel",

"shortName": "13ch",
"channels": [
"Pan",
"Pan fine",
"Tilt",
"Tilt fine",
"Pan/Tilt Speed",
"Dimmer",
"Strobe",
"Red",
"Green",
"Blue",
"White",
"Mode",
"Reset"
]
}
]
}