Nut - v0.0.9
    Preparing search index...

    Type Alias baseVariables

    baseVariables:
        | "alarm"
        | "current"
        | "current.maximum"
        | "current.minimum"
        | "current.status"
        | "current.low.warning"
        | "current.low.critical"
        | "current.high.warning"
        | "current.high.critical"
        | "current.peak"
        | "voltage"
        | "voltage.nominal"
        | "voltage.maximum"
        | "voltage.minimum"
        | "voltage.status"
        | "voltage.low.warning"
        | "voltage.low.critical"
        | "voltage.high.warning"
        | "voltage.high.critical"
        | "power"
        | "power.maximum"
        | "power.minimum"
        | "power.percent"
        | "power.maximum.percent"
        | "power.minimum.percent"
        | "realpower"
        | "powerfactor"
        | "crestfactor"
        | "load"
        | "frequency"
        | "frequency.nominal"

    Type declaration

    • "alarm"

      Alarms for phases, published in ups.alarm

    • "current"

      Current (A)

    • "current.maximum"

      Maximum seen current (A)

    • "current.minimum"

      Minimum seen current (A)

    • "current.status"

      Status relative to the thresholds

    • "current.low.warning"

      Low warning threshold (A)

    • "current.low.critical"

      Low critical threshold (A)

    • "current.high.warning"

      High warning threshold (A)

    • "current.high.critical"

      High critical threshold (A)

    • "current.peak"

      Peak current

    • "voltage"

      Voltage (V)

    • "voltage.nominal"

      Nominal voltage (V)

    • "voltage.maximum"

      Maximum seen voltage (V)

    • "voltage.minimum"

      Minimum seen voltage (V)

    • "voltage.status"

      Status relative to the thresholds

    • "voltage.low.warning"

      Low warning threshold (V)

    • "voltage.low.critical"

      Low critical threshold (V)

    • "voltage.high.warning"

      High warning threshold (V)

    • "voltage.high.critical"

      High critical threshold (V)

    • "power"

      Apparent power (VA)

    • "power.maximum"

      Maximum seen apparent power (VA)

    • "power.minimum"

      Minimum seen apparent power (VA)

    • "power.percent"

      Percentage of apparent power related to maximum load

    • "power.maximum.percent"

      Maximum seen percentage of apparent power

    • "power.minimum.percent"

      Minimum seen percentage of apparent power

    • "realpower"

      Real power (W)

    • "powerfactor"

      Power Factor (dimensionless value between 0.00 and 1.00)

    • "crestfactor"

      Crest Factor (dimensionless value greater or equal to 1)

    • "load"

      Load on (ePDU) input

    • "frequency"

      Frequency (Hz)

    • "frequency.nominal"

      Nominal frequency (Hz)