ledfx
    Preparing search index...

    Interface VirtualSpecific

    Convenience type for the API response containing multiple Virtual objects.

    interface VirtualSpecific {
        active: boolean;
        auto_generated: boolean;
        config: VirtualConfig;
        effect: Partial<EffectSpecific>;
        id: string;
        is_device: string | boolean;
        last_effect?:
            | "filter"
            | "bands"
            | "gradient"
            | "pixels"
            | "bands_matrix"
            | "bar"
            | "blade_power_plus"
            | "bleep"
            | "blender"
            | "block_reflections"
            | "blocks"
            | "clone"
            | "concentric"
            | "crawler"
            | "digitalrain2d"
            | "energy"
            | "energy2"
            | "equalizer"
            | "equalizer2d"
            | "fade"
            | "fire"
            | "flame2d"
            | "game_of_life"
            | "gifplayer"
            | "glitch"
            | "hierarchy"
            | "imagespin"
            | "keybeat2d"
            | "lava_lamp"
            | "magnitude"
            | "marching"
            | "melt"
            | "melt_and_sparkle"
            | "metro"
            | "multiBar"
            | "noise2d"
            | "pitchSpectrum"
            | "plasma2d"
            | "plasmawled"
            | "power"
            | "radial"
            | "rain"
            | "rainbow"
            | "random_flash"
            | "real_strobe"
            | "scan"
            | "scan_and_flare"
            | "scan_multi"
            | "scroll"
            | "scroll_plus"
            | "singleColor"
            | "soap2d"
            | "spectrum"
            | "strobe"
            | "texter2d"
            | "vumeter"
            | "water"
            | "waterfall2d"
            | "wavelength"
            | null;
        pixel_count: number;
        segments: Segment[];
        streaming: boolean;
    }
    Index

    Properties

    active: boolean
    auto_generated: boolean
    effect: Partial<EffectSpecific>
    id: string
    is_device: string | boolean
    last_effect?:
        | "filter"
        | "bands"
        | "gradient"
        | "pixels"
        | "bands_matrix"
        | "bar"
        | "blade_power_plus"
        | "bleep"
        | "blender"
        | "block_reflections"
        | "blocks"
        | "clone"
        | "concentric"
        | "crawler"
        | "digitalrain2d"
        | "energy"
        | "energy2"
        | "equalizer"
        | "equalizer2d"
        | "fade"
        | "fire"
        | "flame2d"
        | "game_of_life"
        | "gifplayer"
        | "glitch"
        | "hierarchy"
        | "imagespin"
        | "keybeat2d"
        | "lava_lamp"
        | "magnitude"
        | "marching"
        | "melt"
        | "melt_and_sparkle"
        | "metro"
        | "multiBar"
        | "noise2d"
        | "pitchSpectrum"
        | "plasma2d"
        | "plasmawled"
        | "power"
        | "radial"
        | "rain"
        | "rainbow"
        | "random_flash"
        | "real_strobe"
        | "scan"
        | "scan_and_flare"
        | "scan_multi"
        | "scroll"
        | "scroll_plus"
        | "singleColor"
        | "soap2d"
        | "spectrum"
        | "strobe"
        | "texter2d"
        | "vumeter"
        | "water"
        | "waterfall2d"
        | "wavelength"
        | null
    pixel_count: number
    segments: Segment[]
    streaming: boolean