@truenas/api-client
    Preparing search index...

    Interface UPSEntry

    interface UPSEntry {
        complete_identifier: string;
        driver: string;
        extrausers: string;
        hostsync: number;
        id: number;
        identifier: string;
        mode: v25_10_0.UPSEntryMode;
        monpwd: string;
        monuser: string;
        nocommwarntime: number | null;
        options: string;
        optionsupsd: string;
        port: string;
        powerdown: boolean;
        remotehost: string;
        remoteport: number;
        rmonitor: boolean;
        shutdown: v25_10_0.Shutdown;
        shutdowncmd: string | null;
        shutdowntimer: number;
    }
    Index
    complete_identifier: string
    driver: string
    extrausers: string
    hostsync: number
    id: number
    identifier: string
    monpwd: string
    monuser: string
    nocommwarntime: number | null
    options: string
    optionsupsd: string
    port: string
    powerdown: boolean
    remotehost: string
    remoteport: number
    rmonitor: boolean
    shutdown: v25_10_0.Shutdown
    shutdowncmd: string | null
    shutdowntimer: number