UNPKG

homebridge-apc-ups-alert

Version:

Provide information (and alerts) for apcupsd connected Uninterruptible Power Supplies

21 lines 553 B
export declare enum StandardKeys { HostName = "HOSTNAME", UpsName = "UPSNAME", Model = "MODEL", Status = "STATUS" } export declare enum OptionalKeys { RemainingRuntime = "TIMELEFT", BatteryLevel = "BCHARGE", FirmwareVersion = "FIRMWARE", SerialNumber = "SERIALNO", ManufactureDate = "MANDATE", ApcModel = "APCMODEL", InternalTemperature = "ITEMP" } export declare enum KnownStatus { CommunicationLost = "COMMLOST", OnLine = "ONLINE", OnBattery = "ONBATT" } //# sourceMappingURL=dataModels.d.ts.map