@tikoci/centrs
    Preparing search index...

    Interface SetDeviceArgs

    interface SetDeviceArgs {
        cdb: LoadedCdb;
        group?: string;
        match?: string;
        password?: string;
        profile?: string;
        savedPassword?: boolean;
        session?: string;
        strict?: boolean;
        target: string;
        updates?: readonly CommentKvUpdate[];
        user?: string;
        writeOptions?: WriteWinBoxCdbOptions;
    }
    Index

    Properties

    group?: string
    match?: string

    Disambiguator passed through to requireSingleMatch.

    password?: string
    profile?: string
    savedPassword?: boolean
    session?: string
    strict?: boolean
    target: string
    updates?: readonly CommentKvUpdate[]

    k=v comment positionals (overrides + identity/mac/ip lookups).

    user?: string
    writeOptions?: WriteWinBoxCdbOptions