ledfx
    Preparing search index...

    Interface SceneConfig

    interface SceneConfig {
        name: string;
        scene_image?: string;
        scene_midiactivate?: string;
        scene_payload?: string;
        scene_puturl?: string;
        scene_tags?: string;
        virtuals: any;
    }
    Index

    Properties

    name: string

    Name of the scene

    scene_image?: string

    Image or icon to display

    'Wallpaper'
    
    scene_midiactivate?: string

    On MIDI key/note, Activate a scene

    scene_payload?: string

    On Scene Activate, send this payload to scene_puturl

    scene_puturl?: string

    On Scene Activate, URL to PUT too

    scene_tags?: string

    Tags for filtering

    virtuals: any

    The effects of these virtuals will be saved