ledfx
    Preparing search index...

    Interface Device

    Convenience type for a Device object using the universal DeviceConfig.

    interface Device {
        active_virtuals: string[];
        config: DeviceConfig;
        id: string;
        online: boolean;
        type:
            | "wled"
            | "launchpad"
            | "adalight"
            | "artnet"
            | "ddp"
            | "dummy"
            | "e131"
            | "govee"
            | "hue"
            | "lifx"
            | "nanoleaf"
            | "open_pixel_control"
            | "openrgb"
            | "osc"
            | "rpi_ws281x"
            | "twinkly_squares"
            | "udp"
            | "zengee";
        virtuals: string[];
    }
    Index

    Properties

    active_virtuals: string[]
    config: DeviceConfig
    id: string
    online: boolean
    type:
        | "wled"
        | "launchpad"
        | "adalight"
        | "artnet"
        | "ddp"
        | "dummy"
        | "e131"
        | "govee"
        | "hue"
        | "lifx"
        | "nanoleaf"
        | "open_pixel_control"
        | "openrgb"
        | "osc"
        | "rpi_ws281x"
        | "twinkly_squares"
        | "udp"
        | "zengee"
    virtuals: string[]