remove leading underscore, fix next call in mongosave
This commit is contained in:
1
queries/time-temp.js
Normal file
1
queries/time-temp.js
Normal file
@ -0,0 +1 @@
|
||||
db.iot.aggregate([{'$match':{'metadata.client':'espClient3'}}, {'$sort':{'metadata.timestamp':1}}, {'$project': {'_id':0, 'time':'$metadata.timestamp', 'temp':'$data.temperature'}}]);
|
Reference in New Issue
Block a user