ledfx
    Preparing search index...

    Interface HueDeviceConfig

    Configuration for device type: hue

    interface HueDeviceConfig {
        center_offset?: number;
        group_name: string;
        icon_name?: string;
        ip_address: string;
        name: string;
        refresh_rate?: number;
        udp_port?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    group_name: string

    Entertainment zone group name

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

    Hostname or IP address of the Hue bridge

    name: string

    Friendly name for the device

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60
    
    udp_port?: number

    port

    2100