| Package | Description |
|---|---|
| de.sg_o.app.miio.vacuum |
| Modifier and Type | Method | Description |
|---|---|---|
static VacuumTimer.DayOfWeek |
VacuumTimer.DayOfWeek.valueOf(int number) |
Returns the enum constant of this type with the specified name.
|
static VacuumTimer.DayOfWeek |
VacuumTimer.DayOfWeek.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumTimer.DayOfWeek[] |
VacuumTimer.DayOfWeek.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<VacuumTimer.DayOfWeek> |
VacuumTimer.getRunDays() |
| Constructor | Description |
|---|---|
VacuumTimer(java.lang.String ID,
boolean enabled,
int hour,
int minute,
java.util.HashSet<VacuumTimer.DayOfWeek> runDays) |
Create a new vacuum timer object.
|
VacuumTimer(java.lang.String ID,
boolean enabled,
org.joda.time.LocalTime time,
java.util.HashSet<VacuumTimer.DayOfWeek> runDays,
org.json.JSONArray job) |
Create a new vacuum timer object.
|
Copyright © 2018. All rights reserved.