add new state battery diagnosis (#12934)

Signed-off-by: Tobias Lange <vich-667@gmx.de>
This commit is contained in:
vich-667 2022-06-13 21:25:29 +02:00 committed by GitHub
parent cddd2daae2
commit 2b1b6a3709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ public enum SenecSystemStatus {
SPARE_CAPACITY(89, "SPARE CAPACITY"),
SELFTEST_ERROR(90, "SELFTEST ERROR"),
EARTH_FAULT(91, "EARTH FAULT"),
BATTERY_DIAGNOSIS(95, "BATTERY DIAGNOSIS"),
UNKNOWN(-1, "UNKNOWN");
private int code;