]> git.basschouten.com Git - openhab-addons.git/commitdiff
add new state battery diagnosis (#12934)
authorvich-667 <46525327+vich-667@users.noreply.github.com>
Mon, 13 Jun 2022 19:25:29 +0000 (21:25 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 19:25:29 +0000 (21:25 +0200)
Signed-off-by: Tobias Lange <vich-667@gmx.de>
bundles/org.openhab.binding.senechome/src/main/java/org/openhab/binding/senechome/internal/SenecSystemStatus.java

index 6f9f8f8b0aed847478d717122d648d7756da218b..b60bba9a71ca821eb69ad37986cb7ecc753e3540 100644 (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;