diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 40c0a272cc..9e02629c96 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -516,6 +516,10 @@ "comment": "Lighting Brand of AMPRO", "website": "http://tecshow.amproweb.com/en/" }, + "thunderboltfx": { + "name": "ThunderboltFx", + "website": "https://www.thunderboltfx.co.uk/" + }, "tiptop-stage-light": { "name": "TIPTOP Stage Light", "website": "https://www.tiptopstagelight.com/" diff --git a/fixtures/thunderboltfx/flame-machine.json b/fixtures/thunderboltfx/flame-machine.json new file mode 100644 index 0000000000..7e59b5e2d3 --- /dev/null +++ b/fixtures/thunderboltfx/flame-machine.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Flame Machine", + "shortName": "flame-machine", + "categories": ["Effect"], + "meta": { + "authors": ["MA"], + "createDate": "2025-12-01", + "lastModifyDate": "2025-12-01" + }, + "links": { + "productPage": [ + "https://www.thunderboltfx.co.uk/product-page/2-jet-dmx-flame-machine-2-4m-height-tfx201" + ] + }, + "availableChannels": { + "Safety": { + "constant": true, + "capability": { + "type": "Generic" + } + }, + "Flame": { + "capability": { + "type": "Generic" + } + } + }, + "modes": [ + { + "name": "Default", + "channels": [ + "Safety", + "Flame" + ] + } + ] +}