ledfx
    Preparing search index...

    Interface OscDeviceConfig

    Configuration for device type: osc

    interface OscDeviceConfig {
        center_offset?: number;
        icon_name?: string;
        name: string;
        path: string;
        pixel_count: number;
        port: number;
        refresh_rate?: number;
        send_type: string;
        starting_addr: number;
    }

    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'
    
    name: string

    Friendly name for the device

    path: string

    The OSC Path to send to - Placeholders: {address} -> this will start at the starting_addr and count up

    pixel_count: number

    The amount of channels OR if address_type == Three_addresses then this is the amount of RGB subsequent addresses (set to 3 if your addresses are defined like R,G,B,R,G,B)

    1

    port: number

    Port of the OSC server

    1

    65535

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    send_type: string

    One_Argument -> [R, G, B]; Three_Arguments -> R G B; Three_Addresses -> R, <addr+1> G, <addr+2> B; All_To_One -> [[R, G, B], [R, G, B], [R, G, B]]

    starting_addr: number

    Starting address/id of the OSC device

    0