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.roborock/src/main/java/org/openhab/binding/roborock/internal/RoborockVacuumHandler.java
thing-type.config.roborock.vacuum.cloudMapRefresh.description = Controls cloud map retrieval while communication mode is direct.
31
21
thing-type.config.roborock.vacuum.cloudMapRefresh.option.on = On
@@ -34,16 +24,26 @@ thing-type.config.roborock.vacuum.cloudMetadataRefresh.label = Cloud Metadata Re
34
24
thing-type.config.roborock.vacuum.cloudMetadataRefresh.description = Controls cloud metadata refresh (routines and cloud-only metadata) while communication mode is direct.
35
25
thing-type.config.roborock.vacuum.cloudMetadataRefresh.option.on = On
36
26
thing-type.config.roborock.vacuum.cloudMetadataRefresh.option.off = Off
thing-type.config.roborock.vacuum.refresh.description = Legacy compatibility refresh interval in minutes. Existing Thing configurations continue to use this setting.
thing-type.config.roborock.vacuum.cloudRefreshInterval.description = Specifies the refresh interval in seconds for cloud-only refresh tasks in direct mode. Falls back to Refresh Interval when unset; enforced minimum is 60 seconds.
29
+
thing-type.config.roborock.vacuum.communication.label = Communication Mode
30
+
thing-type.config.roborock.vacuum.communication.description = Select cloud or direct communication transport for command routing.
thing-type.config.roborock.vacuum.communication.option.direct = Direct
33
+
thing-type.config.roborock.vacuum.duid.label = Device ID
34
+
thing-type.config.roborock.vacuum.duid.description = Specifies the vacuum's Device UID.
39
35
thing-type.config.roborock.vacuum.fastRefreshInterval.label = Fast Refresh Interval
40
36
thing-type.config.roborock.vacuum.fastRefreshInterval.description = Specifies direct-mode status refresh interval in seconds while Vacuum channel is ON.
37
+
thing-type.config.roborock.vacuum.localHost.label = Local Host Override
38
+
thing-type.config.roborock.vacuum.localHost.description = Optional local IP/hostname override used in direct mode.
39
+
thing-type.config.roborock.vacuum.localPort.label = Local Port
40
+
thing-type.config.roborock.vacuum.localPort.description = Local port used for direct mode communication.
41
41
thing-type.config.roborock.vacuum.mapRefreshCloudCleaningInterval.label = Map Refresh While Cleaning (Cloud Mode)
42
42
thing-type.config.roborock.vacuum.mapRefreshCloudCleaningInterval.description = Specifies map refresh interval in seconds while cleaning when communication mode is cloud. Minimum value is 30 seconds.
43
43
thing-type.config.roborock.vacuum.mapRefreshDirectCleaningInterval.label = Map Refresh While Cleaning (Direct Mode)
44
44
thing-type.config.roborock.vacuum.mapRefreshDirectCleaningInterval.description = Specifies map refresh interval in seconds while cleaning when communication mode is direct. Minimum value is 15 seconds.
thing-type.config.roborock.vacuum.cloudRefreshInterval.description = Specifies the refresh interval in seconds for cloud-only refresh tasks in direct mode. Falls back to Refresh Interval when unset; enforced minimum is 60 seconds.
thing-type.config.roborock.vacuum.refresh.description = Legacy compatibility refresh interval in minutes. Existing Thing configurations continue to use this setting.
47
47
48
48
# channel group types
49
49
@@ -71,10 +71,10 @@ channel-type.roborock.collect-dust.description = Once the vacuum cleaner is back
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.roborock/src/test/java/org/openhab/binding/roborock/internal/RoborockVacuumHandlerConsumableWriterTest.java
0 commit comments