ledfx
    Preparing search index...

    Interface TwinklySquaresDeviceConfig

    Configuration for device type: twinkly_squares

    interface TwinklySquaresDeviceConfig {
        center_offset?: number;
        icon_name?: string;
        name: string;
        panel_count: number;
        refresh_rate?: 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

    panel_count: number

    Number of 8x8 Twinkly Squares panels

    1

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60