Interface devicesConfig

    interface devicesConfig {
        firmware: string;
        hide_device?: boolean;
        logging?: string;
        pushRate?: number;
        refreshRate?: number;
        updateRate?: number;
    }

    Properties

    firmware: string
    hide_device?: boolean
    logging?: string
    pushRate?: number
    refreshRate?: number
    updateRate?: number