Adding images #27

Merged
senaduka merged 18 commits from adding_images into master 2016-10-08 18:55:42 +02:00
Showing only changes of commit 2da669b061 - Show all commits

View File

@@ -107,6 +107,7 @@ Api.addRoute('state/:id', {
'$set': {
'state.out_valve': this.bodyParams.out_valve,
'state.in_valve': this.bodyParams.in_valve,
'state.picture_requested': this.bodyParams.picture_requested,
'time': new Date(),
'set_by': 'client'
}