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 <marcel@verpaalen.com>
  • Loading branch information
marcelrv authored and andan67 committed Nov 5, 2022
1 parent 45450bc commit 17ac58c
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 17ac58c

Please sign in to comment.