| Package | Description |
|---|---|
| de.sg_o.app.miio.vacuum |
| Modifier and Type | Method | Description |
|---|---|---|
VacuumStatus.State |
VacuumStatus.getState() |
|
static VacuumStatus.State |
VacuumStatus.State.valueOf(int state) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.State |
VacuumStatus.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.State[] |
VacuumStatus.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
VacuumStatus.setState(VacuumStatus.State state) |
| Constructor | Description |
|---|---|
VacuumStatus(boolean dndEnabled,
boolean mapPresent,
int cleanArea,
int fanPower,
int msgVersion,
boolean inCleaning,
VacuumStatus.Error errorCode,
VacuumStatus.State state,
int battery,
int msgSeq,
int cleanTime) |
Create a new vacuum status object.
|
Copyright © 2018. All rights reserved.