Skip to content

Commit

Permalink
[miio] add missing vacuum status codes (openhab#11659)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Verpaalen <[email protected]>
  • Loading branch information
marcelrv authored and Nemer_Daud committed Jan 28, 2022
1 parent 2dae9bf commit c8e7d87
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ public enum StatusType {
GOTO(16, "Go To"),
ZONE(17, "Zone Clean"),
ROOM(18, "Room Clean"),
FULL(100, "Full");
RETURNING_HOME(22, "Returning Home"),
FULL(100, "Full"),
OFFLINE(101, "Device Offline");

private final int id;
private final String description;
Expand Down

0 comments on commit c8e7d87

Please sign in to comment.