Add missing DISCHRG state (#13787)

* Add missing ups.status states.

* Add missing DISCHRG state.
This commit is contained in:
Sean Wilson 2018-04-09 13:38:57 -04:00 committed by Fabian Affolter
parent e593117ab6
commit 2b86059fd0

View File

@ -113,6 +113,7 @@ STATE_TYPES = {
'HB': 'High Battery',
'RB': 'Battery Needs Replaced',
'CHRG': 'Battery Charging',
'DISCHRG': 'Battery Discharging',
'BYPASS': 'Bypass Active',
'CAL': 'Runtime Calibration',
'OFF': 'Offline',