| Package | Description |
|---|---|
| de.sg_o.app.miio.vacuum |
| Modifier and Type | Method | Description |
|---|---|---|
VacuumStatus.Error |
VacuumStatus.getErrorCode() |
|
static VacuumStatus.Error |
VacuumStatus.Error.valueOf(int code) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.Error |
VacuumStatus.Error.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.Error[] |
VacuumStatus.Error.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
VacuumStatus.setErrorCode(VacuumStatus.Error errorCode) |
| 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.