ledfx
    Preparing search index...

    Interface DdpDeviceConfig

    Configuration for device type: ddp

    interface DdpDeviceConfig {
        center_offset?: number;
        destination_id?: number;
        icon_name?: string;
        name: string;
        pixel_count: number;
        port: number;
        refresh_rate?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    destination_id?: number

    DDP destination ID (1=default, 2-249=custom, 250=config, 251=status, 254=DMX, 255=all)

    1
    

    1

    255

    icon_name?: string
    'mdi:led-strip'
    
    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