You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constCONTACT_ADMIN_MSG='If you feel your box may be in inconsistent state, please contact the administrator.';
11
-
constDELETE_UNSUCCESSFUL_ERROR='Delete operation partially unsuccessful. This usually means some criteria you specified didn\'t yield measurements to delete or the sensor had no measurements. This can happen, if you send the same request twice.';
12
-
constUPDATE_BOX_UNSUCCESSFUL_ERROR='Couldn\'t find the sensor for updating the lastMeasurement.';
* @api {delete} /boxes/:senseBoxId/:sensorId/measurements Delete measurements of a sensor
@@ -26,78 +20,16 @@ const UPDATE_BOX_UNSUCCESSFUL_ERROR = 'Couldn\'t find the sensor for updating th
26
20
* @apiParam (RequestBody) {Boolean=true,false} [deleteAllMeasurements=false] Specify `deleteAllMeasurements` with a value of `true` to delete all measurements of this sensor
constDELETE_MEASUREMENTS_CONTACT_ADMIN_MSG='If you feel your box may be in inconsistent state, please contact the administrator.';
319
+
constDELETE_MEASUREMENTS_UNSUCCESSFUL_ERROR='Delete operation partially unsuccessful. This usually means some criteria you specified didn\'t yield measurements to delete or the sensor had no measurements. This can happen, if you send the same request twice.';
0 commit comments