diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 1dadd88772..6f086642d3 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -516,6 +516,9 @@ "comment": "Lighting Brand of AMPRO", "website": "http://tecshow.amproweb.com/en/" }, + "tempus": { + "name": "Tempus" + }, "tiptop-stage-light": { "name": "TIPTOP Stage Light", "website": "https://www.tiptopstagelight.com/" diff --git a/fixtures/tempus/colorado.json b/fixtures/tempus/colorado.json new file mode 100644 index 0000000000..dc73ed0a7e --- /dev/null +++ b/fixtures/tempus/colorado.json @@ -0,0 +1,70 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "colorado", + "categories": ["Color Changer"], + "meta": { + "authors": ["stefcolor"], + "createDate": "2025-04-29", + "lastModifyDate": "2025-04-29" + }, + "links": { + "video": [ + "https://www.youtube.com/watch?v=cjAj6Vi3GVk" + ] + }, + "availableChannels": { + "Dimmer": { + "capability": { + "type": "Intensity" + } + }, + "Rouge": { + "capability": { + "type": "Intensity" + } + }, + "Vert": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Bleu": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "Blanc": { + "capability": { + "type": "Intensity" + } + }, + "Zoom": { + "capability": { + "type": "Zoom", + "angleStart": "narrow", + "angleEnd": "wide" + } + }, + "Aucune fonction": { + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "colorado", + "channels": [ + "Dimmer", + "Rouge", + "Vert", + "Bleu", + "Blanc", + "Zoom", + "Aucune fonction" + ] + } + ] +}