@tikoci/centrs
    Preparing search index...

    Interface AddDeviceArgs

    interface AddDeviceArgs {
        cdb: LoadedCdb;
        comment?: string;
        commentKvUpdates?: readonly CommentKvUpdate[];
        force?: boolean;
        group?: string;
        password?: string;
        profile?: string;
        recordType?: number;
        savedPassword?: boolean;
        session?: string;
        strict?: boolean;
        target: string;
        user?: string;
        writeOptions?: WriteWinBoxCdbOptions;
    }
    Index

    Properties

    comment?: string
    commentKvUpdates?: readonly CommentKvUpdate[]

    k=v comment positionals upserted on top of comment (symmetric with set).

    force?: boolean
    group?: string
    password?: string
    profile?: string
    recordType?: number
    savedPassword?: boolean
    session?: string
    strict?: boolean
    target: string
    user?: string
    writeOptions?: WriteWinBoxCdbOptions