mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
add new state battery diagnosis (#12934)
Signed-off-by: Tobias Lange <vich-667@gmx.de>
This commit is contained in:
parent
cddd2daae2
commit
2b1b6a3709
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user