ledfx
    Preparing search index...

    Interface UdpDeviceConfig

    Configuration for device type: udp

    interface UdpDeviceConfig {
        center_offset?: number;
        icon_name?: string;
        minimise_traffic?: boolean;
        name: string;
        pixel_count: number;
        port: number;
        refresh_rate?: number;
        timeout?: number;
        udp_packet_type:
            | "DRGB"
            | "WARLS"
            | "DRGBW"
            | "DNRGB"
            | "adaptive_smallest"
            | "RGB (HyperHDR)";
    }

    Hierarchy (View Summary)

    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    icon_name?: string
    'mdi:led-strip'
    
    minimise_traffic?: boolean

    Won't send updates if nothing has changed on the LED device

    True
    
    name: string

    Friendly name for the device

    pixel_count: number

    Number of individual pixels

    1

    port: number

    Port for the UDP device

    1

    65535

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    timeout?: number

    Seconds to wait after the last received packet to yield device control

    1
    

    1

    255

    udp_packet_type:
        | "DRGB"
        | "WARLS"
        | "DRGBW"
        | "DNRGB"
        | "adaptive_smallest"
        | "RGB (HyperHDR)"

    RGB packet encoding