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.core.thing/src/main/java/org/openhab/core/thing/binding/firmware/ProgressCallback.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,13 @@ public interface ProgressCallback {
105
105
* Callback operation to update the percentage progress of the firmware update.
106
106
* This method can be used to provide detailed progress information additional to the sequence or even without a
107
107
* previous defined sequence.
108
+
* <br>
109
+
* Note that calling this method before the first call to next() will cause the iterator to be stepped to the first
110
+
* state!
108
111
*
109
112
* @param progress the progress between 0 and 100
110
113
* @throws IllegalArgumentException if given progress is {@code < 0} or {@code > 100} or if given progress is
111
-
* smaller than old
112
-
* progress
114
+
* smaller than old progress
113
115
* @throws IllegalStateException if update is finished
0 commit comments