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
[ecovacs] Add support for new API for fetching cleaning logs (openhab#16524)
The existing cleaning logs API is only populated for devices older than
the T9/N9 generation; all newer devices use a new API. Since the new API
isn't populated for older devices, select the correct API depending on
device type.
Signed-off-by: Danny Baumann <[email protected]>
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/EcovacsBindingConstants.java
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ public class EcovacsBindingConstants {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/EcovacsApiConfiguration.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/EcovacsDevice.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/impl/EcovacsApiImpl.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/impl/EcovacsApiUrlFactory.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/impl/EcovacsIotMqDevice.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/impl/EcovacsXmppDevice.java
+6
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,12 @@ public List<CleanLogRecord> getCleanLogs() throws EcovacsApiException, Interrupt
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecovacs/src/main/java/org/openhab/binding/ecovacs/internal/api/impl/dto/response/portal/PortalCleanLogsResponse.java
0 commit comments