Added humidity sensor data handling

This commit is contained in:
2015-12-29 23:25:11 +01:00
parent 89877bbe65
commit f30100e795
6 changed files with 15 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
Temperatures = new Mongo.Collection("temperatures");
SensorData = new Mongo.Collection("sensorData");