ledfx
    Preparing search index...

    Interface NanoleafDeviceConfig

    Configuration for device type: nanoleaf

    interface NanoleafDeviceConfig {
        auth_token?: string;
        center_offset?: number;
        icon_name?: string;
        ip_address: string;
        name: string;
        port?: number;
        refresh_rate?: number;
        sync_mode?: "TCP" | "UDP";
        udp_port?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    auth_token?: string

    Auth token

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    icon_name?: string
    'mdi:led-strip'
    
    ip_address: string

    Hostname or IP address of the device

    name: string

    Friendly name for the device

    port?: number

    port

    16021
    
    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    sync_mode?: "TCP" | "UDP"

    Streaming protocol to Nanoleaf device

    'TCP'
    
    udp_port?: number

    port

    60222