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"