ledfx
    Preparing search index...

    Interface GoveeDeviceConfig

    Configuration for device type: govee

    interface GoveeDeviceConfig {
        center_offset?: number;
        icon_name?: string;
        ignore_status?: boolean;
        ip_address: string;
        name: string;
        pixel_count: number;
        refresh_rate?: number;
        stretch_to_fit?: boolean;
    }

    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'
    
    ignore_status?: boolean

    Bypass check for device status check response on port 4003

    False
    
    ip_address: string

    Hostname or IP address of the device

    name: string

    Friendly name for the device

    pixel_count: number

    Number of segments (seen in app)

    1

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    stretch_to_fit?: boolean

    Some archane setting to make the pixel pattern stretch to fit the device

    False