finished scheduled close after opening

This commit is contained in:
Senad Uka
2016-02-14 10:34:54 +01:00
parent 5a4dd87e4f
commit f203119656
7 changed files with 99 additions and 25 deletions

View File

@@ -52,6 +52,11 @@ function stateOrDefault(id) {
out_valve: 'closed'
},
time: new Date(),
config: {
draining_period_amount: 1,
draining_period_unit: 'minutes'
},
set_by: 'server'
});
};