ledfx
    Preparing search index...

    Interface LifxDeviceConfig

    Configuration for device type: lifx

    interface LifxDeviceConfig {
        center_offset?: number;
        icon_name?: string;
        name: string;
        pixel_count?: number;
        refresh_rate?: number;
    }

    Hierarchy (View Summary)

    Index
    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

    pixel_count?: number

    Number of pixels (auto-detected on connect)

    1
    

    1

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60