You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.tacmi/src/main/java/org/openhab/binding/tacmi/internal/schema/ApiPageParser.java
+9-8
Original file line number
Diff line number
Diff line change
@@ -185,14 +185,15 @@ public void handleOpenElement(final @Nullable String elementName, final @Nullabl
185
185
} elseif ("durchsichtig".equals(classFlag)) { // link
186
186
this.fieldType = FieldType.IGNORE;
187
187
} elseif ("bord".equals(classFlag)) { // special button style - not of our interest...
188
+
continue;
188
189
} else {
189
190
logger.debug("Unhanndled class in {}:{}:{}: '{}' ", id, line, col, classFlag);
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.tacmi/src/main/java/org/openhab/binding/tacmi/internal/schema/ChangerX2Parser.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ public void handleOpenElement(final String elementName, final Map<String, String
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.tacmi/src/main/java/org/openhab/binding/tacmi/internal/schema/TACmiSchemaHandler.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,9 @@ record UnitAndType(Unit<?> unit, String channelType) {
0 commit comments