WIP #416 Vacuum support

This commit is contained in:
estevez-dev
2019-10-14 15:02:49 +03:00
parent 2f110b20bb
commit abd23e27ea
6 changed files with 195 additions and 1 deletions

View File

@ -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 {