WIP #416 Vacuum support
This commit is contained in:
@ -29,6 +29,10 @@ class EntityState {
|
||||
static const ok = 'ok';
|
||||
static const problem = 'problem';
|
||||
static const active = 'active';
|
||||
static const cleaning = 'cleaning';
|
||||
static const docked = 'docked';
|
||||
static const returning = 'returning';
|
||||
static const error = 'error';
|
||||
}
|
||||
|
||||
class EntityUIAction {
|
||||
|
Reference in New Issue
Block a user