Resolves #258 Timer support

This commit is contained in:
estevez-dev
2019-03-13 21:33:58 +02:00
parent 8b961ebd69
commit fb456878bc
7 changed files with 118 additions and 4 deletions

View File

@ -28,6 +28,7 @@ class EntityState {
static const unavailable = 'unavailable';
static const ok = 'ok';
static const problem = 'problem';
static const active = 'active';
}
class EntityUIAction {