ledfx
    Preparing search index...

    Interface ArtnetDeviceConfig

    Configuration for device type: artnet

    interface ArtnetDeviceConfig {
        center_offset?: number;
        dmx_start_address?: number;
        even_packet_size?: boolean;
        icon_name?: string;
        name: string;
        packet_size?: number;
        pixel_count: number;
        pixels_per_device?: number;
        port?: number;
        post_amble?: string;
        pre_amble?: string;
        refresh_rate?: number;
        rgb_order?: string;
        universe?: number;
        white_mode?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    dmx_start_address?: number

    The start address within the universe

    1
    

    1

    512

    even_packet_size?: boolean

    Whether to use even packet size

    True
    
    icon_name?: string
    'mdi:led-strip'
    
    name: string

    Friendly name for the device

    packet_size?: number

    Size of each DMX universe

    510
    

    1

    512

    pixel_count: number

    Number of individual pixels

    1

    pixels_per_device?: number

    Number of pixels to consume per device. Pre and post ambles are repeated per device. By default (0) all pixels will be used by one instance

    0
    

    0

    port?: number

    port

    6454
    

    Optionalpost_amble

    post_amble?: string

    Channel bytes to insert after the RGB data

    ''
    
    pre_amble?: string

    Channel bytes to insert before the RGB data

    ''
    
    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    rgb_order?: string

    RGB data order mode, supported for physical hardware that just doesn't play by the rules

    'RGB'
    
    universe?: number

    DMX universe for the device

    0
    

    0

    white_mode?: string

    White channel handling mode, if RGB leave as None. Commonly written as RGBW or RGBA

    'None'