Add missing status (#13729)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2022-11-16 01:14:10 -06:00 committed by GitHub
parent 7eb2c9fb81
commit dff4d3b4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ channel-type.networkupstools.ups-status.state.option.OL\ CHRG = Online, charging
channel-type.networkupstools.ups-status.state.option.OL\ LB = Online, low battery
channel-type.networkupstools.ups-status.state.option.OL\ CHRG\ LB = Online, charging, low battery
channel-type.networkupstools.ups-status.state.option.RB = Replace battery
channel-type.networkupstools.ups-status.state.option.ALARM\ OL\ RB = Alarm, online, replace battery
channel-type.networkupstools.ups-status.state.option.OVER = Overload
channel-type.networkupstools.ups-status.state.option.TRIM = Voltage trim
channel-type.networkupstools.ups-status.state.option.BOOST = Voltage boost

View File

@ -43,6 +43,7 @@
<option value="OL LB">Online, low battery</option>
<option value="OL CHRG LB">Online, charging, low battery</option>
<option value="RB">Replace battery</option>
<option value="ALARM OL RB">Alarm, online, replace battery</option>
<option value="OVER">Overload</option>
<option value="TRIM">Voltage trim</option>
<option value="BOOST">Voltage boost</option>