From 48a294b8a9f9c31f73bfd42324aba8ec10442b5e Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 29 Apr 2025 11:50:58 +0200 Subject: [PATCH 1/2] Update manufacturers.json via editor [skip ci] --- fixtures/manufacturers.json | 3 +++ 1 file changed, 3 insertions(+) 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/" From 9c443f889315e2aad5832484f63dadb3a0acbe99 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 29 Apr 2025 11:50:59 +0200 Subject: [PATCH 2/2] Add fixture `tempus/colorado` via editor --- fixtures/tempus/colorado.json | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 fixtures/tempus/colorado.json 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" + ] + } + ] +}