mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
add additional system states (#14824)
Signed-off-by: Tobias Lange <vich-667@gmx.de>
This commit is contained in:
parent
bb10740d3f
commit
cb4d232328
@ -113,7 +113,11 @@ public enum SenecSystemStatus {
|
||||
SPARE_CAPACITY(89, "SPARE CAPACITY"),
|
||||
SELFTEST_ERROR(90, "SELFTEST ERROR"),
|
||||
EARTH_FAULT(91, "EARTH FAULT"),
|
||||
PV_MODE(92, "PV MODE"),
|
||||
REMOTE_DISCONNECTION(93, "REMOTE DISCONNECTION"),
|
||||
ERROR_DRM0(94, "ERROR DRM0"),
|
||||
BATTERY_DIAGNOSIS(95, "BATTERY DIAGNOSIS"),
|
||||
SAFETY_DISCHARGE(97, "SAFETY DISCHARGE"),
|
||||
UNKNOWN(-1, "UNKNOWN");
|
||||
|
||||
private int code;
|
||||
|
Loading…
Reference in New Issue
Block a user