Skip to content

Commit

Permalink
[senechome] Add additional states (openhab#16842)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Lange <vich-667@quantentunnel.de>
  • Loading branch information
vich-667 authored and psmedley committed Jun 16, 2024
1 parent e02fb92 commit 4c82598
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public enum SenecSystemStatus {
ERROR_DRM0(94, "ERROR DRM0"),
BATTERY_DIAGNOSIS(95, "BATTERY DIAGNOSIS"),
SAFETY_DISCHARGE(97, "SAFETY DISCHARGE"),
BMS_ERROR_MODULE_IMBALANCE(98, "BMS ERROR - MODULE IMBALANCE"),
WAKEUP_CHARGE(99, "WAKE-UP CHARGE"),
UNKNOWN(-1, "UNKNOWN");

private int code;
Expand Down

0 comments on commit 4c82598

Please sign in to comment.