Sensor labels support
This commit is contained in:
@@ -9,6 +9,7 @@ Api.addRoute('sensorData', {
|
||||
authRequired: false
|
||||
}, {
|
||||
post: function() {
|
||||
console.log("Sensordata ", this.bodyParams);
|
||||
reactToSensorData(this.bodyParams);
|
||||
var sensorObject = {
|
||||
temperatureValue: parseFloat(this.bodyParams.temperatureValue),
|
||||
|
||||
Reference in New Issue
Block a user