{
    "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
    "name": "Robin MegaPointe",
    "categories": [
        "Color Changer",
        "Moving Head"
    ],
    "meta": {
        "authors": [
            "MFX Atlas Administrator"
        ],
        "createDate": "2026-07-31",
        "lastModifyDate": "2026-07-31"
    },
    "comment": "\u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u0431\u043e\u0440\u0430 \u0434\u043b\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438.",
    "links": {
        "manual": [
            "https://example.com/manual.pdf"
        ]
    },
    "physical": {
        "dimensions": [
            470,
            750,
            320
        ],
        "weight": 32.5,
        "power": 900,
        "DMXconnector": "5-pin"
    },
    "availableChannels": {
        "Dimmer": {
            "defaultValue": 0,
            "highlightValue": 255,
            "capability": {
                "type": "Intensity"
            }
        },
        "Shutter / Strobe": {
            "defaultValue": 0,
            "highlightValue": 255,
            "capabilities": [
                {
                    "type": "NoFunction",
                    "dmxRange": [
                        0,
                        15
                    ]
                },
                {
                    "type": "StrobeSpeed",
                    "dmxRange": [
                        16,
                        255
                    ]
                }
            ]
        }
    },
    "modes": [
        {
            "name": "Basic 2ch",
            "shortName": "Basic",
            "channels": [
                "Dimmer",
                "Shutter / Strobe"
            ]
        }
    ]
}